/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

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

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

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

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

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

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

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

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

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

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

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

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

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

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

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

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

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

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

/**
 * 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: Lato, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */
  line-height: 1.5; /* 2 */
}

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

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #d0d0d0; /* 2 */
}

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

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

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

img {
  border-style: solid;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #a0aec0;
}

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

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

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

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

table {
  border-collapse: collapse;
}

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

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

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

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

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

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

pre,
code,
kbd,
samp {
  font-family: Consolas, 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;
}

[x-cloak] {
  display: none !important;
}

body .buorg {
  border-bottom: none;
  color: #000;
  background-color: #ffbf3d;
  font-size: 1rem;
  font-family: Lato 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";
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -webkit-animation: none;
          animation: none;
}

body .buorg-pad {
  padding: 0.75rem 1rem;
  line-height: 1.5rem;
}

body #buorgig, body #buorgul, body #buorgpermanent {
  font-size: 1rem;
  color: #000;
  background: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  text-decoration: underline;
  transition: color 0.2s;
}

body #buorgig:hover, body #buorgul:hover, body #buorgpermanent:hover {
  color: #745310;
}

body .buorg-fadeout {
  transition: visibility 0s 0.5s, opacity 0.5s ease-out 0.5s;
}

body .buorg-icon {
  width: 16px;
  height: 16px;
  top: -0.05em;
  margin-right: 0.5rem;
}

.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

@media (min-width: 1024px) {
  .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

.loading {
  position: absolute;
  display: block;
  -webkit-animation: spin 750ms infinite linear;
          animation: spin 750ms infinite linear;
  border-radius: 9999px;
  border-width: 0.125em;
  border-top-color: currentColor;
  border-right-color: currentColor;
  border-left-color: transparent;
  border-bottom-color: transparent;
  height: 1em;
  width: 1em;
  left: calc(50% - (1em / 2));
  top: calc(50% - (1em / 2));
}

.btn {
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  border-width: 1px;
  border-color: transparent;
  transition-duration: 100ms;
}

.btn:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.btn:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}

.btn[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}

.btn-sm {
  font-size: 0.75rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  border-width: 1px;
  border-color: transparent;
  transition-duration: 100ms;
}

.btn-sm:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.btn-sm:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}

.btn-sm[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}

.btn-lg {
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  text-align: center;
  white-space: nowrap;
  line-height: 1em;
  border-width: 1px;
  border-color: transparent;
  transition-duration: 100ms;
}

.btn-lg:focus {
  outline: none;
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.btn-lg:disabled {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}

.btn-lg[disabled] {
  cursor: not-allowed;
  opacity: 0.75;
  pointer-events: none;
}

.row {
  margin: -1rem;
  display: flex;
  flex-wrap: wrap;
}

.row + .row {
  margin-top: 1rem;
}

.column {
  width: 100%;
  display: inline-block;
  padding: 1rem;
}

.space-y-0 > :not(template) ~ :not(template) {
  margin-top: 0;
}

.space-x-0 > :not(template) ~ :not(template) {
  margin-left: 0;
}

.space-y-1 > :not(template) ~ :not(template) {
  margin-top: 0.25rem;
}

.space-x-1 > :not(template) ~ :not(template) {
  margin-left: 0.25rem;
}

.space-y-2 > :not(template) ~ :not(template) {
  margin-top: 0.5rem;
}

.space-x-2 > :not(template) ~ :not(template) {
  margin-left: 0.5rem;
}

.space-y-3 > :not(template) ~ :not(template) {
  margin-top: 0.75rem;
}

.space-x-3 > :not(template) ~ :not(template) {
  margin-left: 0.75rem;
}

.space-y-4 > :not(template) ~ :not(template) {
  margin-top: 1rem;
}

.space-x-4 > :not(template) ~ :not(template) {
  margin-left: 1rem;
}

.space-y-5 > :not(template) ~ :not(template) {
  margin-top: 1.25rem;
}

.space-x-5 > :not(template) ~ :not(template) {
  margin-left: 1.25rem;
}

.space-y-6 > :not(template) ~ :not(template) {
  margin-top: 1.5rem;
}

.space-x-6 > :not(template) ~ :not(template) {
  margin-left: 1.5rem;
}

.space-y-7 > :not(template) ~ :not(template) {
  margin-top: 1.75rem;
}

.space-x-7 > :not(template) ~ :not(template) {
  margin-left: 1.75rem;
}

.space-y-8 > :not(template) ~ :not(template) {
  margin-top: 2rem;
}

.space-x-8 > :not(template) ~ :not(template) {
  margin-left: 2rem;
}

.space-y-9 > :not(template) ~ :not(template) {
  margin-top: 2.25rem;
}

.space-x-9 > :not(template) ~ :not(template) {
  margin-left: 2.25rem;
}

.space-y-10 > :not(template) ~ :not(template) {
  margin-top: 2.5rem;
}

.space-x-10 > :not(template) ~ :not(template) {
  margin-left: 2.5rem;
}

.space-y-11 > :not(template) ~ :not(template) {
  margin-top: 2.75rem;
}

.space-x-11 > :not(template) ~ :not(template) {
  margin-left: 2.75rem;
}

.space-y-12 > :not(template) ~ :not(template) {
  margin-top: 3rem;
}

.space-x-12 > :not(template) ~ :not(template) {
  margin-left: 3rem;
}

.space-y-13 > :not(template) ~ :not(template) {
  margin-top: 3.25rem;
}

.space-x-13 > :not(template) ~ :not(template) {
  margin-left: 3.25rem;
}

.space-y-14 > :not(template) ~ :not(template) {
  margin-top: 3.5rem;
}

.space-x-14 > :not(template) ~ :not(template) {
  margin-left: 3.5rem;
}

.space-y-15 > :not(template) ~ :not(template) {
  margin-top: 3.75rem;
}

.space-x-15 > :not(template) ~ :not(template) {
  margin-left: 3.75rem;
}

.space-y-16 > :not(template) ~ :not(template) {
  margin-top: 4rem;
}

.space-x-16 > :not(template) ~ :not(template) {
  margin-left: 4rem;
}

.space-y-20 > :not(template) ~ :not(template) {
  margin-top: 5rem;
}

.space-x-20 > :not(template) ~ :not(template) {
  margin-left: 5rem;
}

.space-y-24 > :not(template) ~ :not(template) {
  margin-top: 6rem;
}

.space-x-24 > :not(template) ~ :not(template) {
  margin-left: 6rem;
}

.space-y-28 > :not(template) ~ :not(template) {
  margin-top: 7rem;
}

.space-x-28 > :not(template) ~ :not(template) {
  margin-left: 7rem;
}

.space-y-32 > :not(template) ~ :not(template) {
  margin-top: 8rem;
}

.space-x-32 > :not(template) ~ :not(template) {
  margin-left: 8rem;
}

.space-y-36 > :not(template) ~ :not(template) {
  margin-top: 9rem;
}

.space-x-36 > :not(template) ~ :not(template) {
  margin-left: 9rem;
}

.space-y-40 > :not(template) ~ :not(template) {
  margin-top: 10rem;
}

.space-x-40 > :not(template) ~ :not(template) {
  margin-left: 10rem;
}

.space-y-44 > :not(template) ~ :not(template) {
  margin-top: 11rem;
}

.space-x-44 > :not(template) ~ :not(template) {
  margin-left: 11rem;
}

.space-y-48 > :not(template) ~ :not(template) {
  margin-top: 12rem;
}

.space-x-48 > :not(template) ~ :not(template) {
  margin-left: 12rem;
}

.space-y-52 > :not(template) ~ :not(template) {
  margin-top: 13rem;
}

.space-x-52 > :not(template) ~ :not(template) {
  margin-left: 13rem;
}

.space-y-56 > :not(template) ~ :not(template) {
  margin-top: 14rem;
}

.space-x-56 > :not(template) ~ :not(template) {
  margin-left: 14rem;
}

.space-y-60 > :not(template) ~ :not(template) {
  margin-top: 15rem;
}

.space-x-60 > :not(template) ~ :not(template) {
  margin-left: 15rem;
}

.space-y-64 > :not(template) ~ :not(template) {
  margin-top: 16rem;
}

.space-x-64 > :not(template) ~ :not(template) {
  margin-left: 16rem;
}

.space-y-72 > :not(template) ~ :not(template) {
  margin-top: 18rem;
}

.space-x-72 > :not(template) ~ :not(template) {
  margin-left: 18rem;
}

.space-y-80 > :not(template) ~ :not(template) {
  margin-top: 20rem;
}

.space-x-80 > :not(template) ~ :not(template) {
  margin-left: 20rem;
}

.space-y-96 > :not(template) ~ :not(template) {
  margin-top: 24rem;
}

.space-x-96 > :not(template) ~ :not(template) {
  margin-left: 24rem;
}

.space-y-128 > :not(template) ~ :not(template) {
  margin-top: 32rem;
}

.space-x-128 > :not(template) ~ :not(template) {
  margin-left: 32rem;
}

.space-y-144 > :not(template) ~ :not(template) {
  margin-top: 36rem;
}

.space-x-144 > :not(template) ~ :not(template) {
  margin-left: 36rem;
}

.space-y-160 > :not(template) ~ :not(template) {
  margin-top: 40rem;
}

.space-x-160 > :not(template) ~ :not(template) {
  margin-left: 40rem;
}

.space-y-192 > :not(template) ~ :not(template) {
  margin-top: 48rem;
}

.space-x-192 > :not(template) ~ :not(template) {
  margin-left: 48rem;
}

.space-y-px > :not(template) ~ :not(template) {
  margin-top: 1px;
}

.space-x-px > :not(template) ~ :not(template) {
  margin-left: 1px;
}

.space-y-0\.5 > :not(template) ~ :not(template) {
  margin-top: 0.125rem;
}

.space-x-0\.5 > :not(template) ~ :not(template) {
  margin-left: 0.125rem;
}

.space-y-1\.5 > :not(template) ~ :not(template) {
  margin-top: 0.375rem;
}

.space-x-1\.5 > :not(template) ~ :not(template) {
  margin-left: 0.375rem;
}

.space-y-2\.5 > :not(template) ~ :not(template) {
  margin-top: 0.625rem;
}

.space-x-2\.5 > :not(template) ~ :not(template) {
  margin-left: 0.625rem;
}

.space-y-3\.5 > :not(template) ~ :not(template) {
  margin-top: 0.875rem;
}

.space-x-3\.5 > :not(template) ~ :not(template) {
  margin-left: 0.875rem;
}

.space-y-1\/2 > :not(template) ~ :not(template) {
  margin-top: 50%;
}

.space-x-1\/2 > :not(template) ~ :not(template) {
  margin-left: 50%;
}

.space-y-1\/3 > :not(template) ~ :not(template) {
  margin-top: 33.333333%;
}

.space-x-1\/3 > :not(template) ~ :not(template) {
  margin-left: 33.333333%;
}

.space-y-2\/3 > :not(template) ~ :not(template) {
  margin-top: 66.666667%;
}

.space-x-2\/3 > :not(template) ~ :not(template) {
  margin-left: 66.666667%;
}

.space-y-1\/4 > :not(template) ~ :not(template) {
  margin-top: 25%;
}

.space-x-1\/4 > :not(template) ~ :not(template) {
  margin-left: 25%;
}

.space-y-2\/4 > :not(template) ~ :not(template) {
  margin-top: 50%;
}

.space-x-2\/4 > :not(template) ~ :not(template) {
  margin-left: 50%;
}

.space-y-3\/4 > :not(template) ~ :not(template) {
  margin-top: 75%;
}

.space-x-3\/4 > :not(template) ~ :not(template) {
  margin-left: 75%;
}

.space-y-1\/5 > :not(template) ~ :not(template) {
  margin-top: 20%;
}

.space-x-1\/5 > :not(template) ~ :not(template) {
  margin-left: 20%;
}

.space-y-2\/5 > :not(template) ~ :not(template) {
  margin-top: 40%;
}

.space-x-2\/5 > :not(template) ~ :not(template) {
  margin-left: 40%;
}

.space-y-3\/5 > :not(template) ~ :not(template) {
  margin-top: 60%;
}

.space-x-3\/5 > :not(template) ~ :not(template) {
  margin-left: 60%;
}

.space-y-4\/5 > :not(template) ~ :not(template) {
  margin-top: 80%;
}

.space-x-4\/5 > :not(template) ~ :not(template) {
  margin-left: 80%;
}

.space-y-1\/6 > :not(template) ~ :not(template) {
  margin-top: 16.666667%;
}

.space-x-1\/6 > :not(template) ~ :not(template) {
  margin-left: 16.666667%;
}

.space-y-2\/6 > :not(template) ~ :not(template) {
  margin-top: 33.333333%;
}

.space-x-2\/6 > :not(template) ~ :not(template) {
  margin-left: 33.333333%;
}

.space-y-3\/6 > :not(template) ~ :not(template) {
  margin-top: 50%;
}

.space-x-3\/6 > :not(template) ~ :not(template) {
  margin-left: 50%;
}

.space-y-4\/6 > :not(template) ~ :not(template) {
  margin-top: 66.666667%;
}

.space-x-4\/6 > :not(template) ~ :not(template) {
  margin-left: 66.666667%;
}

.space-y-5\/6 > :not(template) ~ :not(template) {
  margin-top: 83.333333%;
}

.space-x-5\/6 > :not(template) ~ :not(template) {
  margin-left: 83.333333%;
}

.space-y-1\/12 > :not(template) ~ :not(template) {
  margin-top: 8.333333%;
}

.space-x-1\/12 > :not(template) ~ :not(template) {
  margin-left: 8.333333%;
}

.space-y-2\/12 > :not(template) ~ :not(template) {
  margin-top: 16.666667%;
}

.space-x-2\/12 > :not(template) ~ :not(template) {
  margin-left: 16.666667%;
}

.space-y-3\/12 > :not(template) ~ :not(template) {
  margin-top: 25%;
}

.space-x-3\/12 > :not(template) ~ :not(template) {
  margin-left: 25%;
}

.space-y-4\/12 > :not(template) ~ :not(template) {
  margin-top: 33.333333%;
}

.space-x-4\/12 > :not(template) ~ :not(template) {
  margin-left: 33.333333%;
}

.space-y-5\/12 > :not(template) ~ :not(template) {
  margin-top: 41.666667%;
}

.space-x-5\/12 > :not(template) ~ :not(template) {
  margin-left: 41.666667%;
}

.space-y-6\/12 > :not(template) ~ :not(template) {
  margin-top: 50%;
}

.space-x-6\/12 > :not(template) ~ :not(template) {
  margin-left: 50%;
}

.space-y-7\/12 > :not(template) ~ :not(template) {
  margin-top: 58.333333%;
}

.space-x-7\/12 > :not(template) ~ :not(template) {
  margin-left: 58.333333%;
}

.space-y-8\/12 > :not(template) ~ :not(template) {
  margin-top: 66.666667%;
}

.space-x-8\/12 > :not(template) ~ :not(template) {
  margin-left: 66.666667%;
}

.space-y-9\/12 > :not(template) ~ :not(template) {
  margin-top: 75%;
}

.space-x-9\/12 > :not(template) ~ :not(template) {
  margin-left: 75%;
}

.space-y-10\/12 > :not(template) ~ :not(template) {
  margin-top: 83.333333%;
}

.space-x-10\/12 > :not(template) ~ :not(template) {
  margin-left: 83.333333%;
}

.space-y-11\/12 > :not(template) ~ :not(template) {
  margin-top: 91.666667%;
}

.space-x-11\/12 > :not(template) ~ :not(template) {
  margin-left: 91.666667%;
}

.space-y-full > :not(template) ~ :not(template) {
  margin-top: 100%;
}

.space-x-full > :not(template) ~ :not(template) {
  margin-left: 100%;
}

.-space-y-1 > :not(template) ~ :not(template) {
  margin-top: -0.25rem;
}

.-space-x-1 > :not(template) ~ :not(template) {
  margin-left: -0.25rem;
}

.-space-y-2 > :not(template) ~ :not(template) {
  margin-top: -0.5rem;
}

.-space-x-2 > :not(template) ~ :not(template) {
  margin-left: -0.5rem;
}

.-space-y-3 > :not(template) ~ :not(template) {
  margin-top: -0.75rem;
}

.-space-x-3 > :not(template) ~ :not(template) {
  margin-left: -0.75rem;
}

.-space-y-4 > :not(template) ~ :not(template) {
  margin-top: -1rem;
}

.-space-x-4 > :not(template) ~ :not(template) {
  margin-left: -1rem;
}

.-space-y-5 > :not(template) ~ :not(template) {
  margin-top: -1.25rem;
}

.-space-x-5 > :not(template) ~ :not(template) {
  margin-left: -1.25rem;
}

.-space-y-6 > :not(template) ~ :not(template) {
  margin-top: -1.5rem;
}

.-space-x-6 > :not(template) ~ :not(template) {
  margin-left: -1.5rem;
}

.-space-y-7 > :not(template) ~ :not(template) {
  margin-top: -1.75rem;
}

.-space-x-7 > :not(template) ~ :not(template) {
  margin-left: -1.75rem;
}

.-space-y-8 > :not(template) ~ :not(template) {
  margin-top: -2rem;
}

.-space-x-8 > :not(template) ~ :not(template) {
  margin-left: -2rem;
}

.-space-y-9 > :not(template) ~ :not(template) {
  margin-top: -2.25rem;
}

.-space-x-9 > :not(template) ~ :not(template) {
  margin-left: -2.25rem;
}

.-space-y-10 > :not(template) ~ :not(template) {
  margin-top: -2.5rem;
}

.-space-x-10 > :not(template) ~ :not(template) {
  margin-left: -2.5rem;
}

.-space-y-11 > :not(template) ~ :not(template) {
  margin-top: -2.75rem;
}

.-space-x-11 > :not(template) ~ :not(template) {
  margin-left: -2.75rem;
}

.-space-y-12 > :not(template) ~ :not(template) {
  margin-top: -3rem;
}

.-space-x-12 > :not(template) ~ :not(template) {
  margin-left: -3rem;
}

.-space-y-13 > :not(template) ~ :not(template) {
  margin-top: -3.25rem;
}

.-space-x-13 > :not(template) ~ :not(template) {
  margin-left: -3.25rem;
}

.-space-y-14 > :not(template) ~ :not(template) {
  margin-top: -3.5rem;
}

.-space-x-14 > :not(template) ~ :not(template) {
  margin-left: -3.5rem;
}

.-space-y-15 > :not(template) ~ :not(template) {
  margin-top: -3.75rem;
}

.-space-x-15 > :not(template) ~ :not(template) {
  margin-left: -3.75rem;
}

.-space-y-16 > :not(template) ~ :not(template) {
  margin-top: -4rem;
}

.-space-x-16 > :not(template) ~ :not(template) {
  margin-left: -4rem;
}

.-space-y-20 > :not(template) ~ :not(template) {
  margin-top: -5rem;
}

.-space-x-20 > :not(template) ~ :not(template) {
  margin-left: -5rem;
}

.-space-y-24 > :not(template) ~ :not(template) {
  margin-top: -6rem;
}

.-space-x-24 > :not(template) ~ :not(template) {
  margin-left: -6rem;
}

.-space-y-28 > :not(template) ~ :not(template) {
  margin-top: -7rem;
}

.-space-x-28 > :not(template) ~ :not(template) {
  margin-left: -7rem;
}

.-space-y-32 > :not(template) ~ :not(template) {
  margin-top: -8rem;
}

.-space-x-32 > :not(template) ~ :not(template) {
  margin-left: -8rem;
}

.-space-y-36 > :not(template) ~ :not(template) {
  margin-top: -9rem;
}

.-space-x-36 > :not(template) ~ :not(template) {
  margin-left: -9rem;
}

.-space-y-40 > :not(template) ~ :not(template) {
  margin-top: -10rem;
}

.-space-x-40 > :not(template) ~ :not(template) {
  margin-left: -10rem;
}

.-space-y-44 > :not(template) ~ :not(template) {
  margin-top: -11rem;
}

.-space-x-44 > :not(template) ~ :not(template) {
  margin-left: -11rem;
}

.-space-y-48 > :not(template) ~ :not(template) {
  margin-top: -12rem;
}

.-space-x-48 > :not(template) ~ :not(template) {
  margin-left: -12rem;
}

.-space-y-52 > :not(template) ~ :not(template) {
  margin-top: -13rem;
}

.-space-x-52 > :not(template) ~ :not(template) {
  margin-left: -13rem;
}

.-space-y-56 > :not(template) ~ :not(template) {
  margin-top: -14rem;
}

.-space-x-56 > :not(template) ~ :not(template) {
  margin-left: -14rem;
}

.-space-y-60 > :not(template) ~ :not(template) {
  margin-top: -15rem;
}

.-space-x-60 > :not(template) ~ :not(template) {
  margin-left: -15rem;
}

.-space-y-64 > :not(template) ~ :not(template) {
  margin-top: -16rem;
}

.-space-x-64 > :not(template) ~ :not(template) {
  margin-left: -16rem;
}

.-space-y-72 > :not(template) ~ :not(template) {
  margin-top: -18rem;
}

.-space-x-72 > :not(template) ~ :not(template) {
  margin-left: -18rem;
}

.-space-y-80 > :not(template) ~ :not(template) {
  margin-top: -20rem;
}

.-space-x-80 > :not(template) ~ :not(template) {
  margin-left: -20rem;
}

.-space-y-96 > :not(template) ~ :not(template) {
  margin-top: -24rem;
}

.-space-x-96 > :not(template) ~ :not(template) {
  margin-left: -24rem;
}

.-space-y-128 > :not(template) ~ :not(template) {
  margin-top: -32rem;
}

.-space-x-128 > :not(template) ~ :not(template) {
  margin-left: -32rem;
}

.-space-y-144 > :not(template) ~ :not(template) {
  margin-top: -36rem;
}

.-space-x-144 > :not(template) ~ :not(template) {
  margin-left: -36rem;
}

.-space-y-160 > :not(template) ~ :not(template) {
  margin-top: -40rem;
}

.-space-x-160 > :not(template) ~ :not(template) {
  margin-left: -40rem;
}

.-space-y-192 > :not(template) ~ :not(template) {
  margin-top: -48rem;
}

.-space-x-192 > :not(template) ~ :not(template) {
  margin-left: -48rem;
}

.-space-y-px > :not(template) ~ :not(template) {
  margin-top: -1px;
}

.-space-x-px > :not(template) ~ :not(template) {
  margin-left: -1px;
}

.-space-y-0\.5 > :not(template) ~ :not(template) {
  margin-top: -0.125rem;
}

.-space-x-0\.5 > :not(template) ~ :not(template) {
  margin-left: -0.125rem;
}

.-space-y-1\.5 > :not(template) ~ :not(template) {
  margin-top: -0.375rem;
}

.-space-x-1\.5 > :not(template) ~ :not(template) {
  margin-left: -0.375rem;
}

.-space-y-2\.5 > :not(template) ~ :not(template) {
  margin-top: -0.625rem;
}

.-space-x-2\.5 > :not(template) ~ :not(template) {
  margin-left: -0.625rem;
}

.-space-y-3\.5 > :not(template) ~ :not(template) {
  margin-top: -0.875rem;
}

.-space-x-3\.5 > :not(template) ~ :not(template) {
  margin-left: -0.875rem;
}

.-space-y-1\/2 > :not(template) ~ :not(template) {
  margin-top: -50%;
}

.-space-x-1\/2 > :not(template) ~ :not(template) {
  margin-left: -50%;
}

.-space-y-1\/3 > :not(template) ~ :not(template) {
  margin-top: -33.33333%;
}

.-space-x-1\/3 > :not(template) ~ :not(template) {
  margin-left: -33.33333%;
}

.-space-y-2\/3 > :not(template) ~ :not(template) {
  margin-top: -66.66667%;
}

.-space-x-2\/3 > :not(template) ~ :not(template) {
  margin-left: -66.66667%;
}

.-space-y-1\/4 > :not(template) ~ :not(template) {
  margin-top: -25%;
}

.-space-x-1\/4 > :not(template) ~ :not(template) {
  margin-left: -25%;
}

.-space-y-2\/4 > :not(template) ~ :not(template) {
  margin-top: -50%;
}

.-space-x-2\/4 > :not(template) ~ :not(template) {
  margin-left: -50%;
}

.-space-y-3\/4 > :not(template) ~ :not(template) {
  margin-top: -75%;
}

.-space-x-3\/4 > :not(template) ~ :not(template) {
  margin-left: -75%;
}

.-space-y-1\/5 > :not(template) ~ :not(template) {
  margin-top: -20%;
}

.-space-x-1\/5 > :not(template) ~ :not(template) {
  margin-left: -20%;
}

.-space-y-2\/5 > :not(template) ~ :not(template) {
  margin-top: -40%;
}

.-space-x-2\/5 > :not(template) ~ :not(template) {
  margin-left: -40%;
}

.-space-y-3\/5 > :not(template) ~ :not(template) {
  margin-top: -60%;
}

.-space-x-3\/5 > :not(template) ~ :not(template) {
  margin-left: -60%;
}

.-space-y-4\/5 > :not(template) ~ :not(template) {
  margin-top: -80%;
}

.-space-x-4\/5 > :not(template) ~ :not(template) {
  margin-left: -80%;
}

.-space-y-1\/6 > :not(template) ~ :not(template) {
  margin-top: -16.66667%;
}

.-space-x-1\/6 > :not(template) ~ :not(template) {
  margin-left: -16.66667%;
}

.-space-y-2\/6 > :not(template) ~ :not(template) {
  margin-top: -33.33333%;
}

.-space-x-2\/6 > :not(template) ~ :not(template) {
  margin-left: -33.33333%;
}

.-space-y-3\/6 > :not(template) ~ :not(template) {
  margin-top: -50%;
}

.-space-x-3\/6 > :not(template) ~ :not(template) {
  margin-left: -50%;
}

.-space-y-4\/6 > :not(template) ~ :not(template) {
  margin-top: -66.66667%;
}

.-space-x-4\/6 > :not(template) ~ :not(template) {
  margin-left: -66.66667%;
}

.-space-y-5\/6 > :not(template) ~ :not(template) {
  margin-top: -83.33333%;
}

.-space-x-5\/6 > :not(template) ~ :not(template) {
  margin-left: -83.33333%;
}

.-space-y-1\/12 > :not(template) ~ :not(template) {
  margin-top: -8.33333%;
}

.-space-x-1\/12 > :not(template) ~ :not(template) {
  margin-left: -8.33333%;
}

.-space-y-2\/12 > :not(template) ~ :not(template) {
  margin-top: -16.66667%;
}

.-space-x-2\/12 > :not(template) ~ :not(template) {
  margin-left: -16.66667%;
}

.-space-y-3\/12 > :not(template) ~ :not(template) {
  margin-top: -25%;
}

.-space-x-3\/12 > :not(template) ~ :not(template) {
  margin-left: -25%;
}

.-space-y-4\/12 > :not(template) ~ :not(template) {
  margin-top: -33.33333%;
}

.-space-x-4\/12 > :not(template) ~ :not(template) {
  margin-left: -33.33333%;
}

.-space-y-5\/12 > :not(template) ~ :not(template) {
  margin-top: -41.66667%;
}

.-space-x-5\/12 > :not(template) ~ :not(template) {
  margin-left: -41.66667%;
}

.-space-y-6\/12 > :not(template) ~ :not(template) {
  margin-top: -50%;
}

.-space-x-6\/12 > :not(template) ~ :not(template) {
  margin-left: -50%;
}

.-space-y-7\/12 > :not(template) ~ :not(template) {
  margin-top: -58.33333%;
}

.-space-x-7\/12 > :not(template) ~ :not(template) {
  margin-left: -58.33333%;
}

.-space-y-8\/12 > :not(template) ~ :not(template) {
  margin-top: -66.66667%;
}

.-space-x-8\/12 > :not(template) ~ :not(template) {
  margin-left: -66.66667%;
}

.-space-y-9\/12 > :not(template) ~ :not(template) {
  margin-top: -75%;
}

.-space-x-9\/12 > :not(template) ~ :not(template) {
  margin-left: -75%;
}

.-space-y-10\/12 > :not(template) ~ :not(template) {
  margin-top: -83.33333%;
}

.-space-x-10\/12 > :not(template) ~ :not(template) {
  margin-left: -83.33333%;
}

.-space-y-11\/12 > :not(template) ~ :not(template) {
  margin-top: -91.66667%;
}

.-space-x-11\/12 > :not(template) ~ :not(template) {
  margin-left: -91.66667%;
}

.-space-y-full > :not(template) ~ :not(template) {
  margin-top: -100%;
}

.-space-x-full > :not(template) ~ :not(template) {
  margin-left: -100%;
}

.divide-y-0 > :not(template) ~ :not(template) {
  border-top-width: 0px;
}

.divide-x-0 > :not(template) ~ :not(template) {
  border-left-width: 0px;
}

.divide-y-2 > :not(template) ~ :not(template) {
  border-top-width: 2px;
}

.divide-x-2 > :not(template) ~ :not(template) {
  border-left-width: 2px;
}

.divide-y-3 > :not(template) ~ :not(template) {
  border-top-width: 3px;
}

.divide-x-3 > :not(template) ~ :not(template) {
  border-left-width: 3px;
}

.divide-y-4 > :not(template) ~ :not(template) {
  border-top-width: 4px;
}

.divide-x-4 > :not(template) ~ :not(template) {
  border-left-width: 4px;
}

.divide-y-6 > :not(template) ~ :not(template) {
  border-top-width: 6px;
}

.divide-x-6 > :not(template) ~ :not(template) {
  border-left-width: 6px;
}

.divide-y-8 > :not(template) ~ :not(template) {
  border-top-width: 8px;
}

.divide-x-8 > :not(template) ~ :not(template) {
  border-left-width: 8px;
}

.divide-y > :not(template) ~ :not(template) {
  border-top-width: 1px;
}

.divide-x > :not(template) ~ :not(template) {
  border-left-width: 1px;
}

.divide-transparent > :not(template) ~ :not(template) {
  border-color: transparent;
}

.divide-white > :not(template) ~ :not(template) {
  border-color: #ffffff;
}

.divide-white-semi-9 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.9);
}

.divide-white-semi-8 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.8);
}

.divide-white-semi-7 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.7);
}

.divide-white-semi-6 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.6);
}

.divide-white-semi-5 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.5);
}

.divide-white-semi-4 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.4);
}

.divide-white-semi-3 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.3);
}

.divide-white-semi-2 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.2);
}

.divide-white-semi-1 > :not(template) ~ :not(template) {
  border-color: rgba(255, 255, 255, 0.1);
}

.divide-black > :not(template) ~ :not(template) {
  border-color: #000;
}

.divide-black-semi-9 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.9);
}

.divide-black-semi-8 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.8);
}

.divide-black-semi-7 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.7);
}

.divide-black-semi-6 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.6);
}

.divide-black-semi-5 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.5);
}

.divide-black-semi-4 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.4);
}

.divide-black-semi-3 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.3);
}

.divide-black-semi-2 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.2);
}

.divide-black-semi-1 > :not(template) ~ :not(template) {
  border-color: rgba(0, 0, 0, 0.1);
}

.divide-gray-100 > :not(template) ~ :not(template) {
  border-color: #f7f7f7;
}

.divide-gray-200 > :not(template) ~ :not(template) {
  border-color: #ebebeb;
}

.divide-gray-300 > :not(template) ~ :not(template) {
  border-color: #d0d0d0;
}

.divide-gray-400 > :not(template) ~ :not(template) {
  border-color: #b8b8b8;
}

.divide-gray-500 > :not(template) ~ :not(template) {
  border-color: #9e9e9e;
}

.divide-gray-600 > :not(template) ~ :not(template) {
  border-color: #666666;
}

.divide-gray-700 > :not(template) ~ :not(template) {
  border-color: #525252;
}

.divide-gray-800 > :not(template) ~ :not(template) {
  border-color: #333333;
}

.divide-gray-900 > :not(template) ~ :not(template) {
  border-color: #1f1f1f;
}

.divide-gray-warm-100 > :not(template) ~ :not(template) {
  border-color: #f4f2f0;
}

.divide-gray-warm-200 > :not(template) ~ :not(template) {
  border-color: #e9e6e2;
}

.divide-gray-warm-300 > :not(template) ~ :not(template) {
  border-color: #dfdad4;
}

.divide-gray-warm-400 > :not(template) ~ :not(template) {
  border-color: #cfc7bf;
}

.divide-gray-warm-500 > :not(template) ~ :not(template) {
  border-color: #c2bab3;
}

.divide-gray-warm-600 > :not(template) ~ :not(template) {
  border-color: #b3aca8;
}

.divide-gray-warm-700 > :not(template) ~ :not(template) {
  border-color: #a19994;
}

.divide-gray-warm-800 > :not(template) ~ :not(template) {
  border-color: #63544b;
}

.divide-gray-warm-900 > :not(template) ~ :not(template) {
  border-color: #3f3731;
}

.divide-gray-cool-100 > :not(template) ~ :not(template) {
  border-color: #f3f4f7;
}

.divide-gray-cool-200 > :not(template) ~ :not(template) {
  border-color: #e9edf1;
}

.divide-gray-cool-300 > :not(template) ~ :not(template) {
  border-color: #d5dde6;
}

.divide-gray-cool-400 > :not(template) ~ :not(template) {
  border-color: #bcc5d2;
}

.divide-gray-cool-500 > :not(template) ~ :not(template) {
  border-color: #99a3b0;
}

.divide-gray-cool-600 > :not(template) ~ :not(template) {
  border-color: #8d95a0;
}

.divide-gray-cool-700 > :not(template) ~ :not(template) {
  border-color: #7e848b;
}

.divide-gray-cool-800 > :not(template) ~ :not(template) {
  border-color: #686d73;
}

.divide-gray-cool-900 > :not(template) ~ :not(template) {
  border-color: #50565e;
}

.divide-red-100 > :not(template) ~ :not(template) {
  border-color: #fff5f5;
}

.divide-red-200 > :not(template) ~ :not(template) {
  border-color: #fed7d7;
}

.divide-red-300 > :not(template) ~ :not(template) {
  border-color: #feb2b2;
}

.divide-red-400 > :not(template) ~ :not(template) {
  border-color: #fc8181;
}

.divide-red-500 > :not(template) ~ :not(template) {
  border-color: #f56565;
}

.divide-red-600 > :not(template) ~ :not(template) {
  border-color: #e21d2f;
}

.divide-red-700 > :not(template) ~ :not(template) {
  border-color: #d41b2c;
}

.divide-red-800 > :not(template) ~ :not(template) {
  border-color: #c61929;
}

.divide-red-900 > :not(template) ~ :not(template) {
  border-color: #873138;
}

.divide-orange-100 > :not(template) ~ :not(template) {
  border-color: #fff4f0;
}

.divide-orange-200 > :not(template) ~ :not(template) {
  border-color: #fed8c8;
}

.divide-orange-300 > :not(template) ~ :not(template) {
  border-color: #fcb99c;
}

.divide-orange-400 > :not(template) ~ :not(template) {
  border-color: #fd9568;
}

.divide-orange-500 > :not(template) ~ :not(template) {
  border-color: #ff854f;
}

.divide-orange-600 > :not(template) ~ :not(template) {
  border-color: #e66833;
}

.divide-orange-700 > :not(template) ~ :not(template) {
  border-color: #c05621;
}

.divide-orange-800 > :not(template) ~ :not(template) {
  border-color: #9c4221;
}

.divide-orange-900 > :not(template) ~ :not(template) {
  border-color: #7b341e;
}

.divide-yellow-100 > :not(template) ~ :not(template) {
  border-color: #fdf6e7;
}

.divide-yellow-200 > :not(template) ~ :not(template) {
  border-color: #fee9bf;
}

.divide-yellow-300 > :not(template) ~ :not(template) {
  border-color: #fbd893;
}

.divide-yellow-400 > :not(template) ~ :not(template) {
  border-color: #fcc85f;
}

.divide-yellow-500 > :not(template) ~ :not(template) {
  border-color: #ffbf3d;
}

.divide-yellow-600 > :not(template) ~ :not(template) {
  border-color: #e7a41d;
}

.divide-yellow-700 > :not(template) ~ :not(template) {
  border-color: #b7841f;
}

.divide-yellow-800 > :not(template) ~ :not(template) {
  border-color: #976c16;
}

.divide-yellow-900 > :not(template) ~ :not(template) {
  border-color: #745310;
}

.divide-green-100 > :not(template) ~ :not(template) {
  border-color: #f9fce9;
}

.divide-green-200 > :not(template) ~ :not(template) {
  border-color: #e5f396;
}

.divide-green-300 > :not(template) ~ :not(template) {
  border-color: #d0e656;
}

.divide-green-400 > :not(template) ~ :not(template) {
  border-color: #badb00;
}

.divide-green-500 > :not(template) ~ :not(template) {
  border-color: #acca07;
}

.divide-green-600 > :not(template) ~ :not(template) {
  border-color: #99b305;
}

.divide-green-700 > :not(template) ~ :not(template) {
  border-color: #869e00;
}

.divide-green-800 > :not(template) ~ :not(template) {
  border-color: #546727;
}

.divide-green-900 > :not(template) ~ :not(template) {
  border-color: #394a12;
}

.divide-teal-100 > :not(template) ~ :not(template) {
  border-color: #e6fffa;
}

.divide-teal-200 > :not(template) ~ :not(template) {
  border-color: #b2f5ea;
}

.divide-teal-300 > :not(template) ~ :not(template) {
  border-color: #7beadc;
}

.divide-teal-400 > :not(template) ~ :not(template) {
  border-color: #00cfb5;
}

.divide-teal-500 > :not(template) ~ :not(template) {
  border-color: #3cbbaa;
}

.divide-teal-600 > :not(template) ~ :not(template) {
  border-color: #319789;
}

.divide-teal-700 > :not(template) ~ :not(template) {
  border-color: #2c7b70;
}

.divide-teal-800 > :not(template) ~ :not(template) {
  border-color: #286159;
}

.divide-teal-900 > :not(template) ~ :not(template) {
  border-color: #23524c;
}

.divide-aqua-100 > :not(template) ~ :not(template) {
  border-color: #ebfcff;
}

.divide-aqua-200 > :not(template) ~ :not(template) {
  border-color: #beeff8;
}

.divide-aqua-300 > :not(template) ~ :not(template) {
  border-color: #90e5f4;
}

.divide-aqua-400 > :not(template) ~ :not(template) {
  border-color: #71dcef;
}

.divide-aqua-500 > :not(template) ~ :not(template) {
  border-color: #52cfe5;
}

.divide-aqua-600 > :not(template) ~ :not(template) {
  border-color: #2bb2ca;
}

.divide-aqua-700 > :not(template) ~ :not(template) {
  border-color: #2097ac;
}

.divide-aqua-800 > :not(template) ~ :not(template) {
  border-color: #1c7382;
}

.divide-aqua-900 > :not(template) ~ :not(template) {
  border-color: #155460;
}

.divide-blue-100 > :not(template) ~ :not(template) {
  border-color: #ebf8ff;
}

.divide-blue-200 > :not(template) ~ :not(template) {
  border-color: #bee3f8;
}

.divide-blue-300 > :not(template) ~ :not(template) {
  border-color: #90cdf4;
}

.divide-blue-400 > :not(template) ~ :not(template) {
  border-color: #63b3ed;
}

.divide-blue-500 > :not(template) ~ :not(template) {
  border-color: #4299e1;
}

.divide-blue-600 > :not(template) ~ :not(template) {
  border-color: #3182ce;
}

.divide-blue-700 > :not(template) ~ :not(template) {
  border-color: #006eb5;
}

.divide-blue-800 > :not(template) ~ :not(template) {
  border-color: #22547c;
}

.divide-blue-900 > :not(template) ~ :not(template) {
  border-color: #2b435a;
}

.divide-purple-100 > :not(template) ~ :not(template) {
  border-color: #fcf5ff;
}

.divide-purple-200 > :not(template) ~ :not(template) {
  border-color: #f1d8fd;
}

.divide-purple-300 > :not(template) ~ :not(template) {
  border-color: #dbbcfa;
}

.divide-purple-400 > :not(template) ~ :not(template) {
  border-color: #cd82f2;
}

.divide-purple-500 > :not(template) ~ :not(template) {
  border-color: #b26dd5;
}

.divide-purple-600 > :not(template) ~ :not(template) {
  border-color: #904eb1;
}

.divide-purple-700 > :not(template) ~ :not(template) {
  border-color: #824091;
}

.divide-purple-800 > :not(template) ~ :not(template) {
  border-color: #743582;
}

.divide-purple-900 > :not(template) ~ :not(template) {
  border-color: #4a2353;
}

.divide-tan-100 > :not(template) ~ :not(template) {
  border-color: #f6f2e9;
}

.divide-tan-200 > :not(template) ~ :not(template) {
  border-color: #eee7d8;
}

.divide-tan-300 > :not(template) ~ :not(template) {
  border-color: #e7ddc5;
}

.divide-tan-400 > :not(template) ~ :not(template) {
  border-color: #e5d4ab;
}

.divide-tan-500 > :not(template) ~ :not(template) {
  border-color: #dec891;
}

.divide-tan-600 > :not(template) ~ :not(template) {
  border-color: #c3ac74;
}

.divide-tan-700 > :not(template) ~ :not(template) {
  border-color: #9a8451;
}

.divide-tan-800 > :not(template) ~ :not(template) {
  border-color: #685936;
}

.divide-tan-900 > :not(template) ~ :not(template) {
  border-color: #574c33;
}

.divide-gold-500 > :not(template) ~ :not(template) {
  border-color: #a4804a;
}

.divide-silver-500 > :not(template) ~ :not(template) {
  border-color: #8a8d8f;
}

.divide-solid > :not(template) ~ :not(template) {
  border-style: solid;
}

.divide-dashed > :not(template) ~ :not(template) {
  border-style: dashed;
}

.divide-dotted > :not(template) ~ :not(template) {
  border-style: dotted;
}

.divide-double > :not(template) ~ :not(template) {
  border-style: double;
}

.divide-none > :not(template) ~ :not(template) {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

.bg-white {
  background-color: #ffffff;
}

.bg-white-semi-9 {
  background-color: rgba(255, 255, 255, 0.9);
}

.bg-white-semi-8 {
  background-color: rgba(255, 255, 255, 0.8);
}

.bg-white-semi-7 {
  background-color: rgba(255, 255, 255, 0.7);
}

.bg-white-semi-6 {
  background-color: rgba(255, 255, 255, 0.6);
}

.bg-white-semi-5 {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-white-semi-4 {
  background-color: rgba(255, 255, 255, 0.4);
}

.bg-white-semi-3 {
  background-color: rgba(255, 255, 255, 0.3);
}

.bg-white-semi-2 {
  background-color: rgba(255, 255, 255, 0.2);
}

.bg-white-semi-1 {
  background-color: rgba(255, 255, 255, 0.1);
}

.bg-black {
  background-color: #000;
}

.bg-black-semi-9 {
  background-color: rgba(0, 0, 0, 0.9);
}

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

.bg-black-semi-7 {
  background-color: rgba(0, 0, 0, 0.7);
}

.bg-black-semi-6 {
  background-color: rgba(0, 0, 0, 0.6);
}

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

.bg-black-semi-4 {
  background-color: rgba(0, 0, 0, 0.4);
}

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

.bg-black-semi-2 {
  background-color: rgba(0, 0, 0, 0.2);
}

.bg-black-semi-1 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-gray-100 {
  background-color: #f7f7f7;
}

.bg-gray-200 {
  background-color: #ebebeb;
}

.bg-gray-300 {
  background-color: #d0d0d0;
}

.bg-gray-400 {
  background-color: #b8b8b8;
}

.bg-gray-500 {
  background-color: #9e9e9e;
}

.bg-gray-600 {
  background-color: #666666;
}

.bg-gray-700 {
  background-color: #525252;
}

.bg-gray-800 {
  background-color: #333333;
}

.bg-gray-900 {
  background-color: #1f1f1f;
}

.bg-gray-warm-100 {
  background-color: #f4f2f0;
}

.bg-gray-warm-200 {
  background-color: #e9e6e2;
}

.bg-gray-warm-300 {
  background-color: #dfdad4;
}

.bg-gray-warm-400 {
  background-color: #cfc7bf;
}

.bg-gray-warm-500 {
  background-color: #c2bab3;
}

.bg-gray-warm-600 {
  background-color: #b3aca8;
}

.bg-gray-warm-700 {
  background-color: #a19994;
}

.bg-gray-warm-800 {
  background-color: #63544b;
}

.bg-gray-warm-900 {
  background-color: #3f3731;
}

.bg-gray-cool-100 {
  background-color: #f3f4f7;
}

.bg-gray-cool-200 {
  background-color: #e9edf1;
}

.bg-gray-cool-300 {
  background-color: #d5dde6;
}

.bg-gray-cool-400 {
  background-color: #bcc5d2;
}

.bg-gray-cool-500 {
  background-color: #99a3b0;
}

.bg-gray-cool-600 {
  background-color: #8d95a0;
}

.bg-gray-cool-700 {
  background-color: #7e848b;
}

.bg-gray-cool-800 {
  background-color: #686d73;
}

.bg-gray-cool-900 {
  background-color: #50565e;
}

.bg-red-100 {
  background-color: #fff5f5;
}

.bg-red-200 {
  background-color: #fed7d7;
}

.bg-red-300 {
  background-color: #feb2b2;
}

.bg-red-400 {
  background-color: #fc8181;
}

.bg-red-500 {
  background-color: #f56565;
}

.bg-red-600 {
  background-color: #e21d2f;
}

.bg-red-700 {
  background-color: #d41b2c;
}

.bg-red-800 {
  background-color: #c61929;
}

.bg-red-900 {
  background-color: #873138;
}

.bg-orange-100 {
  background-color: #fff4f0;
}

.bg-orange-200 {
  background-color: #fed8c8;
}

.bg-orange-300 {
  background-color: #fcb99c;
}

.bg-orange-400 {
  background-color: #fd9568;
}

.bg-orange-500 {
  background-color: #ff854f;
}

.bg-orange-600 {
  background-color: #e66833;
}

.bg-orange-700 {
  background-color: #c05621;
}

.bg-orange-800 {
  background-color: #9c4221;
}

.bg-orange-900 {
  background-color: #7b341e;
}

.bg-yellow-100 {
  background-color: #fdf6e7;
}

.bg-yellow-200 {
  background-color: #fee9bf;
}

.bg-yellow-300 {
  background-color: #fbd893;
}

.bg-yellow-400 {
  background-color: #fcc85f;
}

.bg-yellow-500 {
  background-color: #ffbf3d;
}

.bg-yellow-600 {
  background-color: #e7a41d;
}

.bg-yellow-700 {
  background-color: #b7841f;
}

.bg-yellow-800 {
  background-color: #976c16;
}

.bg-yellow-900 {
  background-color: #745310;
}

.bg-green-100 {
  background-color: #f9fce9;
}

.bg-green-200 {
  background-color: #e5f396;
}

.bg-green-300 {
  background-color: #d0e656;
}

.bg-green-400 {
  background-color: #badb00;
}

.bg-green-500 {
  background-color: #acca07;
}

.bg-green-600 {
  background-color: #99b305;
}

.bg-green-700 {
  background-color: #869e00;
}

.bg-green-800 {
  background-color: #546727;
}

.bg-green-900 {
  background-color: #394a12;
}

.bg-teal-100 {
  background-color: #e6fffa;
}

.bg-teal-200 {
  background-color: #b2f5ea;
}

.bg-teal-300 {
  background-color: #7beadc;
}

.bg-teal-400 {
  background-color: #00cfb5;
}

.bg-teal-500 {
  background-color: #3cbbaa;
}

.bg-teal-600 {
  background-color: #319789;
}

.bg-teal-700 {
  background-color: #2c7b70;
}

.bg-teal-800 {
  background-color: #286159;
}

.bg-teal-900 {
  background-color: #23524c;
}

.bg-aqua-100 {
  background-color: #ebfcff;
}

.bg-aqua-200 {
  background-color: #beeff8;
}

.bg-aqua-300 {
  background-color: #90e5f4;
}

.bg-aqua-400 {
  background-color: #71dcef;
}

.bg-aqua-500 {
  background-color: #52cfe5;
}

.bg-aqua-600 {
  background-color: #2bb2ca;
}

.bg-aqua-700 {
  background-color: #2097ac;
}

.bg-aqua-800 {
  background-color: #1c7382;
}

.bg-aqua-900 {
  background-color: #155460;
}

.bg-blue-100 {
  background-color: #ebf8ff;
}

.bg-blue-200 {
  background-color: #bee3f8;
}

.bg-blue-300 {
  background-color: #90cdf4;
}

.bg-blue-400 {
  background-color: #63b3ed;
}

.bg-blue-500 {
  background-color: #4299e1;
}

.bg-blue-600 {
  background-color: #3182ce;
}

.bg-blue-700 {
  background-color: #006eb5;
}

.bg-blue-800 {
  background-color: #22547c;
}

.bg-blue-900 {
  background-color: #2b435a;
}

.bg-purple-100 {
  background-color: #fcf5ff;
}

.bg-purple-200 {
  background-color: #f1d8fd;
}

.bg-purple-300 {
  background-color: #dbbcfa;
}

.bg-purple-400 {
  background-color: #cd82f2;
}

.bg-purple-500 {
  background-color: #b26dd5;
}

.bg-purple-600 {
  background-color: #904eb1;
}

.bg-purple-700 {
  background-color: #824091;
}

.bg-purple-800 {
  background-color: #743582;
}

.bg-purple-900 {
  background-color: #4a2353;
}

.bg-tan-100 {
  background-color: #f6f2e9;
}

.bg-tan-200 {
  background-color: #eee7d8;
}

.bg-tan-300 {
  background-color: #e7ddc5;
}

.bg-tan-400 {
  background-color: #e5d4ab;
}

.bg-tan-500 {
  background-color: #dec891;
}

.bg-tan-600 {
  background-color: #c3ac74;
}

.bg-tan-700 {
  background-color: #9a8451;
}

.bg-tan-800 {
  background-color: #685936;
}

.bg-tan-900 {
  background-color: #574c33;
}

.bg-gold-500 {
  background-color: #a4804a;
}

.bg-silver-500 {
  background-color: #8a8d8f;
}

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

.hover\:bg-white:hover {
  background-color: #ffffff;
}

.hover\:bg-white-semi-9:hover {
  background-color: rgba(255, 255, 255, 0.9);
}

.hover\:bg-white-semi-8:hover {
  background-color: rgba(255, 255, 255, 0.8);
}

.hover\:bg-white-semi-7:hover {
  background-color: rgba(255, 255, 255, 0.7);
}

.hover\:bg-white-semi-6:hover {
  background-color: rgba(255, 255, 255, 0.6);
}

.hover\:bg-white-semi-5:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.hover\:bg-white-semi-4:hover {
  background-color: rgba(255, 255, 255, 0.4);
}

.hover\:bg-white-semi-3:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.hover\:bg-white-semi-2:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.hover\:bg-white-semi-1:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hover\:bg-black:hover {
  background-color: #000;
}

.hover\:bg-black-semi-9:hover {
  background-color: rgba(0, 0, 0, 0.9);
}

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

.hover\:bg-black-semi-7:hover {
  background-color: rgba(0, 0, 0, 0.7);
}

.hover\:bg-black-semi-6:hover {
  background-color: rgba(0, 0, 0, 0.6);
}

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

.hover\:bg-black-semi-4:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

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

.hover\:bg-black-semi-2:hover {
  background-color: rgba(0, 0, 0, 0.2);
}

.hover\:bg-black-semi-1:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.hover\:bg-gray-100:hover {
  background-color: #f7f7f7;
}

.hover\:bg-gray-200:hover {
  background-color: #ebebeb;
}

.hover\:bg-gray-300:hover {
  background-color: #d0d0d0;
}

.hover\:bg-gray-400:hover {
  background-color: #b8b8b8;
}

.hover\:bg-gray-500:hover {
  background-color: #9e9e9e;
}

.hover\:bg-gray-600:hover {
  background-color: #666666;
}

.hover\:bg-gray-700:hover {
  background-color: #525252;
}

.hover\:bg-gray-800:hover {
  background-color: #333333;
}

.hover\:bg-gray-900:hover {
  background-color: #1f1f1f;
}

.hover\:bg-gray-warm-100:hover {
  background-color: #f4f2f0;
}

.hover\:bg-gray-warm-200:hover {
  background-color: #e9e6e2;
}

.hover\:bg-gray-warm-300:hover {
  background-color: #dfdad4;
}

.hover\:bg-gray-warm-400:hover {
  background-color: #cfc7bf;
}

.hover\:bg-gray-warm-500:hover {
  background-color: #c2bab3;
}

.hover\:bg-gray-warm-600:hover {
  background-color: #b3aca8;
}

.hover\:bg-gray-warm-700:hover {
  background-color: #a19994;
}

.hover\:bg-gray-warm-800:hover {
  background-color: #63544b;
}

.hover\:bg-gray-warm-900:hover {
  background-color: #3f3731;
}

.hover\:bg-gray-cool-100:hover {
  background-color: #f3f4f7;
}

.hover\:bg-gray-cool-200:hover {
  background-color: #e9edf1;
}

.hover\:bg-gray-cool-300:hover {
  background-color: #d5dde6;
}

.hover\:bg-gray-cool-400:hover {
  background-color: #bcc5d2;
}

.hover\:bg-gray-cool-500:hover {
  background-color: #99a3b0;
}

.hover\:bg-gray-cool-600:hover {
  background-color: #8d95a0;
}

.hover\:bg-gray-cool-700:hover {
  background-color: #7e848b;
}

.hover\:bg-gray-cool-800:hover {
  background-color: #686d73;
}

.hover\:bg-gray-cool-900:hover {
  background-color: #50565e;
}

.hover\:bg-red-100:hover {
  background-color: #fff5f5;
}

.hover\:bg-red-200:hover {
  background-color: #fed7d7;
}

.hover\:bg-red-300:hover {
  background-color: #feb2b2;
}

.hover\:bg-red-400:hover {
  background-color: #fc8181;
}

.hover\:bg-red-500:hover {
  background-color: #f56565;
}

.hover\:bg-red-600:hover {
  background-color: #e21d2f;
}

.hover\:bg-red-700:hover {
  background-color: #d41b2c;
}

.hover\:bg-red-800:hover {
  background-color: #c61929;
}

.hover\:bg-red-900:hover {
  background-color: #873138;
}

.hover\:bg-orange-100:hover {
  background-color: #fff4f0;
}

.hover\:bg-orange-200:hover {
  background-color: #fed8c8;
}

.hover\:bg-orange-300:hover {
  background-color: #fcb99c;
}

.hover\:bg-orange-400:hover {
  background-color: #fd9568;
}

.hover\:bg-orange-500:hover {
  background-color: #ff854f;
}

.hover\:bg-orange-600:hover {
  background-color: #e66833;
}

.hover\:bg-orange-700:hover {
  background-color: #c05621;
}

.hover\:bg-orange-800:hover {
  background-color: #9c4221;
}

.hover\:bg-orange-900:hover {
  background-color: #7b341e;
}

.hover\:bg-yellow-100:hover {
  background-color: #fdf6e7;
}

.hover\:bg-yellow-200:hover {
  background-color: #fee9bf;
}

.hover\:bg-yellow-300:hover {
  background-color: #fbd893;
}

.hover\:bg-yellow-400:hover {
  background-color: #fcc85f;
}

.hover\:bg-yellow-500:hover {
  background-color: #ffbf3d;
}

.hover\:bg-yellow-600:hover {
  background-color: #e7a41d;
}

.hover\:bg-yellow-700:hover {
  background-color: #b7841f;
}

.hover\:bg-yellow-800:hover {
  background-color: #976c16;
}

.hover\:bg-yellow-900:hover {
  background-color: #745310;
}

.hover\:bg-green-100:hover {
  background-color: #f9fce9;
}

.hover\:bg-green-200:hover {
  background-color: #e5f396;
}

.hover\:bg-green-300:hover {
  background-color: #d0e656;
}

.hover\:bg-green-400:hover {
  background-color: #badb00;
}

.hover\:bg-green-500:hover {
  background-color: #acca07;
}

.hover\:bg-green-600:hover {
  background-color: #99b305;
}

.hover\:bg-green-700:hover {
  background-color: #869e00;
}

.hover\:bg-green-800:hover {
  background-color: #546727;
}

.hover\:bg-green-900:hover {
  background-color: #394a12;
}

.hover\:bg-teal-100:hover {
  background-color: #e6fffa;
}

.hover\:bg-teal-200:hover {
  background-color: #b2f5ea;
}

.hover\:bg-teal-300:hover {
  background-color: #7beadc;
}

.hover\:bg-teal-400:hover {
  background-color: #00cfb5;
}

.hover\:bg-teal-500:hover {
  background-color: #3cbbaa;
}

.hover\:bg-teal-600:hover {
  background-color: #319789;
}

.hover\:bg-teal-700:hover {
  background-color: #2c7b70;
}

.hover\:bg-teal-800:hover {
  background-color: #286159;
}

.hover\:bg-teal-900:hover {
  background-color: #23524c;
}

.hover\:bg-aqua-100:hover {
  background-color: #ebfcff;
}

.hover\:bg-aqua-200:hover {
  background-color: #beeff8;
}

.hover\:bg-aqua-300:hover {
  background-color: #90e5f4;
}

.hover\:bg-aqua-400:hover {
  background-color: #71dcef;
}

.hover\:bg-aqua-500:hover {
  background-color: #52cfe5;
}

.hover\:bg-aqua-600:hover {
  background-color: #2bb2ca;
}

.hover\:bg-aqua-700:hover {
  background-color: #2097ac;
}

.hover\:bg-aqua-800:hover {
  background-color: #1c7382;
}

.hover\:bg-aqua-900:hover {
  background-color: #155460;
}

.hover\:bg-blue-100:hover {
  background-color: #ebf8ff;
}

.hover\:bg-blue-200:hover {
  background-color: #bee3f8;
}

.hover\:bg-blue-300:hover {
  background-color: #90cdf4;
}

.hover\:bg-blue-400:hover {
  background-color: #63b3ed;
}

.hover\:bg-blue-500:hover {
  background-color: #4299e1;
}

.hover\:bg-blue-600:hover {
  background-color: #3182ce;
}

.hover\:bg-blue-700:hover {
  background-color: #006eb5;
}

.hover\:bg-blue-800:hover {
  background-color: #22547c;
}

.hover\:bg-blue-900:hover {
  background-color: #2b435a;
}

.hover\:bg-purple-100:hover {
  background-color: #fcf5ff;
}

.hover\:bg-purple-200:hover {
  background-color: #f1d8fd;
}

.hover\:bg-purple-300:hover {
  background-color: #dbbcfa;
}

.hover\:bg-purple-400:hover {
  background-color: #cd82f2;
}

.hover\:bg-purple-500:hover {
  background-color: #b26dd5;
}

.hover\:bg-purple-600:hover {
  background-color: #904eb1;
}

.hover\:bg-purple-700:hover {
  background-color: #824091;
}

.hover\:bg-purple-800:hover {
  background-color: #743582;
}

.hover\:bg-purple-900:hover {
  background-color: #4a2353;
}

.hover\:bg-tan-100:hover {
  background-color: #f6f2e9;
}

.hover\:bg-tan-200:hover {
  background-color: #eee7d8;
}

.hover\:bg-tan-300:hover {
  background-color: #e7ddc5;
}

.hover\:bg-tan-400:hover {
  background-color: #e5d4ab;
}

.hover\:bg-tan-500:hover {
  background-color: #dec891;
}

.hover\:bg-tan-600:hover {
  background-color: #c3ac74;
}

.hover\:bg-tan-700:hover {
  background-color: #9a8451;
}

.hover\:bg-tan-800:hover {
  background-color: #685936;
}

.hover\:bg-tan-900:hover {
  background-color: #574c33;
}

.hover\:bg-gold-500:hover {
  background-color: #a4804a;
}

.hover\:bg-silver-500:hover {
  background-color: #8a8d8f;
}

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

.focus\:bg-white:focus {
  background-color: #ffffff;
}

.focus\:bg-white-semi-9:focus {
  background-color: rgba(255, 255, 255, 0.9);
}

.focus\:bg-white-semi-8:focus {
  background-color: rgba(255, 255, 255, 0.8);
}

.focus\:bg-white-semi-7:focus {
  background-color: rgba(255, 255, 255, 0.7);
}

.focus\:bg-white-semi-6:focus {
  background-color: rgba(255, 255, 255, 0.6);
}

.focus\:bg-white-semi-5:focus {
  background-color: rgba(255, 255, 255, 0.5);
}

.focus\:bg-white-semi-4:focus {
  background-color: rgba(255, 255, 255, 0.4);
}

.focus\:bg-white-semi-3:focus {
  background-color: rgba(255, 255, 255, 0.3);
}

.focus\:bg-white-semi-2:focus {
  background-color: rgba(255, 255, 255, 0.2);
}

.focus\:bg-white-semi-1:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

.focus\:bg-black:focus {
  background-color: #000;
}

.focus\:bg-black-semi-9:focus {
  background-color: rgba(0, 0, 0, 0.9);
}

.focus\:bg-black-semi-8:focus {
  background-color: rgba(0, 0, 0, 0.8);
}

.focus\:bg-black-semi-7:focus {
  background-color: rgba(0, 0, 0, 0.7);
}

.focus\:bg-black-semi-6:focus {
  background-color: rgba(0, 0, 0, 0.6);
}

.focus\:bg-black-semi-5:focus {
  background-color: rgba(0, 0, 0, 0.5);
}

.focus\:bg-black-semi-4:focus {
  background-color: rgba(0, 0, 0, 0.4);
}

.focus\:bg-black-semi-3:focus {
  background-color: rgba(0, 0, 0, 0.3);
}

.focus\:bg-black-semi-2:focus {
  background-color: rgba(0, 0, 0, 0.2);
}

.focus\:bg-black-semi-1:focus {
  background-color: rgba(0, 0, 0, 0.1);
}

.focus\:bg-gray-100:focus {
  background-color: #f7f7f7;
}

.focus\:bg-gray-200:focus {
  background-color: #ebebeb;
}

.focus\:bg-gray-300:focus {
  background-color: #d0d0d0;
}

.focus\:bg-gray-400:focus {
  background-color: #b8b8b8;
}

.focus\:bg-gray-500:focus {
  background-color: #9e9e9e;
}

.focus\:bg-gray-600:focus {
  background-color: #666666;
}

.focus\:bg-gray-700:focus {
  background-color: #525252;
}

.focus\:bg-gray-800:focus {
  background-color: #333333;
}

.focus\:bg-gray-900:focus {
  background-color: #1f1f1f;
}

.focus\:bg-gray-warm-100:focus {
  background-color: #f4f2f0;
}

.focus\:bg-gray-warm-200:focus {
  background-color: #e9e6e2;
}

.focus\:bg-gray-warm-300:focus {
  background-color: #dfdad4;
}

.focus\:bg-gray-warm-400:focus {
  background-color: #cfc7bf;
}

.focus\:bg-gray-warm-500:focus {
  background-color: #c2bab3;
}

.focus\:bg-gray-warm-600:focus {
  background-color: #b3aca8;
}

.focus\:bg-gray-warm-700:focus {
  background-color: #a19994;
}

.focus\:bg-gray-warm-800:focus {
  background-color: #63544b;
}

.focus\:bg-gray-warm-900:focus {
  background-color: #3f3731;
}

.focus\:bg-gray-cool-100:focus {
  background-color: #f3f4f7;
}

.focus\:bg-gray-cool-200:focus {
  background-color: #e9edf1;
}

.focus\:bg-gray-cool-300:focus {
  background-color: #d5dde6;
}

.focus\:bg-gray-cool-400:focus {
  background-color: #bcc5d2;
}

.focus\:bg-gray-cool-500:focus {
  background-color: #99a3b0;
}

.focus\:bg-gray-cool-600:focus {
  background-color: #8d95a0;
}

.focus\:bg-gray-cool-700:focus {
  background-color: #7e848b;
}

.focus\:bg-gray-cool-800:focus {
  background-color: #686d73;
}

.focus\:bg-gray-cool-900:focus {
  background-color: #50565e;
}

.focus\:bg-red-100:focus {
  background-color: #fff5f5;
}

.focus\:bg-red-200:focus {
  background-color: #fed7d7;
}

.focus\:bg-red-300:focus {
  background-color: #feb2b2;
}

.focus\:bg-red-400:focus {
  background-color: #fc8181;
}

.focus\:bg-red-500:focus {
  background-color: #f56565;
}

.focus\:bg-red-600:focus {
  background-color: #e21d2f;
}

.focus\:bg-red-700:focus {
  background-color: #d41b2c;
}

.focus\:bg-red-800:focus {
  background-color: #c61929;
}

.focus\:bg-red-900:focus {
  background-color: #873138;
}

.focus\:bg-orange-100:focus {
  background-color: #fff4f0;
}

.focus\:bg-orange-200:focus {
  background-color: #fed8c8;
}

.focus\:bg-orange-300:focus {
  background-color: #fcb99c;
}

.focus\:bg-orange-400:focus {
  background-color: #fd9568;
}

.focus\:bg-orange-500:focus {
  background-color: #ff854f;
}

.focus\:bg-orange-600:focus {
  background-color: #e66833;
}

.focus\:bg-orange-700:focus {
  background-color: #c05621;
}

.focus\:bg-orange-800:focus {
  background-color: #9c4221;
}

.focus\:bg-orange-900:focus {
  background-color: #7b341e;
}

.focus\:bg-yellow-100:focus {
  background-color: #fdf6e7;
}

.focus\:bg-yellow-200:focus {
  background-color: #fee9bf;
}

.focus\:bg-yellow-300:focus {
  background-color: #fbd893;
}

.focus\:bg-yellow-400:focus {
  background-color: #fcc85f;
}

.focus\:bg-yellow-500:focus {
  background-color: #ffbf3d;
}

.focus\:bg-yellow-600:focus {
  background-color: #e7a41d;
}

.focus\:bg-yellow-700:focus {
  background-color: #b7841f;
}

.focus\:bg-yellow-800:focus {
  background-color: #976c16;
}

.focus\:bg-yellow-900:focus {
  background-color: #745310;
}

.focus\:bg-green-100:focus {
  background-color: #f9fce9;
}

.focus\:bg-green-200:focus {
  background-color: #e5f396;
}

.focus\:bg-green-300:focus {
  background-color: #d0e656;
}

.focus\:bg-green-400:focus {
  background-color: #badb00;
}

.focus\:bg-green-500:focus {
  background-color: #acca07;
}

.focus\:bg-green-600:focus {
  background-color: #99b305;
}

.focus\:bg-green-700:focus {
  background-color: #869e00;
}

.focus\:bg-green-800:focus {
  background-color: #546727;
}

.focus\:bg-green-900:focus {
  background-color: #394a12;
}

.focus\:bg-teal-100:focus {
  background-color: #e6fffa;
}

.focus\:bg-teal-200:focus {
  background-color: #b2f5ea;
}

.focus\:bg-teal-300:focus {
  background-color: #7beadc;
}

.focus\:bg-teal-400:focus {
  background-color: #00cfb5;
}

.focus\:bg-teal-500:focus {
  background-color: #3cbbaa;
}

.focus\:bg-teal-600:focus {
  background-color: #319789;
}

.focus\:bg-teal-700:focus {
  background-color: #2c7b70;
}

.focus\:bg-teal-800:focus {
  background-color: #286159;
}

.focus\:bg-teal-900:focus {
  background-color: #23524c;
}

.focus\:bg-aqua-100:focus {
  background-color: #ebfcff;
}

.focus\:bg-aqua-200:focus {
  background-color: #beeff8;
}

.focus\:bg-aqua-300:focus {
  background-color: #90e5f4;
}

.focus\:bg-aqua-400:focus {
  background-color: #71dcef;
}

.focus\:bg-aqua-500:focus {
  background-color: #52cfe5;
}

.focus\:bg-aqua-600:focus {
  background-color: #2bb2ca;
}

.focus\:bg-aqua-700:focus {
  background-color: #2097ac;
}

.focus\:bg-aqua-800:focus {
  background-color: #1c7382;
}

.focus\:bg-aqua-900:focus {
  background-color: #155460;
}

.focus\:bg-blue-100:focus {
  background-color: #ebf8ff;
}

.focus\:bg-blue-200:focus {
  background-color: #bee3f8;
}

.focus\:bg-blue-300:focus {
  background-color: #90cdf4;
}

.focus\:bg-blue-400:focus {
  background-color: #63b3ed;
}

.focus\:bg-blue-500:focus {
  background-color: #4299e1;
}

.focus\:bg-blue-600:focus {
  background-color: #3182ce;
}

.focus\:bg-blue-700:focus {
  background-color: #006eb5;
}

.focus\:bg-blue-800:focus {
  background-color: #22547c;
}

.focus\:bg-blue-900:focus {
  background-color: #2b435a;
}

.focus\:bg-purple-100:focus {
  background-color: #fcf5ff;
}

.focus\:bg-purple-200:focus {
  background-color: #f1d8fd;
}

.focus\:bg-purple-300:focus {
  background-color: #dbbcfa;
}

.focus\:bg-purple-400:focus {
  background-color: #cd82f2;
}

.focus\:bg-purple-500:focus {
  background-color: #b26dd5;
}

.focus\:bg-purple-600:focus {
  background-color: #904eb1;
}

.focus\:bg-purple-700:focus {
  background-color: #824091;
}

.focus\:bg-purple-800:focus {
  background-color: #743582;
}

.focus\:bg-purple-900:focus {
  background-color: #4a2353;
}

.focus\:bg-tan-100:focus {
  background-color: #f6f2e9;
}

.focus\:bg-tan-200:focus {
  background-color: #eee7d8;
}

.focus\:bg-tan-300:focus {
  background-color: #e7ddc5;
}

.focus\:bg-tan-400:focus {
  background-color: #e5d4ab;
}

.focus\:bg-tan-500:focus {
  background-color: #dec891;
}

.focus\:bg-tan-600:focus {
  background-color: #c3ac74;
}

.focus\:bg-tan-700:focus {
  background-color: #9a8451;
}

.focus\:bg-tan-800:focus {
  background-color: #685936;
}

.focus\:bg-tan-900:focus {
  background-color: #574c33;
}

.focus\:bg-gold-500:focus {
  background-color: #a4804a;
}

.focus\:bg-silver-500:focus {
  background-color: #8a8d8f;
}

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

.disabled\:bg-white:disabled {
  background-color: #ffffff;
}

.disabled\:bg-white-semi-9:disabled {
  background-color: rgba(255, 255, 255, 0.9);
}

.disabled\:bg-white-semi-8:disabled {
  background-color: rgba(255, 255, 255, 0.8);
}

.disabled\:bg-white-semi-7:disabled {
  background-color: rgba(255, 255, 255, 0.7);
}

.disabled\:bg-white-semi-6:disabled {
  background-color: rgba(255, 255, 255, 0.6);
}

.disabled\:bg-white-semi-5:disabled {
  background-color: rgba(255, 255, 255, 0.5);
}

.disabled\:bg-white-semi-4:disabled {
  background-color: rgba(255, 255, 255, 0.4);
}

.disabled\:bg-white-semi-3:disabled {
  background-color: rgba(255, 255, 255, 0.3);
}

.disabled\:bg-white-semi-2:disabled {
  background-color: rgba(255, 255, 255, 0.2);
}

.disabled\:bg-white-semi-1:disabled {
  background-color: rgba(255, 255, 255, 0.1);
}

.disabled\:bg-black:disabled {
  background-color: #000;
}

.disabled\:bg-black-semi-9:disabled {
  background-color: rgba(0, 0, 0, 0.9);
}

.disabled\:bg-black-semi-8:disabled {
  background-color: rgba(0, 0, 0, 0.8);
}

.disabled\:bg-black-semi-7:disabled {
  background-color: rgba(0, 0, 0, 0.7);
}

.disabled\:bg-black-semi-6:disabled {
  background-color: rgba(0, 0, 0, 0.6);
}

.disabled\:bg-black-semi-5:disabled {
  background-color: rgba(0, 0, 0, 0.5);
}

.disabled\:bg-black-semi-4:disabled {
  background-color: rgba(0, 0, 0, 0.4);
}

.disabled\:bg-black-semi-3:disabled {
  background-color: rgba(0, 0, 0, 0.3);
}

.disabled\:bg-black-semi-2:disabled {
  background-color: rgba(0, 0, 0, 0.2);
}

.disabled\:bg-black-semi-1:disabled {
  background-color: rgba(0, 0, 0, 0.1);
}

.disabled\:bg-gray-100:disabled {
  background-color: #f7f7f7;
}

.disabled\:bg-gray-200:disabled {
  background-color: #ebebeb;
}

.disabled\:bg-gray-300:disabled {
  background-color: #d0d0d0;
}

.disabled\:bg-gray-400:disabled {
  background-color: #b8b8b8;
}

.disabled\:bg-gray-500:disabled {
  background-color: #9e9e9e;
}

.disabled\:bg-gray-600:disabled {
  background-color: #666666;
}

.disabled\:bg-gray-700:disabled {
  background-color: #525252;
}

.disabled\:bg-gray-800:disabled {
  background-color: #333333;
}

.disabled\:bg-gray-900:disabled {
  background-color: #1f1f1f;
}

.disabled\:bg-gray-warm-100:disabled {
  background-color: #f4f2f0;
}

.disabled\:bg-gray-warm-200:disabled {
  background-color: #e9e6e2;
}

.disabled\:bg-gray-warm-300:disabled {
  background-color: #dfdad4;
}

.disabled\:bg-gray-warm-400:disabled {
  background-color: #cfc7bf;
}

.disabled\:bg-gray-warm-500:disabled {
  background-color: #c2bab3;
}

.disabled\:bg-gray-warm-600:disabled {
  background-color: #b3aca8;
}

.disabled\:bg-gray-warm-700:disabled {
  background-color: #a19994;
}

.disabled\:bg-gray-warm-800:disabled {
  background-color: #63544b;
}

.disabled\:bg-gray-warm-900:disabled {
  background-color: #3f3731;
}

.disabled\:bg-gray-cool-100:disabled {
  background-color: #f3f4f7;
}

.disabled\:bg-gray-cool-200:disabled {
  background-color: #e9edf1;
}

.disabled\:bg-gray-cool-300:disabled {
  background-color: #d5dde6;
}

.disabled\:bg-gray-cool-400:disabled {
  background-color: #bcc5d2;
}

.disabled\:bg-gray-cool-500:disabled {
  background-color: #99a3b0;
}

.disabled\:bg-gray-cool-600:disabled {
  background-color: #8d95a0;
}

.disabled\:bg-gray-cool-700:disabled {
  background-color: #7e848b;
}

.disabled\:bg-gray-cool-800:disabled {
  background-color: #686d73;
}

.disabled\:bg-gray-cool-900:disabled {
  background-color: #50565e;
}

.disabled\:bg-red-100:disabled {
  background-color: #fff5f5;
}

.disabled\:bg-red-200:disabled {
  background-color: #fed7d7;
}

.disabled\:bg-red-300:disabled {
  background-color: #feb2b2;
}

.disabled\:bg-red-400:disabled {
  background-color: #fc8181;
}

.disabled\:bg-red-500:disabled {
  background-color: #f56565;
}

.disabled\:bg-red-600:disabled {
  background-color: #e21d2f;
}

.disabled\:bg-red-700:disabled {
  background-color: #d41b2c;
}

.disabled\:bg-red-800:disabled {
  background-color: #c61929;
}

.disabled\:bg-red-900:disabled {
  background-color: #873138;
}

.disabled\:bg-orange-100:disabled {
  background-color: #fff4f0;
}

.disabled\:bg-orange-200:disabled {
  background-color: #fed8c8;
}

.disabled\:bg-orange-300:disabled {
  background-color: #fcb99c;
}

.disabled\:bg-orange-400:disabled {
  background-color: #fd9568;
}

.disabled\:bg-orange-500:disabled {
  background-color: #ff854f;
}

.disabled\:bg-orange-600:disabled {
  background-color: #e66833;
}

.disabled\:bg-orange-700:disabled {
  background-color: #c05621;
}

.disabled\:bg-orange-800:disabled {
  background-color: #9c4221;
}

.disabled\:bg-orange-900:disabled {
  background-color: #7b341e;
}

.disabled\:bg-yellow-100:disabled {
  background-color: #fdf6e7;
}

.disabled\:bg-yellow-200:disabled {
  background-color: #fee9bf;
}

.disabled\:bg-yellow-300:disabled {
  background-color: #fbd893;
}

.disabled\:bg-yellow-400:disabled {
  background-color: #fcc85f;
}

.disabled\:bg-yellow-500:disabled {
  background-color: #ffbf3d;
}

.disabled\:bg-yellow-600:disabled {
  background-color: #e7a41d;
}

.disabled\:bg-yellow-700:disabled {
  background-color: #b7841f;
}

.disabled\:bg-yellow-800:disabled {
  background-color: #976c16;
}

.disabled\:bg-yellow-900:disabled {
  background-color: #745310;
}

.disabled\:bg-green-100:disabled {
  background-color: #f9fce9;
}

.disabled\:bg-green-200:disabled {
  background-color: #e5f396;
}

.disabled\:bg-green-300:disabled {
  background-color: #d0e656;
}

.disabled\:bg-green-400:disabled {
  background-color: #badb00;
}

.disabled\:bg-green-500:disabled {
  background-color: #acca07;
}

.disabled\:bg-green-600:disabled {
  background-color: #99b305;
}

.disabled\:bg-green-700:disabled {
  background-color: #869e00;
}

.disabled\:bg-green-800:disabled {
  background-color: #546727;
}

.disabled\:bg-green-900:disabled {
  background-color: #394a12;
}

.disabled\:bg-teal-100:disabled {
  background-color: #e6fffa;
}

.disabled\:bg-teal-200:disabled {
  background-color: #b2f5ea;
}

.disabled\:bg-teal-300:disabled {
  background-color: #7beadc;
}

.disabled\:bg-teal-400:disabled {
  background-color: #00cfb5;
}

.disabled\:bg-teal-500:disabled {
  background-color: #3cbbaa;
}

.disabled\:bg-teal-600:disabled {
  background-color: #319789;
}

.disabled\:bg-teal-700:disabled {
  background-color: #2c7b70;
}

.disabled\:bg-teal-800:disabled {
  background-color: #286159;
}

.disabled\:bg-teal-900:disabled {
  background-color: #23524c;
}

.disabled\:bg-aqua-100:disabled {
  background-color: #ebfcff;
}

.disabled\:bg-aqua-200:disabled {
  background-color: #beeff8;
}

.disabled\:bg-aqua-300:disabled {
  background-color: #90e5f4;
}

.disabled\:bg-aqua-400:disabled {
  background-color: #71dcef;
}

.disabled\:bg-aqua-500:disabled {
  background-color: #52cfe5;
}

.disabled\:bg-aqua-600:disabled {
  background-color: #2bb2ca;
}

.disabled\:bg-aqua-700:disabled {
  background-color: #2097ac;
}

.disabled\:bg-aqua-800:disabled {
  background-color: #1c7382;
}

.disabled\:bg-aqua-900:disabled {
  background-color: #155460;
}

.disabled\:bg-blue-100:disabled {
  background-color: #ebf8ff;
}

.disabled\:bg-blue-200:disabled {
  background-color: #bee3f8;
}

.disabled\:bg-blue-300:disabled {
  background-color: #90cdf4;
}

.disabled\:bg-blue-400:disabled {
  background-color: #63b3ed;
}

.disabled\:bg-blue-500:disabled {
  background-color: #4299e1;
}

.disabled\:bg-blue-600:disabled {
  background-color: #3182ce;
}

.disabled\:bg-blue-700:disabled {
  background-color: #006eb5;
}

.disabled\:bg-blue-800:disabled {
  background-color: #22547c;
}

.disabled\:bg-blue-900:disabled {
  background-color: #2b435a;
}

.disabled\:bg-purple-100:disabled {
  background-color: #fcf5ff;
}

.disabled\:bg-purple-200:disabled {
  background-color: #f1d8fd;
}

.disabled\:bg-purple-300:disabled {
  background-color: #dbbcfa;
}

.disabled\:bg-purple-400:disabled {
  background-color: #cd82f2;
}

.disabled\:bg-purple-500:disabled {
  background-color: #b26dd5;
}

.disabled\:bg-purple-600:disabled {
  background-color: #904eb1;
}

.disabled\:bg-purple-700:disabled {
  background-color: #824091;
}

.disabled\:bg-purple-800:disabled {
  background-color: #743582;
}

.disabled\:bg-purple-900:disabled {
  background-color: #4a2353;
}

.disabled\:bg-tan-100:disabled {
  background-color: #f6f2e9;
}

.disabled\:bg-tan-200:disabled {
  background-color: #eee7d8;
}

.disabled\:bg-tan-300:disabled {
  background-color: #e7ddc5;
}

.disabled\:bg-tan-400:disabled {
  background-color: #e5d4ab;
}

.disabled\:bg-tan-500:disabled {
  background-color: #dec891;
}

.disabled\:bg-tan-600:disabled {
  background-color: #c3ac74;
}

.disabled\:bg-tan-700:disabled {
  background-color: #9a8451;
}

.disabled\:bg-tan-800:disabled {
  background-color: #685936;
}

.disabled\:bg-tan-900:disabled {
  background-color: #574c33;
}

.disabled\:bg-gold-500:disabled {
  background-color: #a4804a;
}

.disabled\:bg-silver-500:disabled {
  background-color: #8a8d8f;
}

.bg-none {
  background-image: none;
}

.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-white {
  border-color: #ffffff;
}

.border-white-semi-9 {
  border-color: rgba(255, 255, 255, 0.9);
}

.border-white-semi-8 {
  border-color: rgba(255, 255, 255, 0.8);
}

.border-white-semi-7 {
  border-color: rgba(255, 255, 255, 0.7);
}

.border-white-semi-6 {
  border-color: rgba(255, 255, 255, 0.6);
}

.border-white-semi-5 {
  border-color: rgba(255, 255, 255, 0.5);
}

.border-white-semi-4 {
  border-color: rgba(255, 255, 255, 0.4);
}

.border-white-semi-3 {
  border-color: rgba(255, 255, 255, 0.3);
}

.border-white-semi-2 {
  border-color: rgba(255, 255, 255, 0.2);
}

.border-white-semi-1 {
  border-color: rgba(255, 255, 255, 0.1);
}

.border-black {
  border-color: #000;
}

.border-black-semi-9 {
  border-color: rgba(0, 0, 0, 0.9);
}

.border-black-semi-8 {
  border-color: rgba(0, 0, 0, 0.8);
}

.border-black-semi-7 {
  border-color: rgba(0, 0, 0, 0.7);
}

.border-black-semi-6 {
  border-color: rgba(0, 0, 0, 0.6);
}

.border-black-semi-5 {
  border-color: rgba(0, 0, 0, 0.5);
}

.border-black-semi-4 {
  border-color: rgba(0, 0, 0, 0.4);
}

.border-black-semi-3 {
  border-color: rgba(0, 0, 0, 0.3);
}

.border-black-semi-2 {
  border-color: rgba(0, 0, 0, 0.2);
}

.border-black-semi-1 {
  border-color: rgba(0, 0, 0, 0.1);
}

.border-gray-100 {
  border-color: #f7f7f7;
}

.border-gray-200 {
  border-color: #ebebeb;
}

.border-gray-300 {
  border-color: #d0d0d0;
}

.border-gray-400 {
  border-color: #b8b8b8;
}

.border-gray-500 {
  border-color: #9e9e9e;
}

.border-gray-600 {
  border-color: #666666;
}

.border-gray-700 {
  border-color: #525252;
}

.border-gray-800 {
  border-color: #333333;
}

.border-gray-900 {
  border-color: #1f1f1f;
}

.border-gray-warm-100 {
  border-color: #f4f2f0;
}

.border-gray-warm-200 {
  border-color: #e9e6e2;
}

.border-gray-warm-300 {
  border-color: #dfdad4;
}

.border-gray-warm-400 {
  border-color: #cfc7bf;
}

.border-gray-warm-500 {
  border-color: #c2bab3;
}

.border-gray-warm-600 {
  border-color: #b3aca8;
}

.border-gray-warm-700 {
  border-color: #a19994;
}

.border-gray-warm-800 {
  border-color: #63544b;
}

.border-gray-warm-900 {
  border-color: #3f3731;
}

.border-gray-cool-100 {
  border-color: #f3f4f7;
}

.border-gray-cool-200 {
  border-color: #e9edf1;
}

.border-gray-cool-300 {
  border-color: #d5dde6;
}

.border-gray-cool-400 {
  border-color: #bcc5d2;
}

.border-gray-cool-500 {
  border-color: #99a3b0;
}

.border-gray-cool-600 {
  border-color: #8d95a0;
}

.border-gray-cool-700 {
  border-color: #7e848b;
}

.border-gray-cool-800 {
  border-color: #686d73;
}

.border-gray-cool-900 {
  border-color: #50565e;
}

.border-red-100 {
  border-color: #fff5f5;
}

.border-red-200 {
  border-color: #fed7d7;
}

.border-red-300 {
  border-color: #feb2b2;
}

.border-red-400 {
  border-color: #fc8181;
}

.border-red-500 {
  border-color: #f56565;
}

.border-red-600 {
  border-color: #e21d2f;
}

.border-red-700 {
  border-color: #d41b2c;
}

.border-red-800 {
  border-color: #c61929;
}

.border-red-900 {
  border-color: #873138;
}

.border-orange-100 {
  border-color: #fff4f0;
}

.border-orange-200 {
  border-color: #fed8c8;
}

.border-orange-300 {
  border-color: #fcb99c;
}

.border-orange-400 {
  border-color: #fd9568;
}

.border-orange-500 {
  border-color: #ff854f;
}

.border-orange-600 {
  border-color: #e66833;
}

.border-orange-700 {
  border-color: #c05621;
}

.border-orange-800 {
  border-color: #9c4221;
}

.border-orange-900 {
  border-color: #7b341e;
}

.border-yellow-100 {
  border-color: #fdf6e7;
}

.border-yellow-200 {
  border-color: #fee9bf;
}

.border-yellow-300 {
  border-color: #fbd893;
}

.border-yellow-400 {
  border-color: #fcc85f;
}

.border-yellow-500 {
  border-color: #ffbf3d;
}

.border-yellow-600 {
  border-color: #e7a41d;
}

.border-yellow-700 {
  border-color: #b7841f;
}

.border-yellow-800 {
  border-color: #976c16;
}

.border-yellow-900 {
  border-color: #745310;
}

.border-green-100 {
  border-color: #f9fce9;
}

.border-green-200 {
  border-color: #e5f396;
}

.border-green-300 {
  border-color: #d0e656;
}

.border-green-400 {
  border-color: #badb00;
}

.border-green-500 {
  border-color: #acca07;
}

.border-green-600 {
  border-color: #99b305;
}

.border-green-700 {
  border-color: #869e00;
}

.border-green-800 {
  border-color: #546727;
}

.border-green-900 {
  border-color: #394a12;
}

.border-teal-100 {
  border-color: #e6fffa;
}

.border-teal-200 {
  border-color: #b2f5ea;
}

.border-teal-300 {
  border-color: #7beadc;
}

.border-teal-400 {
  border-color: #00cfb5;
}

.border-teal-500 {
  border-color: #3cbbaa;
}

.border-teal-600 {
  border-color: #319789;
}

.border-teal-700 {
  border-color: #2c7b70;
}

.border-teal-800 {
  border-color: #286159;
}

.border-teal-900 {
  border-color: #23524c;
}

.border-aqua-100 {
  border-color: #ebfcff;
}

.border-aqua-200 {
  border-color: #beeff8;
}

.border-aqua-300 {
  border-color: #90e5f4;
}

.border-aqua-400 {
  border-color: #71dcef;
}

.border-aqua-500 {
  border-color: #52cfe5;
}

.border-aqua-600 {
  border-color: #2bb2ca;
}

.border-aqua-700 {
  border-color: #2097ac;
}

.border-aqua-800 {
  border-color: #1c7382;
}

.border-aqua-900 {
  border-color: #155460;
}

.border-blue-100 {
  border-color: #ebf8ff;
}

.border-blue-200 {
  border-color: #bee3f8;
}

.border-blue-300 {
  border-color: #90cdf4;
}

.border-blue-400 {
  border-color: #63b3ed;
}

.border-blue-500 {
  border-color: #4299e1;
}

.border-blue-600 {
  border-color: #3182ce;
}

.border-blue-700 {
  border-color: #006eb5;
}

.border-blue-800 {
  border-color: #22547c;
}

.border-blue-900 {
  border-color: #2b435a;
}

.border-purple-100 {
  border-color: #fcf5ff;
}

.border-purple-200 {
  border-color: #f1d8fd;
}

.border-purple-300 {
  border-color: #dbbcfa;
}

.border-purple-400 {
  border-color: #cd82f2;
}

.border-purple-500 {
  border-color: #b26dd5;
}

.border-purple-600 {
  border-color: #904eb1;
}

.border-purple-700 {
  border-color: #824091;
}

.border-purple-800 {
  border-color: #743582;
}

.border-purple-900 {
  border-color: #4a2353;
}

.border-tan-100 {
  border-color: #f6f2e9;
}

.border-tan-200 {
  border-color: #eee7d8;
}

.border-tan-300 {
  border-color: #e7ddc5;
}

.border-tan-400 {
  border-color: #e5d4ab;
}

.border-tan-500 {
  border-color: #dec891;
}

.border-tan-600 {
  border-color: #c3ac74;
}

.border-tan-700 {
  border-color: #9a8451;
}

.border-tan-800 {
  border-color: #685936;
}

.border-tan-900 {
  border-color: #574c33;
}

.border-gold-500 {
  border-color: #a4804a;
}

.border-silver-500 {
  border-color: #8a8d8f;
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:border-white:hover {
  border-color: #ffffff;
}

.hover\:border-white-semi-9:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

.hover\:border-white-semi-8:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

.hover\:border-white-semi-7:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.hover\:border-white-semi-6:hover {
  border-color: rgba(255, 255, 255, 0.6);
}

.hover\:border-white-semi-5:hover {
  border-color: rgba(255, 255, 255, 0.5);
}

.hover\:border-white-semi-4:hover {
  border-color: rgba(255, 255, 255, 0.4);
}

.hover\:border-white-semi-3:hover {
  border-color: rgba(255, 255, 255, 0.3);
}

.hover\:border-white-semi-2:hover {
  border-color: rgba(255, 255, 255, 0.2);
}

.hover\:border-white-semi-1:hover {
  border-color: rgba(255, 255, 255, 0.1);
}

.hover\:border-black:hover {
  border-color: #000;
}

.hover\:border-black-semi-9:hover {
  border-color: rgba(0, 0, 0, 0.9);
}

.hover\:border-black-semi-8:hover {
  border-color: rgba(0, 0, 0, 0.8);
}

.hover\:border-black-semi-7:hover {
  border-color: rgba(0, 0, 0, 0.7);
}

.hover\:border-black-semi-6:hover {
  border-color: rgba(0, 0, 0, 0.6);
}

.hover\:border-black-semi-5:hover {
  border-color: rgba(0, 0, 0, 0.5);
}

.hover\:border-black-semi-4:hover {
  border-color: rgba(0, 0, 0, 0.4);
}

.hover\:border-black-semi-3:hover {
  border-color: rgba(0, 0, 0, 0.3);
}

.hover\:border-black-semi-2:hover {
  border-color: rgba(0, 0, 0, 0.2);
}

.hover\:border-black-semi-1:hover {
  border-color: rgba(0, 0, 0, 0.1);
}

.hover\:border-gray-100:hover {
  border-color: #f7f7f7;
}

.hover\:border-gray-200:hover {
  border-color: #ebebeb;
}

.hover\:border-gray-300:hover {
  border-color: #d0d0d0;
}

.hover\:border-gray-400:hover {
  border-color: #b8b8b8;
}

.hover\:border-gray-500:hover {
  border-color: #9e9e9e;
}

.hover\:border-gray-600:hover {
  border-color: #666666;
}

.hover\:border-gray-700:hover {
  border-color: #525252;
}

.hover\:border-gray-800:hover {
  border-color: #333333;
}

.hover\:border-gray-900:hover {
  border-color: #1f1f1f;
}

.hover\:border-gray-warm-100:hover {
  border-color: #f4f2f0;
}

.hover\:border-gray-warm-200:hover {
  border-color: #e9e6e2;
}

.hover\:border-gray-warm-300:hover {
  border-color: #dfdad4;
}

.hover\:border-gray-warm-400:hover {
  border-color: #cfc7bf;
}

.hover\:border-gray-warm-500:hover {
  border-color: #c2bab3;
}

.hover\:border-gray-warm-600:hover {
  border-color: #b3aca8;
}

.hover\:border-gray-warm-700:hover {
  border-color: #a19994;
}

.hover\:border-gray-warm-800:hover {
  border-color: #63544b;
}

.hover\:border-gray-warm-900:hover {
  border-color: #3f3731;
}

.hover\:border-gray-cool-100:hover {
  border-color: #f3f4f7;
}

.hover\:border-gray-cool-200:hover {
  border-color: #e9edf1;
}

.hover\:border-gray-cool-300:hover {
  border-color: #d5dde6;
}

.hover\:border-gray-cool-400:hover {
  border-color: #bcc5d2;
}

.hover\:border-gray-cool-500:hover {
  border-color: #99a3b0;
}

.hover\:border-gray-cool-600:hover {
  border-color: #8d95a0;
}

.hover\:border-gray-cool-700:hover {
  border-color: #7e848b;
}

.hover\:border-gray-cool-800:hover {
  border-color: #686d73;
}

.hover\:border-gray-cool-900:hover {
  border-color: #50565e;
}

.hover\:border-red-100:hover {
  border-color: #fff5f5;
}

.hover\:border-red-200:hover {
  border-color: #fed7d7;
}

.hover\:border-red-300:hover {
  border-color: #feb2b2;
}

.hover\:border-red-400:hover {
  border-color: #fc8181;
}

.hover\:border-red-500:hover {
  border-color: #f56565;
}

.hover\:border-red-600:hover {
  border-color: #e21d2f;
}

.hover\:border-red-700:hover {
  border-color: #d41b2c;
}

.hover\:border-red-800:hover {
  border-color: #c61929;
}

.hover\:border-red-900:hover {
  border-color: #873138;
}

.hover\:border-orange-100:hover {
  border-color: #fff4f0;
}

.hover\:border-orange-200:hover {
  border-color: #fed8c8;
}

.hover\:border-orange-300:hover {
  border-color: #fcb99c;
}

.hover\:border-orange-400:hover {
  border-color: #fd9568;
}

.hover\:border-orange-500:hover {
  border-color: #ff854f;
}

.hover\:border-orange-600:hover {
  border-color: #e66833;
}

.hover\:border-orange-700:hover {
  border-color: #c05621;
}

.hover\:border-orange-800:hover {
  border-color: #9c4221;
}

.hover\:border-orange-900:hover {
  border-color: #7b341e;
}

.hover\:border-yellow-100:hover {
  border-color: #fdf6e7;
}

.hover\:border-yellow-200:hover {
  border-color: #fee9bf;
}

.hover\:border-yellow-300:hover {
  border-color: #fbd893;
}

.hover\:border-yellow-400:hover {
  border-color: #fcc85f;
}

.hover\:border-yellow-500:hover {
  border-color: #ffbf3d;
}

.hover\:border-yellow-600:hover {
  border-color: #e7a41d;
}

.hover\:border-yellow-700:hover {
  border-color: #b7841f;
}

.hover\:border-yellow-800:hover {
  border-color: #976c16;
}

.hover\:border-yellow-900:hover {
  border-color: #745310;
}

.hover\:border-green-100:hover {
  border-color: #f9fce9;
}

.hover\:border-green-200:hover {
  border-color: #e5f396;
}

.hover\:border-green-300:hover {
  border-color: #d0e656;
}

.hover\:border-green-400:hover {
  border-color: #badb00;
}

.hover\:border-green-500:hover {
  border-color: #acca07;
}

.hover\:border-green-600:hover {
  border-color: #99b305;
}

.hover\:border-green-700:hover {
  border-color: #869e00;
}

.hover\:border-green-800:hover {
  border-color: #546727;
}

.hover\:border-green-900:hover {
  border-color: #394a12;
}

.hover\:border-teal-100:hover {
  border-color: #e6fffa;
}

.hover\:border-teal-200:hover {
  border-color: #b2f5ea;
}

.hover\:border-teal-300:hover {
  border-color: #7beadc;
}

.hover\:border-teal-400:hover {
  border-color: #00cfb5;
}

.hover\:border-teal-500:hover {
  border-color: #3cbbaa;
}

.hover\:border-teal-600:hover {
  border-color: #319789;
}

.hover\:border-teal-700:hover {
  border-color: #2c7b70;
}

.hover\:border-teal-800:hover {
  border-color: #286159;
}

.hover\:border-teal-900:hover {
  border-color: #23524c;
}

.hover\:border-aqua-100:hover {
  border-color: #ebfcff;
}

.hover\:border-aqua-200:hover {
  border-color: #beeff8;
}

.hover\:border-aqua-300:hover {
  border-color: #90e5f4;
}

.hover\:border-aqua-400:hover {
  border-color: #71dcef;
}

.hover\:border-aqua-500:hover {
  border-color: #52cfe5;
}

.hover\:border-aqua-600:hover {
  border-color: #2bb2ca;
}

.hover\:border-aqua-700:hover {
  border-color: #2097ac;
}

.hover\:border-aqua-800:hover {
  border-color: #1c7382;
}

.hover\:border-aqua-900:hover {
  border-color: #155460;
}

.hover\:border-blue-100:hover {
  border-color: #ebf8ff;
}

.hover\:border-blue-200:hover {
  border-color: #bee3f8;
}

.hover\:border-blue-300:hover {
  border-color: #90cdf4;
}

.hover\:border-blue-400:hover {
  border-color: #63b3ed;
}

.hover\:border-blue-500:hover {
  border-color: #4299e1;
}

.hover\:border-blue-600:hover {
  border-color: #3182ce;
}

.hover\:border-blue-700:hover {
  border-color: #006eb5;
}

.hover\:border-blue-800:hover {
  border-color: #22547c;
}

.hover\:border-blue-900:hover {
  border-color: #2b435a;
}

.hover\:border-purple-100:hover {
  border-color: #fcf5ff;
}

.hover\:border-purple-200:hover {
  border-color: #f1d8fd;
}

.hover\:border-purple-300:hover {
  border-color: #dbbcfa;
}

.hover\:border-purple-400:hover {
  border-color: #cd82f2;
}

.hover\:border-purple-500:hover {
  border-color: #b26dd5;
}

.hover\:border-purple-600:hover {
  border-color: #904eb1;
}

.hover\:border-purple-700:hover {
  border-color: #824091;
}

.hover\:border-purple-800:hover {
  border-color: #743582;
}

.hover\:border-purple-900:hover {
  border-color: #4a2353;
}

.hover\:border-tan-100:hover {
  border-color: #f6f2e9;
}

.hover\:border-tan-200:hover {
  border-color: #eee7d8;
}

.hover\:border-tan-300:hover {
  border-color: #e7ddc5;
}

.hover\:border-tan-400:hover {
  border-color: #e5d4ab;
}

.hover\:border-tan-500:hover {
  border-color: #dec891;
}

.hover\:border-tan-600:hover {
  border-color: #c3ac74;
}

.hover\:border-tan-700:hover {
  border-color: #9a8451;
}

.hover\:border-tan-800:hover {
  border-color: #685936;
}

.hover\:border-tan-900:hover {
  border-color: #574c33;
}

.hover\:border-gold-500:hover {
  border-color: #a4804a;
}

.hover\:border-silver-500:hover {
  border-color: #8a8d8f;
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

.focus\:border-white:focus {
  border-color: #ffffff;
}

.focus\:border-white-semi-9:focus {
  border-color: rgba(255, 255, 255, 0.9);
}

.focus\:border-white-semi-8:focus {
  border-color: rgba(255, 255, 255, 0.8);
}

.focus\:border-white-semi-7:focus {
  border-color: rgba(255, 255, 255, 0.7);
}

.focus\:border-white-semi-6:focus {
  border-color: rgba(255, 255, 255, 0.6);
}

.focus\:border-white-semi-5:focus {
  border-color: rgba(255, 255, 255, 0.5);
}

.focus\:border-white-semi-4:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.focus\:border-white-semi-3:focus {
  border-color: rgba(255, 255, 255, 0.3);
}

.focus\:border-white-semi-2:focus {
  border-color: rgba(255, 255, 255, 0.2);
}

.focus\:border-white-semi-1:focus {
  border-color: rgba(255, 255, 255, 0.1);
}

.focus\:border-black:focus {
  border-color: #000;
}

.focus\:border-black-semi-9:focus {
  border-color: rgba(0, 0, 0, 0.9);
}

.focus\:border-black-semi-8:focus {
  border-color: rgba(0, 0, 0, 0.8);
}

.focus\:border-black-semi-7:focus {
  border-color: rgba(0, 0, 0, 0.7);
}

.focus\:border-black-semi-6:focus {
  border-color: rgba(0, 0, 0, 0.6);
}

.focus\:border-black-semi-5:focus {
  border-color: rgba(0, 0, 0, 0.5);
}

.focus\:border-black-semi-4:focus {
  border-color: rgba(0, 0, 0, 0.4);
}

.focus\:border-black-semi-3:focus {
  border-color: rgba(0, 0, 0, 0.3);
}

.focus\:border-black-semi-2:focus {
  border-color: rgba(0, 0, 0, 0.2);
}

.focus\:border-black-semi-1:focus {
  border-color: rgba(0, 0, 0, 0.1);
}

.focus\:border-gray-100:focus {
  border-color: #f7f7f7;
}

.focus\:border-gray-200:focus {
  border-color: #ebebeb;
}

.focus\:border-gray-300:focus {
  border-color: #d0d0d0;
}

.focus\:border-gray-400:focus {
  border-color: #b8b8b8;
}

.focus\:border-gray-500:focus {
  border-color: #9e9e9e;
}

.focus\:border-gray-600:focus {
  border-color: #666666;
}

.focus\:border-gray-700:focus {
  border-color: #525252;
}

.focus\:border-gray-800:focus {
  border-color: #333333;
}

.focus\:border-gray-900:focus {
  border-color: #1f1f1f;
}

.focus\:border-gray-warm-100:focus {
  border-color: #f4f2f0;
}

.focus\:border-gray-warm-200:focus {
  border-color: #e9e6e2;
}

.focus\:border-gray-warm-300:focus {
  border-color: #dfdad4;
}

.focus\:border-gray-warm-400:focus {
  border-color: #cfc7bf;
}

.focus\:border-gray-warm-500:focus {
  border-color: #c2bab3;
}

.focus\:border-gray-warm-600:focus {
  border-color: #b3aca8;
}

.focus\:border-gray-warm-700:focus {
  border-color: #a19994;
}

.focus\:border-gray-warm-800:focus {
  border-color: #63544b;
}

.focus\:border-gray-warm-900:focus {
  border-color: #3f3731;
}

.focus\:border-gray-cool-100:focus {
  border-color: #f3f4f7;
}

.focus\:border-gray-cool-200:focus {
  border-color: #e9edf1;
}

.focus\:border-gray-cool-300:focus {
  border-color: #d5dde6;
}

.focus\:border-gray-cool-400:focus {
  border-color: #bcc5d2;
}

.focus\:border-gray-cool-500:focus {
  border-color: #99a3b0;
}

.focus\:border-gray-cool-600:focus {
  border-color: #8d95a0;
}

.focus\:border-gray-cool-700:focus {
  border-color: #7e848b;
}

.focus\:border-gray-cool-800:focus {
  border-color: #686d73;
}

.focus\:border-gray-cool-900:focus {
  border-color: #50565e;
}

.focus\:border-red-100:focus {
  border-color: #fff5f5;
}

.focus\:border-red-200:focus {
  border-color: #fed7d7;
}

.focus\:border-red-300:focus {
  border-color: #feb2b2;
}

.focus\:border-red-400:focus {
  border-color: #fc8181;
}

.focus\:border-red-500:focus {
  border-color: #f56565;
}

.focus\:border-red-600:focus {
  border-color: #e21d2f;
}

.focus\:border-red-700:focus {
  border-color: #d41b2c;
}

.focus\:border-red-800:focus {
  border-color: #c61929;
}

.focus\:border-red-900:focus {
  border-color: #873138;
}

.focus\:border-orange-100:focus {
  border-color: #fff4f0;
}

.focus\:border-orange-200:focus {
  border-color: #fed8c8;
}

.focus\:border-orange-300:focus {
  border-color: #fcb99c;
}

.focus\:border-orange-400:focus {
  border-color: #fd9568;
}

.focus\:border-orange-500:focus {
  border-color: #ff854f;
}

.focus\:border-orange-600:focus {
  border-color: #e66833;
}

.focus\:border-orange-700:focus {
  border-color: #c05621;
}

.focus\:border-orange-800:focus {
  border-color: #9c4221;
}

.focus\:border-orange-900:focus {
  border-color: #7b341e;
}

.focus\:border-yellow-100:focus {
  border-color: #fdf6e7;
}

.focus\:border-yellow-200:focus {
  border-color: #fee9bf;
}

.focus\:border-yellow-300:focus {
  border-color: #fbd893;
}

.focus\:border-yellow-400:focus {
  border-color: #fcc85f;
}

.focus\:border-yellow-500:focus {
  border-color: #ffbf3d;
}

.focus\:border-yellow-600:focus {
  border-color: #e7a41d;
}

.focus\:border-yellow-700:focus {
  border-color: #b7841f;
}

.focus\:border-yellow-800:focus {
  border-color: #976c16;
}

.focus\:border-yellow-900:focus {
  border-color: #745310;
}

.focus\:border-green-100:focus {
  border-color: #f9fce9;
}

.focus\:border-green-200:focus {
  border-color: #e5f396;
}

.focus\:border-green-300:focus {
  border-color: #d0e656;
}

.focus\:border-green-400:focus {
  border-color: #badb00;
}

.focus\:border-green-500:focus {
  border-color: #acca07;
}

.focus\:border-green-600:focus {
  border-color: #99b305;
}

.focus\:border-green-700:focus {
  border-color: #869e00;
}

.focus\:border-green-800:focus {
  border-color: #546727;
}

.focus\:border-green-900:focus {
  border-color: #394a12;
}

.focus\:border-teal-100:focus {
  border-color: #e6fffa;
}

.focus\:border-teal-200:focus {
  border-color: #b2f5ea;
}

.focus\:border-teal-300:focus {
  border-color: #7beadc;
}

.focus\:border-teal-400:focus {
  border-color: #00cfb5;
}

.focus\:border-teal-500:focus {
  border-color: #3cbbaa;
}

.focus\:border-teal-600:focus {
  border-color: #319789;
}

.focus\:border-teal-700:focus {
  border-color: #2c7b70;
}

.focus\:border-teal-800:focus {
  border-color: #286159;
}

.focus\:border-teal-900:focus {
  border-color: #23524c;
}

.focus\:border-aqua-100:focus {
  border-color: #ebfcff;
}

.focus\:border-aqua-200:focus {
  border-color: #beeff8;
}

.focus\:border-aqua-300:focus {
  border-color: #90e5f4;
}

.focus\:border-aqua-400:focus {
  border-color: #71dcef;
}

.focus\:border-aqua-500:focus {
  border-color: #52cfe5;
}

.focus\:border-aqua-600:focus {
  border-color: #2bb2ca;
}

.focus\:border-aqua-700:focus {
  border-color: #2097ac;
}

.focus\:border-aqua-800:focus {
  border-color: #1c7382;
}

.focus\:border-aqua-900:focus {
  border-color: #155460;
}

.focus\:border-blue-100:focus {
  border-color: #ebf8ff;
}

.focus\:border-blue-200:focus {
  border-color: #bee3f8;
}

.focus\:border-blue-300:focus {
  border-color: #90cdf4;
}

.focus\:border-blue-400:focus {
  border-color: #63b3ed;
}

.focus\:border-blue-500:focus {
  border-color: #4299e1;
}

.focus\:border-blue-600:focus {
  border-color: #3182ce;
}

.focus\:border-blue-700:focus {
  border-color: #006eb5;
}

.focus\:border-blue-800:focus {
  border-color: #22547c;
}

.focus\:border-blue-900:focus {
  border-color: #2b435a;
}

.focus\:border-purple-100:focus {
  border-color: #fcf5ff;
}

.focus\:border-purple-200:focus {
  border-color: #f1d8fd;
}

.focus\:border-purple-300:focus {
  border-color: #dbbcfa;
}

.focus\:border-purple-400:focus {
  border-color: #cd82f2;
}

.focus\:border-purple-500:focus {
  border-color: #b26dd5;
}

.focus\:border-purple-600:focus {
  border-color: #904eb1;
}

.focus\:border-purple-700:focus {
  border-color: #824091;
}

.focus\:border-purple-800:focus {
  border-color: #743582;
}

.focus\:border-purple-900:focus {
  border-color: #4a2353;
}

.focus\:border-tan-100:focus {
  border-color: #f6f2e9;
}

.focus\:border-tan-200:focus {
  border-color: #eee7d8;
}

.focus\:border-tan-300:focus {
  border-color: #e7ddc5;
}

.focus\:border-tan-400:focus {
  border-color: #e5d4ab;
}

.focus\:border-tan-500:focus {
  border-color: #dec891;
}

.focus\:border-tan-600:focus {
  border-color: #c3ac74;
}

.focus\:border-tan-700:focus {
  border-color: #9a8451;
}

.focus\:border-tan-800:focus {
  border-color: #685936;
}

.focus\:border-tan-900:focus {
  border-color: #574c33;
}

.focus\:border-gold-500:focus {
  border-color: #a4804a;
}

.focus\:border-silver-500:focus {
  border-color: #8a8d8f;
}

.rounded-none {
  border-radius: 0;
}

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

.rounded {
  border-radius: 0.25rem;
}

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

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

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

.rounded-t-none {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rounded-r-none {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rounded-b-none {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.rounded-l-none {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-b-full {
  border-bottom-right-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-tl-none {
  border-top-left-radius: 0;
}

.rounded-tr-none {
  border-top-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0;
}

.rounded-bl-none {
  border-bottom-left-radius: 0;
}

.rounded-tl-sm {
  border-top-left-radius: 0.125rem;
}

.rounded-tr-sm {
  border-top-right-radius: 0.125rem;
}

.rounded-br-sm {
  border-bottom-right-radius: 0.125rem;
}

.rounded-bl-sm {
  border-bottom-left-radius: 0.125rem;
}

.rounded-tl {
  border-top-left-radius: 0.25rem;
}

.rounded-tr {
  border-top-right-radius: 0.25rem;
}

.rounded-br {
  border-bottom-right-radius: 0.25rem;
}

.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}

.rounded-tl-md {
  border-top-left-radius: 0.375rem;
}

.rounded-tr-md {
  border-top-right-radius: 0.375rem;
}

.rounded-br-md {
  border-bottom-right-radius: 0.375rem;
}

.rounded-bl-md {
  border-bottom-left-radius: 0.375rem;
}

.rounded-tl-lg {
  border-top-left-radius: 0.5rem;
}

.rounded-tr-lg {
  border-top-right-radius: 0.5rem;
}

.rounded-br-lg {
  border-bottom-right-radius: 0.5rem;
}

.rounded-bl-lg {
  border-bottom-left-radius: 0.5rem;
}

.rounded-tl-full {
  border-top-left-radius: 9999px;
}

.rounded-tr-full {
  border-top-right-radius: 9999px;
}

.rounded-br-full {
  border-bottom-right-radius: 9999px;
}

.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}

.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-3 {
  border-width: 3px;
}

.border-4 {
  border-width: 4px;
}

.border-6 {
  border-width: 6px;
}

.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-3 {
  border-top-width: 3px;
}

.border-r-3 {
  border-right-width: 3px;
}

.border-b-3 {
  border-bottom-width: 3px;
}

.border-l-3 {
  border-left-width: 3px;
}

.border-t-4 {
  border-top-width: 4px;
}

.border-r-4 {
  border-right-width: 4px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-l-4 {
  border-left-width: 4px;
}

.border-t-6 {
  border-top-width: 6px;
}

.border-r-6 {
  border-right-width: 6px;
}

.border-b-6 {
  border-bottom-width: 6px;
}

.border-l-6 {
  border-left-width: 6px;
}

.border-t-8 {
  border-top-width: 8px;
}

.border-r-8 {
  border-right-width: 8px;
}

.border-b-8 {
  border-bottom-width: 8px;
}

.border-l-8 {
  border-left-width: 8px;
}

.border-t {
  border-top-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

.cursor-auto {
  cursor: auto;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-wait {
  cursor: wait;
}

.cursor-text {
  cursor: text;
}

.cursor-move {
  cursor: move;
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.disabled\:cursor-auto:disabled {
  cursor: auto;
}

.disabled\:cursor-default:disabled {
  cursor: default;
}

.disabled\:cursor-pointer:disabled {
  cursor: pointer;
}

.disabled\:cursor-wait:disabled {
  cursor: wait;
}

.disabled\:cursor-text:disabled {
  cursor: text;
}

.disabled\:cursor-move:disabled {
  cursor: move;
}

.disabled\:cursor-not-allowed:disabled {
  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;
}

.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-no-wrap {
  flex-wrap: nowrap;
}

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

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

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.clear-left {
  clear: left;
}

.clear-right {
  clear: right;
}

.clear-both {
  clear: both;
}

.clear-none {
  clear: none;
}

.font-sans {
  font-family: Lato, 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: Georgia, Cambria, "Times New Roman", Times, serif;
}

.font-mono {
  font-family: Consolas, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.font-tech {
  font-family: Barlow, Lato, 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-light {
  font-weight: 300;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.hover\:font-light:hover {
  font-weight: 300;
}

.hover\:font-normal:hover {
  font-weight: 400;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:font-black:hover {
  font-weight: 900;
}

.focus\:font-light:focus {
  font-weight: 300;
}

.focus\:font-normal:focus {
  font-weight: 400;
}

.focus\:font-semibold:focus {
  font-weight: 600;
}

.focus\:font-bold:focus {
  font-weight: 700;
}

.focus\:font-black:focus {
  font-weight: 900;
}

.h-0 {
  height: 0;
}

.h-1 {
  height: 0.25rem;
}

.h-2 {
  height: 0.5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-13 {
  height: 3.25rem;
}

.h-14 {
  height: 3.5rem;
}

.h-15 {
  height: 3.75rem;
}

.h-16 {
  height: 4rem;
}

.h-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-128 {
  height: 32rem;
}

.h-144 {
  height: 36rem;
}

.h-160 {
  height: 40rem;
}

.h-192 {
  height: 48rem;
}

.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-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-1\/12 {
  height: 8.333333%;
}

.h-2\/12 {
  height: 16.666667%;
}

.h-3\/12 {
  height: 25%;
}

.h-4\/12 {
  height: 33.333333%;
}

.h-5\/12 {
  height: 41.666667%;
}

.h-6\/12 {
  height: 50%;
}

.h-7\/12 {
  height: 58.333333%;
}

.h-8\/12 {
  height: 66.666667%;
}

.h-9\/12 {
  height: 75%;
}

.h-10\/12 {
  height: 83.333333%;
}

.h-11\/12 {
  height: 91.666667%;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.text-xs {
  font-size: 0.75rem;
}

.text-sm {
  font-size: 0.875rem;
}

.text-base {
  font-size: 1rem;
}

.text-lg {
  font-size: 1.25rem;
}

.text-xl {
  font-size: 1.375rem;
}

.text-2xl {
  font-size: 1.875rem;
}

.text-3xl {
  font-size: 2.25rem;
}

.text-4xl {
  font-size: 2.625rem;
}

.text-5xl {
  font-size: 3.00rem;
}

.text-6xl {
  font-size: 3.75rem;
}

.text-7xl {
  font-size: 4.50rem;
}

.text-8xl {
  font-size: 5.50rem;
}

.text-9xl {
  font-size: 6.50rem;
}

.text-10xl {
  font-size: 7.5rem;
}

.leading-3 {
  line-height: .75rem;
}

.leading-4 {
  line-height: 1rem;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-10 {
  line-height: 2.5rem;
}

.leading-none {
  line-height: 1;
}

.leading-tight {
  line-height: 1.25;
}

.leading-snug {
  line-height: 1.375;
}

.leading-normal {
  line-height: 1.5;
}

.leading-relaxed {
  line-height: 1.625;
}

.leading-loose {
  line-height: 2;
}

.list-inside {
  list-style-position: inside;
}

.list-outside {
  list-style-position: outside;
}

.list-none {
  list-style-type: none;
}

.list-disc {
  list-style-type: disc;
}

.list-decimal {
  list-style-type: decimal;
}

.m-0 {
  margin: 0;
}

.m-1 {
  margin: 0.25rem;
}

.m-2 {
  margin: 0.5rem;
}

.m-3 {
  margin: 0.75rem;
}

.m-4 {
  margin: 1rem;
}

.m-5 {
  margin: 1.25rem;
}

.m-6 {
  margin: 1.5rem;
}

.m-7 {
  margin: 1.75rem;
}

.m-8 {
  margin: 2rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-10 {
  margin: 2.5rem;
}

.m-11 {
  margin: 2.75rem;
}

.m-12 {
  margin: 3rem;
}

.m-13 {
  margin: 3.25rem;
}

.m-14 {
  margin: 3.5rem;
}

.m-15 {
  margin: 3.75rem;
}

.m-16 {
  margin: 4rem;
}

.m-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-128 {
  margin: 32rem;
}

.m-144 {
  margin: 36rem;
}

.m-160 {
  margin: 40rem;
}

.m-192 {
  margin: 48rem;
}

.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-1\/2 {
  margin: 50%;
}

.m-1\/3 {
  margin: 33.333333%;
}

.m-2\/3 {
  margin: 66.666667%;
}

.m-1\/4 {
  margin: 25%;
}

.m-2\/4 {
  margin: 50%;
}

.m-3\/4 {
  margin: 75%;
}

.m-1\/5 {
  margin: 20%;
}

.m-2\/5 {
  margin: 40%;
}

.m-3\/5 {
  margin: 60%;
}

.m-4\/5 {
  margin: 80%;
}

.m-1\/6 {
  margin: 16.666667%;
}

.m-2\/6 {
  margin: 33.333333%;
}

.m-3\/6 {
  margin: 50%;
}

.m-4\/6 {
  margin: 66.666667%;
}

.m-5\/6 {
  margin: 83.333333%;
}

.m-1\/12 {
  margin: 8.333333%;
}

.m-2\/12 {
  margin: 16.666667%;
}

.m-3\/12 {
  margin: 25%;
}

.m-4\/12 {
  margin: 33.333333%;
}

.m-5\/12 {
  margin: 41.666667%;
}

.m-6\/12 {
  margin: 50%;
}

.m-7\/12 {
  margin: 58.333333%;
}

.m-8\/12 {
  margin: 66.666667%;
}

.m-9\/12 {
  margin: 75%;
}

.m-10\/12 {
  margin: 83.333333%;
}

.m-11\/12 {
  margin: 91.666667%;
}

.m-full {
  margin: 100%;
}

.-m-1 {
  margin: -0.25rem;
}

.-m-2 {
  margin: -0.5rem;
}

.-m-3 {
  margin: -0.75rem;
}

.-m-4 {
  margin: -1rem;
}

.-m-5 {
  margin: -1.25rem;
}

.-m-6 {
  margin: -1.5rem;
}

.-m-7 {
  margin: -1.75rem;
}

.-m-8 {
  margin: -2rem;
}

.-m-9 {
  margin: -2.25rem;
}

.-m-10 {
  margin: -2.5rem;
}

.-m-11 {
  margin: -2.75rem;
}

.-m-12 {
  margin: -3rem;
}

.-m-13 {
  margin: -3.25rem;
}

.-m-14 {
  margin: -3.5rem;
}

.-m-15 {
  margin: -3.75rem;
}

.-m-16 {
  margin: -4rem;
}

.-m-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-128 {
  margin: -32rem;
}

.-m-144 {
  margin: -36rem;
}

.-m-160 {
  margin: -40rem;
}

.-m-192 {
  margin: -48rem;
}

.-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-1\/2 {
  margin: -50%;
}

.-m-1\/3 {
  margin: -33.33333%;
}

.-m-2\/3 {
  margin: -66.66667%;
}

.-m-1\/4 {
  margin: -25%;
}

.-m-2\/4 {
  margin: -50%;
}

.-m-3\/4 {
  margin: -75%;
}

.-m-1\/5 {
  margin: -20%;
}

.-m-2\/5 {
  margin: -40%;
}

.-m-3\/5 {
  margin: -60%;
}

.-m-4\/5 {
  margin: -80%;
}

.-m-1\/6 {
  margin: -16.66667%;
}

.-m-2\/6 {
  margin: -33.33333%;
}

.-m-3\/6 {
  margin: -50%;
}

.-m-4\/6 {
  margin: -66.66667%;
}

.-m-5\/6 {
  margin: -83.33333%;
}

.-m-1\/12 {
  margin: -8.33333%;
}

.-m-2\/12 {
  margin: -16.66667%;
}

.-m-3\/12 {
  margin: -25%;
}

.-m-4\/12 {
  margin: -33.33333%;
}

.-m-5\/12 {
  margin: -41.66667%;
}

.-m-6\/12 {
  margin: -50%;
}

.-m-7\/12 {
  margin: -58.33333%;
}

.-m-8\/12 {
  margin: -66.66667%;
}

.-m-9\/12 {
  margin: -75%;
}

.-m-10\/12 {
  margin: -83.33333%;
}

.-m-11\/12 {
  margin: -91.66667%;
}

.-m-full {
  margin: -100%;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.mx-7 {
  margin-left: 1.75rem;
  margin-right: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.my-11 {
  margin-top: 2.75rem;
  margin-bottom: 2.75rem;
}

.mx-11 {
  margin-left: 2.75rem;
  margin-right: 2.75rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.mx-12 {
  margin-left: 3rem;
  margin-right: 3rem;
}

.my-13 {
  margin-top: 3.25rem;
  margin-bottom: 3.25rem;
}

.mx-13 {
  margin-left: 3.25rem;
  margin-right: 3.25rem;
}

.my-14 {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}

.mx-14 {
  margin-left: 3.5rem;
  margin-right: 3.5rem;
}

.my-15 {
  margin-top: 3.75rem;
  margin-bottom: 3.75rem;
}

.mx-15 {
  margin-left: 3.75rem;
  margin-right: 3.75rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.mx-16 {
  margin-left: 4rem;
  margin-right: 4rem;
}

.my-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-128 {
  margin-top: 32rem;
  margin-bottom: 32rem;
}

.mx-128 {
  margin-left: 32rem;
  margin-right: 32rem;
}

.my-144 {
  margin-top: 36rem;
  margin-bottom: 36rem;
}

.mx-144 {
  margin-left: 36rem;
  margin-right: 36rem;
}

.my-160 {
  margin-top: 40rem;
  margin-bottom: 40rem;
}

.mx-160 {
  margin-left: 40rem;
  margin-right: 40rem;
}

.my-192 {
  margin-top: 48rem;
  margin-bottom: 48rem;
}

.mx-192 {
  margin-left: 48rem;
  margin-right: 48rem;
}

.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-1\/2 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-1\/2 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-1\/3 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-1\/3 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-2\/3 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-2\/3 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-1\/4 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-1\/4 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-2\/4 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-2\/4 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-3\/4 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-3\/4 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-1\/5 {
  margin-top: 20%;
  margin-bottom: 20%;
}

.mx-1\/5 {
  margin-left: 20%;
  margin-right: 20%;
}

.my-2\/5 {
  margin-top: 40%;
  margin-bottom: 40%;
}

.mx-2\/5 {
  margin-left: 40%;
  margin-right: 40%;
}

.my-3\/5 {
  margin-top: 60%;
  margin-bottom: 60%;
}

.mx-3\/5 {
  margin-left: 60%;
  margin-right: 60%;
}

.my-4\/5 {
  margin-top: 80%;
  margin-bottom: 80%;
}

.mx-4\/5 {
  margin-left: 80%;
  margin-right: 80%;
}

.my-1\/6 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-1\/6 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-2\/6 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-2\/6 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-3\/6 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-3\/6 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-4\/6 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-4\/6 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-5\/6 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.mx-5\/6 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.my-1\/12 {
  margin-top: 8.333333%;
  margin-bottom: 8.333333%;
}

.mx-1\/12 {
  margin-left: 8.333333%;
  margin-right: 8.333333%;
}

.my-2\/12 {
  margin-top: 16.666667%;
  margin-bottom: 16.666667%;
}

.mx-2\/12 {
  margin-left: 16.666667%;
  margin-right: 16.666667%;
}

.my-3\/12 {
  margin-top: 25%;
  margin-bottom: 25%;
}

.mx-3\/12 {
  margin-left: 25%;
  margin-right: 25%;
}

.my-4\/12 {
  margin-top: 33.333333%;
  margin-bottom: 33.333333%;
}

.mx-4\/12 {
  margin-left: 33.333333%;
  margin-right: 33.333333%;
}

.my-5\/12 {
  margin-top: 41.666667%;
  margin-bottom: 41.666667%;
}

.mx-5\/12 {
  margin-left: 41.666667%;
  margin-right: 41.666667%;
}

.my-6\/12 {
  margin-top: 50%;
  margin-bottom: 50%;
}

.mx-6\/12 {
  margin-left: 50%;
  margin-right: 50%;
}

.my-7\/12 {
  margin-top: 58.333333%;
  margin-bottom: 58.333333%;
}

.mx-7\/12 {
  margin-left: 58.333333%;
  margin-right: 58.333333%;
}

.my-8\/12 {
  margin-top: 66.666667%;
  margin-bottom: 66.666667%;
}

.mx-8\/12 {
  margin-left: 66.666667%;
  margin-right: 66.666667%;
}

.my-9\/12 {
  margin-top: 75%;
  margin-bottom: 75%;
}

.mx-9\/12 {
  margin-left: 75%;
  margin-right: 75%;
}

.my-10\/12 {
  margin-top: 83.333333%;
  margin-bottom: 83.333333%;
}

.mx-10\/12 {
  margin-left: 83.333333%;
  margin-right: 83.333333%;
}

.my-11\/12 {
  margin-top: 91.666667%;
  margin-bottom: 91.666667%;
}

.mx-11\/12 {
  margin-left: 91.666667%;
  margin-right: 91.666667%;
}

.my-full {
  margin-top: 100%;
  margin-bottom: 100%;
}

.mx-full {
  margin-left: 100%;
  margin-right: 100%;
}

.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.-my-3 {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-my-5 {
  margin-top: -1.25rem;
  margin-bottom: -1.25rem;
}

.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.-my-6 {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}

.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.-my-7 {
  margin-top: -1.75rem;
  margin-bottom: -1.75rem;
}

.-mx-7 {
  margin-left: -1.75rem;
  margin-right: -1.75rem;
}

.-my-8 {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.-my-9 {
  margin-top: -2.25rem;
  margin-bottom: -2.25rem;
}

.-mx-9 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
}

.-my-10 {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.-mx-10 {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.-my-11 {
  margin-top: -2.75rem;
  margin-bottom: -2.75rem;
}

.-mx-11 {
  margin-left: -2.75rem;
  margin-right: -2.75rem;
}

.-my-12 {
  margin-top: -3rem;
  margin-bottom: -3rem;
}

.-mx-12 {
  margin-left: -3rem;
  margin-right: -3rem;
}

.-my-13 {
  margin-top: -3.25rem;
  margin-bottom: -3.25rem;
}

.-mx-13 {
  margin-left: -3.25rem;
  margin-right: -3.25rem;
}

.-my-14 {
  margin-top: -3.5rem;
  margin-bottom: -3.5rem;
}

.-mx-14 {
  margin-left: -3.5rem;
  margin-right: -3.5rem;
}

.-my-15 {
  margin-top: -3.75rem;
  margin-bottom: -3.75rem;
}

.-mx-15 {
  margin-left: -3.75rem;
  margin-right: -3.75rem;
}

.-my-16 {
  margin-top: -4rem;
  margin-bottom: -4rem;
}

.-mx-16 {
  margin-left: -4rem;
  margin-right: -4rem;
}

.-my-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-128 {
  margin-top: -32rem;
  margin-bottom: -32rem;
}

.-mx-128 {
  margin-left: -32rem;
  margin-right: -32rem;
}

.-my-144 {
  margin-top: -36rem;
  margin-bottom: -36rem;
}

.-mx-144 {
  margin-left: -36rem;
  margin-right: -36rem;
}

.-my-160 {
  margin-top: -40rem;
  margin-bottom: -40rem;
}

.-mx-160 {
  margin-left: -40rem;
  margin-right: -40rem;
}

.-my-192 {
  margin-top: -48rem;
  margin-bottom: -48rem;
}

.-mx-192 {
  margin-left: -48rem;
  margin-right: -48rem;
}

.-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-1\/2 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-1\/2 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-1\/3 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-mx-1\/3 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-my-2\/3 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-mx-2\/3 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-my-1\/4 {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-1\/4 {
  margin-left: -25%;
  margin-right: -25%;
}

.-my-2\/4 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-2\/4 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-3\/4 {
  margin-top: -75%;
  margin-bottom: -75%;
}

.-mx-3\/4 {
  margin-left: -75%;
  margin-right: -75%;
}

.-my-1\/5 {
  margin-top: -20%;
  margin-bottom: -20%;
}

.-mx-1\/5 {
  margin-left: -20%;
  margin-right: -20%;
}

.-my-2\/5 {
  margin-top: -40%;
  margin-bottom: -40%;
}

.-mx-2\/5 {
  margin-left: -40%;
  margin-right: -40%;
}

.-my-3\/5 {
  margin-top: -60%;
  margin-bottom: -60%;
}

.-mx-3\/5 {
  margin-left: -60%;
  margin-right: -60%;
}

.-my-4\/5 {
  margin-top: -80%;
  margin-bottom: -80%;
}

.-mx-4\/5 {
  margin-left: -80%;
  margin-right: -80%;
}

.-my-1\/6 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-mx-1\/6 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-my-2\/6 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-mx-2\/6 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-my-3\/6 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-3\/6 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-4\/6 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-mx-4\/6 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-my-5\/6 {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.-mx-5\/6 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-my-1\/12 {
  margin-top: -8.33333%;
  margin-bottom: -8.33333%;
}

.-mx-1\/12 {
  margin-left: -8.33333%;
  margin-right: -8.33333%;
}

.-my-2\/12 {
  margin-top: -16.66667%;
  margin-bottom: -16.66667%;
}

.-mx-2\/12 {
  margin-left: -16.66667%;
  margin-right: -16.66667%;
}

.-my-3\/12 {
  margin-top: -25%;
  margin-bottom: -25%;
}

.-mx-3\/12 {
  margin-left: -25%;
  margin-right: -25%;
}

.-my-4\/12 {
  margin-top: -33.33333%;
  margin-bottom: -33.33333%;
}

.-mx-4\/12 {
  margin-left: -33.33333%;
  margin-right: -33.33333%;
}

.-my-5\/12 {
  margin-top: -41.66667%;
  margin-bottom: -41.66667%;
}

.-mx-5\/12 {
  margin-left: -41.66667%;
  margin-right: -41.66667%;
}

.-my-6\/12 {
  margin-top: -50%;
  margin-bottom: -50%;
}

.-mx-6\/12 {
  margin-left: -50%;
  margin-right: -50%;
}

.-my-7\/12 {
  margin-top: -58.33333%;
  margin-bottom: -58.33333%;
}

.-mx-7\/12 {
  margin-left: -58.33333%;
  margin-right: -58.33333%;
}

.-my-8\/12 {
  margin-top: -66.66667%;
  margin-bottom: -66.66667%;
}

.-mx-8\/12 {
  margin-left: -66.66667%;
  margin-right: -66.66667%;
}

.-my-9\/12 {
  margin-top: -75%;
  margin-bottom: -75%;
}

.-mx-9\/12 {
  margin-left: -75%;
  margin-right: -75%;
}

.-my-10\/12 {
  margin-top: -83.33333%;
  margin-bottom: -83.33333%;
}

.-mx-10\/12 {
  margin-left: -83.33333%;
  margin-right: -83.33333%;
}

.-my-11\/12 {
  margin-top: -91.66667%;
  margin-bottom: -91.66667%;
}

.-mx-11\/12 {
  margin-left: -91.66667%;
  margin-right: -91.66667%;
}

.-my-full {
  margin-top: -100%;
  margin-bottom: -100%;
}

.-mx-full {
  margin-left: -100%;
  margin-right: -100%;
}

.mt-0 {
  margin-top: 0;
}

.mr-0 {
  margin-right: 0;
}

.mb-0 {
  margin-bottom: 0;
}

.ml-0 {
  margin-left: 0;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.ml-2 {
  margin-left: 0.5rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.ml-4 {
  margin-left: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mr-6 {
  margin-right: 1.5rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mt-7 {
  margin-top: 1.75rem;
}

.mr-7 {
  margin-right: 1.75rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.ml-7 {
  margin-left: 1.75rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-8 {
  margin-left: 2rem;
}

.mt-9 {
  margin-top: 2.25rem;
}

.mr-9 {
  margin-right: 2.25rem;
}

.mb-9 {
  margin-bottom: 2.25rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mr-10 {
  margin-right: 2.5rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.mt-11 {
  margin-top: 2.75rem;
}

.mr-11 {
  margin-right: 2.75rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.ml-11 {
  margin-left: 2.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mr-12 {
  margin-right: 3rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.ml-12 {
  margin-left: 3rem;
}

.mt-13 {
  margin-top: 3.25rem;
}

.mr-13 {
  margin-right: 3.25rem;
}

.mb-13 {
  margin-bottom: 3.25rem;
}

.ml-13 {
  margin-left: 3.25rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.ml-14 {
  margin-left: 3.5rem;
}

.mt-15 {
  margin-top: 3.75rem;
}

.mr-15 {
  margin-right: 3.75rem;
}

.mb-15 {
  margin-bottom: 3.75rem;
}

.ml-15 {
  margin-left: 3.75rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mr-16 {
  margin-right: 4rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.ml-16 {
  margin-left: 4rem;
}

.mt-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-128 {
  margin-top: 32rem;
}

.mr-128 {
  margin-right: 32rem;
}

.mb-128 {
  margin-bottom: 32rem;
}

.ml-128 {
  margin-left: 32rem;
}

.mt-144 {
  margin-top: 36rem;
}

.mr-144 {
  margin-right: 36rem;
}

.mb-144 {
  margin-bottom: 36rem;
}

.ml-144 {
  margin-left: 36rem;
}

.mt-160 {
  margin-top: 40rem;
}

.mr-160 {
  margin-right: 40rem;
}

.mb-160 {
  margin-bottom: 40rem;
}

.ml-160 {
  margin-left: 40rem;
}

.mt-192 {
  margin-top: 48rem;
}

.mr-192 {
  margin-right: 48rem;
}

.mb-192 {
  margin-bottom: 48rem;
}

.ml-192 {
  margin-left: 48rem;
}

.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-1\/2 {
  margin-top: 50%;
}

.mr-1\/2 {
  margin-right: 50%;
}

.mb-1\/2 {
  margin-bottom: 50%;
}

.ml-1\/2 {
  margin-left: 50%;
}

.mt-1\/3 {
  margin-top: 33.333333%;
}

.mr-1\/3 {
  margin-right: 33.333333%;
}

.mb-1\/3 {
  margin-bottom: 33.333333%;
}

.ml-1\/3 {
  margin-left: 33.333333%;
}

.mt-2\/3 {
  margin-top: 66.666667%;
}

.mr-2\/3 {
  margin-right: 66.666667%;
}

.mb-2\/3 {
  margin-bottom: 66.666667%;
}

.ml-2\/3 {
  margin-left: 66.666667%;
}

.mt-1\/4 {
  margin-top: 25%;
}

.mr-1\/4 {
  margin-right: 25%;
}

.mb-1\/4 {
  margin-bottom: 25%;
}

.ml-1\/4 {
  margin-left: 25%;
}

.mt-2\/4 {
  margin-top: 50%;
}

.mr-2\/4 {
  margin-right: 50%;
}

.mb-2\/4 {
  margin-bottom: 50%;
}

.ml-2\/4 {
  margin-left: 50%;
}

.mt-3\/4 {
  margin-top: 75%;
}

.mr-3\/4 {
  margin-right: 75%;
}

.mb-3\/4 {
  margin-bottom: 75%;
}

.ml-3\/4 {
  margin-left: 75%;
}

.mt-1\/5 {
  margin-top: 20%;
}

.mr-1\/5 {
  margin-right: 20%;
}

.mb-1\/5 {
  margin-bottom: 20%;
}

.ml-1\/5 {
  margin-left: 20%;
}

.mt-2\/5 {
  margin-top: 40%;
}

.mr-2\/5 {
  margin-right: 40%;
}

.mb-2\/5 {
  margin-bottom: 40%;
}

.ml-2\/5 {
  margin-left: 40%;
}

.mt-3\/5 {
  margin-top: 60%;
}

.mr-3\/5 {
  margin-right: 60%;
}

.mb-3\/5 {
  margin-bottom: 60%;
}

.ml-3\/5 {
  margin-left: 60%;
}

.mt-4\/5 {
  margin-top: 80%;
}

.mr-4\/5 {
  margin-right: 80%;
}

.mb-4\/5 {
  margin-bottom: 80%;
}

.ml-4\/5 {
  margin-left: 80%;
}

.mt-1\/6 {
  margin-top: 16.666667%;
}

.mr-1\/6 {
  margin-right: 16.666667%;
}

.mb-1\/6 {
  margin-bottom: 16.666667%;
}

.ml-1\/6 {
  margin-left: 16.666667%;
}

.mt-2\/6 {
  margin-top: 33.333333%;
}

.mr-2\/6 {
  margin-right: 33.333333%;
}

.mb-2\/6 {
  margin-bottom: 33.333333%;
}

.ml-2\/6 {
  margin-left: 33.333333%;
}

.mt-3\/6 {
  margin-top: 50%;
}

.mr-3\/6 {
  margin-right: 50%;
}

.mb-3\/6 {
  margin-bottom: 50%;
}

.ml-3\/6 {
  margin-left: 50%;
}

.mt-4\/6 {
  margin-top: 66.666667%;
}

.mr-4\/6 {
  margin-right: 66.666667%;
}

.mb-4\/6 {
  margin-bottom: 66.666667%;
}

.ml-4\/6 {
  margin-left: 66.666667%;
}

.mt-5\/6 {
  margin-top: 83.333333%;
}

.mr-5\/6 {
  margin-right: 83.333333%;
}

.mb-5\/6 {
  margin-bottom: 83.333333%;
}

.ml-5\/6 {
  margin-left: 83.333333%;
}

.mt-1\/12 {
  margin-top: 8.333333%;
}

.mr-1\/12 {
  margin-right: 8.333333%;
}

.mb-1\/12 {
  margin-bottom: 8.333333%;
}

.ml-1\/12 {
  margin-left: 8.333333%;
}

.mt-2\/12 {
  margin-top: 16.666667%;
}

.mr-2\/12 {
  margin-right: 16.666667%;
}

.mb-2\/12 {
  margin-bottom: 16.666667%;
}

.ml-2\/12 {
  margin-left: 16.666667%;
}

.mt-3\/12 {
  margin-top: 25%;
}

.mr-3\/12 {
  margin-right: 25%;
}

.mb-3\/12 {
  margin-bottom: 25%;
}

.ml-3\/12 {
  margin-left: 25%;
}

.mt-4\/12 {
  margin-top: 33.333333%;
}

.mr-4\/12 {
  margin-right: 33.333333%;
}

.mb-4\/12 {
  margin-bottom: 33.333333%;
}

.ml-4\/12 {
  margin-left: 33.333333%;
}

.mt-5\/12 {
  margin-top: 41.666667%;
}

.mr-5\/12 {
  margin-right: 41.666667%;
}

.mb-5\/12 {
  margin-bottom: 41.666667%;
}

.ml-5\/12 {
  margin-left: 41.666667%;
}

.mt-6\/12 {
  margin-top: 50%;
}

.mr-6\/12 {
  margin-right: 50%;
}

.mb-6\/12 {
  margin-bottom: 50%;
}

.ml-6\/12 {
  margin-left: 50%;
}

.mt-7\/12 {
  margin-top: 58.333333%;
}

.mr-7\/12 {
  margin-right: 58.333333%;
}

.mb-7\/12 {
  margin-bottom: 58.333333%;
}

.ml-7\/12 {
  margin-left: 58.333333%;
}

.mt-8\/12 {
  margin-top: 66.666667%;
}

.mr-8\/12 {
  margin-right: 66.666667%;
}

.mb-8\/12 {
  margin-bottom: 66.666667%;
}

.ml-8\/12 {
  margin-left: 66.666667%;
}

.mt-9\/12 {
  margin-top: 75%;
}

.mr-9\/12 {
  margin-right: 75%;
}

.mb-9\/12 {
  margin-bottom: 75%;
}

.ml-9\/12 {
  margin-left: 75%;
}

.mt-10\/12 {
  margin-top: 83.333333%;
}

.mr-10\/12 {
  margin-right: 83.333333%;
}

.mb-10\/12 {
  margin-bottom: 83.333333%;
}

.ml-10\/12 {
  margin-left: 83.333333%;
}

.mt-11\/12 {
  margin-top: 91.666667%;
}

.mr-11\/12 {
  margin-right: 91.666667%;
}

.mb-11\/12 {
  margin-bottom: 91.666667%;
}

.ml-11\/12 {
  margin-left: 91.666667%;
}

.mt-full {
  margin-top: 100%;
}

.mr-full {
  margin-right: 100%;
}

.mb-full {
  margin-bottom: 100%;
}

.ml-full {
  margin-left: 100%;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mr-1 {
  margin-right: -0.25rem;
}

.-mb-1 {
  margin-bottom: -0.25rem;
}

.-ml-1 {
  margin-left: -0.25rem;
}

.-mt-2 {
  margin-top: -0.5rem;
}

.-mr-2 {
  margin-right: -0.5rem;
}

.-mb-2 {
  margin-bottom: -0.5rem;
}

.-ml-2 {
  margin-left: -0.5rem;
}

.-mt-3 {
  margin-top: -0.75rem;
}

.-mr-3 {
  margin-right: -0.75rem;
}

.-mb-3 {
  margin-bottom: -0.75rem;
}

.-ml-3 {
  margin-left: -0.75rem;
}

.-mt-4 {
  margin-top: -1rem;
}

.-mr-4 {
  margin-right: -1rem;
}

.-mb-4 {
  margin-bottom: -1rem;
}

.-ml-4 {
  margin-left: -1rem;
}

.-mt-5 {
  margin-top: -1.25rem;
}

.-mr-5 {
  margin-right: -1.25rem;
}

.-mb-5 {
  margin-bottom: -1.25rem;
}

.-ml-5 {
  margin-left: -1.25rem;
}

.-mt-6 {
  margin-top: -1.5rem;
}

.-mr-6 {
  margin-right: -1.5rem;
}

.-mb-6 {
  margin-bottom: -1.5rem;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-mt-7 {
  margin-top: -1.75rem;
}

.-mr-7 {
  margin-right: -1.75rem;
}

.-mb-7 {
  margin-bottom: -1.75rem;
}

.-ml-7 {
  margin-left: -1.75rem;
}

.-mt-8 {
  margin-top: -2rem;
}

.-mr-8 {
  margin-right: -2rem;
}

.-mb-8 {
  margin-bottom: -2rem;
}

.-ml-8 {
  margin-left: -2rem;
}

.-mt-9 {
  margin-top: -2.25rem;
}

.-mr-9 {
  margin-right: -2.25rem;
}

.-mb-9 {
  margin-bottom: -2.25rem;
}

.-ml-9 {
  margin-left: -2.25rem;
}

.-mt-10 {
  margin-top: -2.5rem;
}

.-mr-10 {
  margin-right: -2.5rem;
}

.-mb-10 {
  margin-bottom: -2.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-mt-11 {
  margin-top: -2.75rem;
}

.-mr-11 {
  margin-right: -2.75rem;
}

.-mb-11 {
  margin-bottom: -2.75rem;
}

.-ml-11 {
  margin-left: -2.75rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mr-12 {
  margin-right: -3rem;
}

.-mb-12 {
  margin-bottom: -3rem;
}

.-ml-12 {
  margin-left: -3rem;
}

.-mt-13 {
  margin-top: -3.25rem;
}

.-mr-13 {
  margin-right: -3.25rem;
}

.-mb-13 {
  margin-bottom: -3.25rem;
}

.-ml-13 {
  margin-left: -3.25rem;
}

.-mt-14 {
  margin-top: -3.5rem;
}

.-mr-14 {
  margin-right: -3.5rem;
}

.-mb-14 {
  margin-bottom: -3.5rem;
}

.-ml-14 {
  margin-left: -3.5rem;
}

.-mt-15 {
  margin-top: -3.75rem;
}

.-mr-15 {
  margin-right: -3.75rem;
}

.-mb-15 {
  margin-bottom: -3.75rem;
}

.-ml-15 {
  margin-left: -3.75rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mr-16 {
  margin-right: -4rem;
}

.-mb-16 {
  margin-bottom: -4rem;
}

.-ml-16 {
  margin-left: -4rem;
}

.-mt-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-128 {
  margin-top: -32rem;
}

.-mr-128 {
  margin-right: -32rem;
}

.-mb-128 {
  margin-bottom: -32rem;
}

.-ml-128 {
  margin-left: -32rem;
}

.-mt-144 {
  margin-top: -36rem;
}

.-mr-144 {
  margin-right: -36rem;
}

.-mb-144 {
  margin-bottom: -36rem;
}

.-ml-144 {
  margin-left: -36rem;
}

.-mt-160 {
  margin-top: -40rem;
}

.-mr-160 {
  margin-right: -40rem;
}

.-mb-160 {
  margin-bottom: -40rem;
}

.-ml-160 {
  margin-left: -40rem;
}

.-mt-192 {
  margin-top: -48rem;
}

.-mr-192 {
  margin-right: -48rem;
}

.-mb-192 {
  margin-bottom: -48rem;
}

.-ml-192 {
  margin-left: -48rem;
}

.-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-1\/2 {
  margin-top: -50%;
}

.-mr-1\/2 {
  margin-right: -50%;
}

.-mb-1\/2 {
  margin-bottom: -50%;
}

.-ml-1\/2 {
  margin-left: -50%;
}

.-mt-1\/3 {
  margin-top: -33.33333%;
}

.-mr-1\/3 {
  margin-right: -33.33333%;
}

.-mb-1\/3 {
  margin-bottom: -33.33333%;
}

.-ml-1\/3 {
  margin-left: -33.33333%;
}

.-mt-2\/3 {
  margin-top: -66.66667%;
}

.-mr-2\/3 {
  margin-right: -66.66667%;
}

.-mb-2\/3 {
  margin-bottom: -66.66667%;
}

.-ml-2\/3 {
  margin-left: -66.66667%;
}

.-mt-1\/4 {
  margin-top: -25%;
}

.-mr-1\/4 {
  margin-right: -25%;
}

.-mb-1\/4 {
  margin-bottom: -25%;
}

.-ml-1\/4 {
  margin-left: -25%;
}

.-mt-2\/4 {
  margin-top: -50%;
}

.-mr-2\/4 {
  margin-right: -50%;
}

.-mb-2\/4 {
  margin-bottom: -50%;
}

.-ml-2\/4 {
  margin-left: -50%;
}

.-mt-3\/4 {
  margin-top: -75%;
}

.-mr-3\/4 {
  margin-right: -75%;
}

.-mb-3\/4 {
  margin-bottom: -75%;
}

.-ml-3\/4 {
  margin-left: -75%;
}

.-mt-1\/5 {
  margin-top: -20%;
}

.-mr-1\/5 {
  margin-right: -20%;
}

.-mb-1\/5 {
  margin-bottom: -20%;
}

.-ml-1\/5 {
  margin-left: -20%;
}

.-mt-2\/5 {
  margin-top: -40%;
}

.-mr-2\/5 {
  margin-right: -40%;
}

.-mb-2\/5 {
  margin-bottom: -40%;
}

.-ml-2\/5 {
  margin-left: -40%;
}

.-mt-3\/5 {
  margin-top: -60%;
}

.-mr-3\/5 {
  margin-right: -60%;
}

.-mb-3\/5 {
  margin-bottom: -60%;
}

.-ml-3\/5 {
  margin-left: -60%;
}

.-mt-4\/5 {
  margin-top: -80%;
}

.-mr-4\/5 {
  margin-right: -80%;
}

.-mb-4\/5 {
  margin-bottom: -80%;
}

.-ml-4\/5 {
  margin-left: -80%;
}

.-mt-1\/6 {
  margin-top: -16.66667%;
}

.-mr-1\/6 {
  margin-right: -16.66667%;
}

.-mb-1\/6 {
  margin-bottom: -16.66667%;
}

.-ml-1\/6 {
  margin-left: -16.66667%;
}

.-mt-2\/6 {
  margin-top: -33.33333%;
}

.-mr-2\/6 {
  margin-right: -33.33333%;
}

.-mb-2\/6 {
  margin-bottom: -33.33333%;
}

.-ml-2\/6 {
  margin-left: -33.33333%;
}

.-mt-3\/6 {
  margin-top: -50%;
}

.-mr-3\/6 {
  margin-right: -50%;
}

.-mb-3\/6 {
  margin-bottom: -50%;
}

.-ml-3\/6 {
  margin-left: -50%;
}

.-mt-4\/6 {
  margin-top: -66.66667%;
}

.-mr-4\/6 {
  margin-right: -66.66667%;
}

.-mb-4\/6 {
  margin-bottom: -66.66667%;
}

.-ml-4\/6 {
  margin-left: -66.66667%;
}

.-mt-5\/6 {
  margin-top: -83.33333%;
}

.-mr-5\/6 {
  margin-right: -83.33333%;
}

.-mb-5\/6 {
  margin-bottom: -83.33333%;
}

.-ml-5\/6 {
  margin-left: -83.33333%;
}

.-mt-1\/12 {
  margin-top: -8.33333%;
}

.-mr-1\/12 {
  margin-right: -8.33333%;
}

.-mb-1\/12 {
  margin-bottom: -8.33333%;
}

.-ml-1\/12 {
  margin-left: -8.33333%;
}

.-mt-2\/12 {
  margin-top: -16.66667%;
}

.-mr-2\/12 {
  margin-right: -16.66667%;
}

.-mb-2\/12 {
  margin-bottom: -16.66667%;
}

.-ml-2\/12 {
  margin-left: -16.66667%;
}

.-mt-3\/12 {
  margin-top: -25%;
}

.-mr-3\/12 {
  margin-right: -25%;
}

.-mb-3\/12 {
  margin-bottom: -25%;
}

.-ml-3\/12 {
  margin-left: -25%;
}

.-mt-4\/12 {
  margin-top: -33.33333%;
}

.-mr-4\/12 {
  margin-right: -33.33333%;
}

.-mb-4\/12 {
  margin-bottom: -33.33333%;
}

.-ml-4\/12 {
  margin-left: -33.33333%;
}

.-mt-5\/12 {
  margin-top: -41.66667%;
}

.-mr-5\/12 {
  margin-right: -41.66667%;
}

.-mb-5\/12 {
  margin-bottom: -41.66667%;
}

.-ml-5\/12 {
  margin-left: -41.66667%;
}

.-mt-6\/12 {
  margin-top: -50%;
}

.-mr-6\/12 {
  margin-right: -50%;
}

.-mb-6\/12 {
  margin-bottom: -50%;
}

.-ml-6\/12 {
  margin-left: -50%;
}

.-mt-7\/12 {
  margin-top: -58.33333%;
}

.-mr-7\/12 {
  margin-right: -58.33333%;
}

.-mb-7\/12 {
  margin-bottom: -58.33333%;
}

.-ml-7\/12 {
  margin-left: -58.33333%;
}

.-mt-8\/12 {
  margin-top: -66.66667%;
}

.-mr-8\/12 {
  margin-right: -66.66667%;
}

.-mb-8\/12 {
  margin-bottom: -66.66667%;
}

.-ml-8\/12 {
  margin-left: -66.66667%;
}

.-mt-9\/12 {
  margin-top: -75%;
}

.-mr-9\/12 {
  margin-right: -75%;
}

.-mb-9\/12 {
  margin-bottom: -75%;
}

.-ml-9\/12 {
  margin-left: -75%;
}

.-mt-10\/12 {
  margin-top: -83.33333%;
}

.-mr-10\/12 {
  margin-right: -83.33333%;
}

.-mb-10\/12 {
  margin-bottom: -83.33333%;
}

.-ml-10\/12 {
  margin-left: -83.33333%;
}

.-mt-11\/12 {
  margin-top: -91.66667%;
}

.-mr-11\/12 {
  margin-right: -91.66667%;
}

.-mb-11\/12 {
  margin-bottom: -91.66667%;
}

.-ml-11\/12 {
  margin-left: -91.66667%;
}

.-mt-full {
  margin-top: -100%;
}

.-mr-full {
  margin-right: -100%;
}

.-mb-full {
  margin-bottom: -100%;
}

.-ml-full {
  margin-left: -100%;
}

.max-h-0 {
  max-height: 0;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.max-w-sm {
  max-width: 24rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-xl {
  max-width: 36rem;
}

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-full {
  max-width: 100%;
}

.max-w-screen-sm {
  max-width: 640px;
}

.max-w-screen-md {
  max-width: 768px;
}

.max-w-screen-lg {
  max-width: 1024px;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.max-w-screen-2xl {
  max-width: 1440px;
}

.min-h-0 {
  min-height: 0;
}

.min-h-10vh {
  min-height: 10vh;
}

.min-h-20vh {
  min-height: 20vh;
}

.min-h-30vh {
  min-height: 30vh;
}

.min-h-40vh {
  min-height: 40vh;
}

.min-h-50vh {
  min-height: 50vh;
}

.min-h-60vh {
  min-height: 60vh;
}

.min-h-70vh {
  min-height: 70vh;
}

.min-h-80vh {
  min-height: 80vh;
}

.min-h-90vh {
  min-height: 90vh;
}

.min-h-100vh {
  min-height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.min-h-full {
  min-height: 100%;
}

.min-w-0 {
  min-width: 0;
}

.min-w-full {
  min-width: 100%;
}

.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-10 {
  opacity: 0.1;
}

.opacity-20 {
  opacity: 0.2;
}

.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-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

.opacity-100 {
  opacity: 1;
}

.opacity-025 {
  opacity: 0.025;
}

.opacity-05 {
  opacity: 0.05;
}

.hover\:opacity-0:hover {
  opacity: 0;
}

.hover\:opacity-10:hover {
  opacity: 0.1;
}

.hover\:opacity-20:hover {
  opacity: 0.2;
}

.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-80:hover {
  opacity: 0.8;
}

.hover\:opacity-90:hover {
  opacity: 0.9;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-025:hover {
  opacity: 0.025;
}

.hover\:opacity-05:hover {
  opacity: 0.05;
}

.focus\:opacity-0:focus {
  opacity: 0;
}

.focus\:opacity-10:focus {
  opacity: 0.1;
}

.focus\:opacity-20:focus {
  opacity: 0.2;
}

.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-80:focus {
  opacity: 0.8;
}

.focus\:opacity-90:focus {
  opacity: 0.9;
}

.focus\:opacity-100:focus {
  opacity: 1;
}

.focus\:opacity-025:focus {
  opacity: 0.025;
}

.focus\:opacity-05:focus {
  opacity: 0.05;
}

.disabled\:opacity-0:disabled {
  opacity: 0;
}

.disabled\:opacity-10:disabled {
  opacity: 0.1;
}

.disabled\:opacity-20:disabled {
  opacity: 0.2;
}

.disabled\:opacity-30:disabled {
  opacity: 0.3;
}

.disabled\:opacity-40:disabled {
  opacity: 0.4;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

.disabled\:opacity-60:disabled {
  opacity: 0.6;
}

.disabled\:opacity-70:disabled {
  opacity: 0.7;
}

.disabled\:opacity-80:disabled {
  opacity: 0.8;
}

.disabled\:opacity-90:disabled {
  opacity: 0.9;
}

.disabled\:opacity-100:disabled {
  opacity: 1;
}

.disabled\:opacity-025:disabled {
  opacity: 0.025;
}

.disabled\:opacity-05:disabled {
  opacity: 0.05;
}

.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\: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;
}

.scrolling-touch {
  -webkit-overflow-scrolling: touch;
}

.scrolling-auto {
  -webkit-overflow-scrolling: auto;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-11 {
  padding: 2.75rem;
}

.p-12 {
  padding: 3rem;
}

.p-13 {
  padding: 3.25rem;
}

.p-14 {
  padding: 3.5rem;
}

.p-15 {
  padding: 3.75rem;
}

.p-16 {
  padding: 4rem;
}

.p-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-128 {
  padding: 32rem;
}

.p-144 {
  padding: 36rem;
}

.p-160 {
  padding: 40rem;
}

.p-192 {
  padding: 48rem;
}

.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-1\/2 {
  padding: 50%;
}

.p-1\/3 {
  padding: 33.333333%;
}

.p-2\/3 {
  padding: 66.666667%;
}

.p-1\/4 {
  padding: 25%;
}

.p-2\/4 {
  padding: 50%;
}

.p-3\/4 {
  padding: 75%;
}

.p-1\/5 {
  padding: 20%;
}

.p-2\/5 {
  padding: 40%;
}

.p-3\/5 {
  padding: 60%;
}

.p-4\/5 {
  padding: 80%;
}

.p-1\/6 {
  padding: 16.666667%;
}

.p-2\/6 {
  padding: 33.333333%;
}

.p-3\/6 {
  padding: 50%;
}

.p-4\/6 {
  padding: 66.666667%;
}

.p-5\/6 {
  padding: 83.333333%;
}

.p-1\/12 {
  padding: 8.333333%;
}

.p-2\/12 {
  padding: 16.666667%;
}

.p-3\/12 {
  padding: 25%;
}

.p-4\/12 {
  padding: 33.333333%;
}

.p-5\/12 {
  padding: 41.666667%;
}

.p-6\/12 {
  padding: 50%;
}

.p-7\/12 {
  padding: 58.333333%;
}

.p-8\/12 {
  padding: 66.666667%;
}

.p-9\/12 {
  padding: 75%;
}

.p-10\/12 {
  padding: 83.333333%;
}

.p-11\/12 {
  padding: 91.666667%;
}

.p-full {
  padding: 100%;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-9 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.py-11 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.py-13 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.px-13 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.py-15 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.px-15 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.py-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-128 {
  padding-top: 32rem;
  padding-bottom: 32rem;
}

.px-128 {
  padding-left: 32rem;
  padding-right: 32rem;
}

.py-144 {
  padding-top: 36rem;
  padding-bottom: 36rem;
}

.px-144 {
  padding-left: 36rem;
  padding-right: 36rem;
}

.py-160 {
  padding-top: 40rem;
  padding-bottom: 40rem;
}

.px-160 {
  padding-left: 40rem;
  padding-right: 40rem;
}

.py-192 {
  padding-top: 48rem;
  padding-bottom: 48rem;
}

.px-192 {
  padding-left: 48rem;
  padding-right: 48rem;
}

.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-1\/2 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-1\/2 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-1\/3 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-1\/3 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-2\/3 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-2\/3 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-1\/4 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-1\/4 {
  padding-left: 25%;
  padding-right: 25%;
}

.py-2\/4 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-2\/4 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-3\/4 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-3\/4 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-1\/5 {
  padding-top: 20%;
  padding-bottom: 20%;
}

.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}

.py-2\/5 {
  padding-top: 40%;
  padding-bottom: 40%;
}

.px-2\/5 {
  padding-left: 40%;
  padding-right: 40%;
}

.py-3\/5 {
  padding-top: 60%;
  padding-bottom: 60%;
}

.px-3\/5 {
  padding-left: 60%;
  padding-right: 60%;
}

.py-4\/5 {
  padding-top: 80%;
  padding-bottom: 80%;
}

.px-4\/5 {
  padding-left: 80%;
  padding-right: 80%;
}

.py-1\/6 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-1\/6 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-2\/6 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-2\/6 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-3\/6 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-3\/6 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-4\/6 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-4\/6 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-5\/6 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.px-5\/6 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.py-1\/12 {
  padding-top: 8.333333%;
  padding-bottom: 8.333333%;
}

.px-1\/12 {
  padding-left: 8.333333%;
  padding-right: 8.333333%;
}

.py-2\/12 {
  padding-top: 16.666667%;
  padding-bottom: 16.666667%;
}

.px-2\/12 {
  padding-left: 16.666667%;
  padding-right: 16.666667%;
}

.py-3\/12 {
  padding-top: 25%;
  padding-bottom: 25%;
}

.px-3\/12 {
  padding-left: 25%;
  padding-right: 25%;
}

.py-4\/12 {
  padding-top: 33.333333%;
  padding-bottom: 33.333333%;
}

.px-4\/12 {
  padding-left: 33.333333%;
  padding-right: 33.333333%;
}

.py-5\/12 {
  padding-top: 41.666667%;
  padding-bottom: 41.666667%;
}

.px-5\/12 {
  padding-left: 41.666667%;
  padding-right: 41.666667%;
}

.py-6\/12 {
  padding-top: 50%;
  padding-bottom: 50%;
}

.px-6\/12 {
  padding-left: 50%;
  padding-right: 50%;
}

.py-7\/12 {
  padding-top: 58.333333%;
  padding-bottom: 58.333333%;
}

.px-7\/12 {
  padding-left: 58.333333%;
  padding-right: 58.333333%;
}

.py-8\/12 {
  padding-top: 66.666667%;
  padding-bottom: 66.666667%;
}

.px-8\/12 {
  padding-left: 66.666667%;
  padding-right: 66.666667%;
}

.py-9\/12 {
  padding-top: 75%;
  padding-bottom: 75%;
}

.px-9\/12 {
  padding-left: 75%;
  padding-right: 75%;
}

.py-10\/12 {
  padding-top: 83.333333%;
  padding-bottom: 83.333333%;
}

.px-10\/12 {
  padding-left: 83.333333%;
  padding-right: 83.333333%;
}

.py-11\/12 {
  padding-top: 91.666667%;
  padding-bottom: 91.666667%;
}

.px-11\/12 {
  padding-left: 91.666667%;
  padding-right: 91.666667%;
}

.py-full {
  padding-top: 100%;
  padding-bottom: 100%;
}

.px-full {
  padding-left: 100%;
  padding-right: 100%;
}

.pt-0 {
  padding-top: 0;
}

.pr-0 {
  padding-right: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pl-0 {
  padding-left: 0;
}

.pt-1 {
  padding-top: 0.25rem;
}

.pr-1 {
  padding-right: 0.25rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pl-1 {
  padding-left: 0.25rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pl-2 {
  padding-left: 0.5rem;
}

.pt-3 {
  padding-top: 0.75rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pl-3 {
  padding-left: 0.75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pr-4 {
  padding-right: 1rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pl-5 {
  padding-left: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pt-7 {
  padding-top: 1.75rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pb-7 {
  padding-bottom: 1.75rem;
}

.pl-7 {
  padding-left: 1.75rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

.pr-9 {
  padding-right: 2.25rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pt-11 {
  padding-top: 2.75rem;
}

.pr-11 {
  padding-right: 2.75rem;
}

.pb-11 {
  padding-bottom: 2.75rem;
}

.pl-11 {
  padding-left: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pl-12 {
  padding-left: 3rem;
}

.pt-13 {
  padding-top: 3.25rem;
}

.pr-13 {
  padding-right: 3.25rem;
}

.pb-13 {
  padding-bottom: 3.25rem;
}

.pl-13 {
  padding-left: 3.25rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pt-15 {
  padding-top: 3.75rem;
}

.pr-15 {
  padding-right: 3.75rem;
}

.pb-15 {
  padding-bottom: 3.75rem;
}

.pl-15 {
  padding-left: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pr-16 {
  padding-right: 4rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pl-16 {
  padding-left: 4rem;
}

.pt-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-128 {
  padding-top: 32rem;
}

.pr-128 {
  padding-right: 32rem;
}

.pb-128 {
  padding-bottom: 32rem;
}

.pl-128 {
  padding-left: 32rem;
}

.pt-144 {
  padding-top: 36rem;
}

.pr-144 {
  padding-right: 36rem;
}

.pb-144 {
  padding-bottom: 36rem;
}

.pl-144 {
  padding-left: 36rem;
}

.pt-160 {
  padding-top: 40rem;
}

.pr-160 {
  padding-right: 40rem;
}

.pb-160 {
  padding-bottom: 40rem;
}

.pl-160 {
  padding-left: 40rem;
}

.pt-192 {
  padding-top: 48rem;
}

.pr-192 {
  padding-right: 48rem;
}

.pb-192 {
  padding-bottom: 48rem;
}

.pl-192 {
  padding-left: 48rem;
}

.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-1\/2 {
  padding-top: 50%;
}

.pr-1\/2 {
  padding-right: 50%;
}

.pb-1\/2 {
  padding-bottom: 50%;
}

.pl-1\/2 {
  padding-left: 50%;
}

.pt-1\/3 {
  padding-top: 33.333333%;
}

.pr-1\/3 {
  padding-right: 33.333333%;
}

.pb-1\/3 {
  padding-bottom: 33.333333%;
}

.pl-1\/3 {
  padding-left: 33.333333%;
}

.pt-2\/3 {
  padding-top: 66.666667%;
}

.pr-2\/3 {
  padding-right: 66.666667%;
}

.pb-2\/3 {
  padding-bottom: 66.666667%;
}

.pl-2\/3 {
  padding-left: 66.666667%;
}

.pt-1\/4 {
  padding-top: 25%;
}

.pr-1\/4 {
  padding-right: 25%;
}

.pb-1\/4 {
  padding-bottom: 25%;
}

.pl-1\/4 {
  padding-left: 25%;
}

.pt-2\/4 {
  padding-top: 50%;
}

.pr-2\/4 {
  padding-right: 50%;
}

.pb-2\/4 {
  padding-bottom: 50%;
}

.pl-2\/4 {
  padding-left: 50%;
}

.pt-3\/4 {
  padding-top: 75%;
}

.pr-3\/4 {
  padding-right: 75%;
}

.pb-3\/4 {
  padding-bottom: 75%;
}

.pl-3\/4 {
  padding-left: 75%;
}

.pt-1\/5 {
  padding-top: 20%;
}

.pr-1\/5 {
  padding-right: 20%;
}

.pb-1\/5 {
  padding-bottom: 20%;
}

.pl-1\/5 {
  padding-left: 20%;
}

.pt-2\/5 {
  padding-top: 40%;
}

.pr-2\/5 {
  padding-right: 40%;
}

.pb-2\/5 {
  padding-bottom: 40%;
}

.pl-2\/5 {
  padding-left: 40%;
}

.pt-3\/5 {
  padding-top: 60%;
}

.pr-3\/5 {
  padding-right: 60%;
}

.pb-3\/5 {
  padding-bottom: 60%;
}

.pl-3\/5 {
  padding-left: 60%;
}

.pt-4\/5 {
  padding-top: 80%;
}

.pr-4\/5 {
  padding-right: 80%;
}

.pb-4\/5 {
  padding-bottom: 80%;
}

.pl-4\/5 {
  padding-left: 80%;
}

.pt-1\/6 {
  padding-top: 16.666667%;
}

.pr-1\/6 {
  padding-right: 16.666667%;
}

.pb-1\/6 {
  padding-bottom: 16.666667%;
}

.pl-1\/6 {
  padding-left: 16.666667%;
}

.pt-2\/6 {
  padding-top: 33.333333%;
}

.pr-2\/6 {
  padding-right: 33.333333%;
}

.pb-2\/6 {
  padding-bottom: 33.333333%;
}

.pl-2\/6 {
  padding-left: 33.333333%;
}

.pt-3\/6 {
  padding-top: 50%;
}

.pr-3\/6 {
  padding-right: 50%;
}

.pb-3\/6 {
  padding-bottom: 50%;
}

.pl-3\/6 {
  padding-left: 50%;
}

.pt-4\/6 {
  padding-top: 66.666667%;
}

.pr-4\/6 {
  padding-right: 66.666667%;
}

.pb-4\/6 {
  padding-bottom: 66.666667%;
}

.pl-4\/6 {
  padding-left: 66.666667%;
}

.pt-5\/6 {
  padding-top: 83.333333%;
}

.pr-5\/6 {
  padding-right: 83.333333%;
}

.pb-5\/6 {
  padding-bottom: 83.333333%;
}

.pl-5\/6 {
  padding-left: 83.333333%;
}

.pt-1\/12 {
  padding-top: 8.333333%;
}

.pr-1\/12 {
  padding-right: 8.333333%;
}

.pb-1\/12 {
  padding-bottom: 8.333333%;
}

.pl-1\/12 {
  padding-left: 8.333333%;
}

.pt-2\/12 {
  padding-top: 16.666667%;
}

.pr-2\/12 {
  padding-right: 16.666667%;
}

.pb-2\/12 {
  padding-bottom: 16.666667%;
}

.pl-2\/12 {
  padding-left: 16.666667%;
}

.pt-3\/12 {
  padding-top: 25%;
}

.pr-3\/12 {
  padding-right: 25%;
}

.pb-3\/12 {
  padding-bottom: 25%;
}

.pl-3\/12 {
  padding-left: 25%;
}

.pt-4\/12 {
  padding-top: 33.333333%;
}

.pr-4\/12 {
  padding-right: 33.333333%;
}

.pb-4\/12 {
  padding-bottom: 33.333333%;
}

.pl-4\/12 {
  padding-left: 33.333333%;
}

.pt-5\/12 {
  padding-top: 41.666667%;
}

.pr-5\/12 {
  padding-right: 41.666667%;
}

.pb-5\/12 {
  padding-bottom: 41.666667%;
}

.pl-5\/12 {
  padding-left: 41.666667%;
}

.pt-6\/12 {
  padding-top: 50%;
}

.pr-6\/12 {
  padding-right: 50%;
}

.pb-6\/12 {
  padding-bottom: 50%;
}

.pl-6\/12 {
  padding-left: 50%;
}

.pt-7\/12 {
  padding-top: 58.333333%;
}

.pr-7\/12 {
  padding-right: 58.333333%;
}

.pb-7\/12 {
  padding-bottom: 58.333333%;
}

.pl-7\/12 {
  padding-left: 58.333333%;
}

.pt-8\/12 {
  padding-top: 66.666667%;
}

.pr-8\/12 {
  padding-right: 66.666667%;
}

.pb-8\/12 {
  padding-bottom: 66.666667%;
}

.pl-8\/12 {
  padding-left: 66.666667%;
}

.pt-9\/12 {
  padding-top: 75%;
}

.pr-9\/12 {
  padding-right: 75%;
}

.pb-9\/12 {
  padding-bottom: 75%;
}

.pl-9\/12 {
  padding-left: 75%;
}

.pt-10\/12 {
  padding-top: 83.333333%;
}

.pr-10\/12 {
  padding-right: 83.333333%;
}

.pb-10\/12 {
  padding-bottom: 83.333333%;
}

.pl-10\/12 {
  padding-left: 83.333333%;
}

.pt-11\/12 {
  padding-top: 91.666667%;
}

.pr-11\/12 {
  padding-right: 91.666667%;
}

.pb-11\/12 {
  padding-bottom: 91.666667%;
}

.pl-11\/12 {
  padding-left: 91.666667%;
}

.pt-full {
  padding-top: 100%;
}

.pr-full {
  padding-right: 100%;
}

.pb-full {
  padding-bottom: 100%;
}

.pl-full {
  padding-left: 100%;
}

.placeholder-transparent::-moz-placeholder {
  color: transparent;
}

.placeholder-transparent:-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::-ms-input-placeholder {
  color: transparent;
}

.placeholder-transparent::placeholder {
  color: transparent;
}

.placeholder-white::-moz-placeholder {
  color: #ffffff;
}

.placeholder-white:-ms-input-placeholder {
  color: #ffffff;
}

.placeholder-white::-ms-input-placeholder {
  color: #ffffff;
}

.placeholder-white::placeholder {
  color: #ffffff;
}

.placeholder-white-semi-9::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.placeholder-white-semi-9:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.placeholder-white-semi-9::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.placeholder-white-semi-9::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.placeholder-white-semi-8::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-semi-8:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-semi-8::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-semi-8::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.placeholder-white-semi-7::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.placeholder-white-semi-7:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.placeholder-white-semi-7::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.placeholder-white-semi-7::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.placeholder-white-semi-6::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.placeholder-white-semi-6:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.placeholder-white-semi-6::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.placeholder-white-semi-6::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.placeholder-white-semi-5::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.placeholder-white-semi-5:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.placeholder-white-semi-5::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.placeholder-white-semi-5::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.placeholder-white-semi-4::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.placeholder-white-semi-4:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.placeholder-white-semi-4::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.placeholder-white-semi-4::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.placeholder-white-semi-3::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.placeholder-white-semi-3:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.placeholder-white-semi-3::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.placeholder-white-semi-3::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.placeholder-white-semi-2::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.placeholder-white-semi-2:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.placeholder-white-semi-2::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.placeholder-white-semi-2::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.placeholder-white-semi-1::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.placeholder-white-semi-1:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.placeholder-white-semi-1::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.placeholder-white-semi-1::placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.placeholder-black::-moz-placeholder {
  color: #000;
}

.placeholder-black:-ms-input-placeholder {
  color: #000;
}

.placeholder-black::-ms-input-placeholder {
  color: #000;
}

.placeholder-black::placeholder {
  color: #000;
}

.placeholder-black-semi-9::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.placeholder-black-semi-9:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.placeholder-black-semi-9::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.placeholder-black-semi-9::placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.placeholder-black-semi-8::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-semi-8:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-semi-8::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-semi-8::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.placeholder-black-semi-7::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.placeholder-black-semi-7:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.placeholder-black-semi-7::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.placeholder-black-semi-7::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.placeholder-black-semi-6::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.placeholder-black-semi-6:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.placeholder-black-semi-6::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.placeholder-black-semi-6::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.placeholder-black-semi-5::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-semi-5:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-semi-5::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-semi-5::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.placeholder-black-semi-4::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.placeholder-black-semi-4:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.placeholder-black-semi-4::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.placeholder-black-semi-4::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.placeholder-black-semi-3::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-semi-3:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-semi-3::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-semi-3::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.placeholder-black-semi-2::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.placeholder-black-semi-2:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.placeholder-black-semi-2::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.placeholder-black-semi-2::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.placeholder-black-semi-1::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.placeholder-black-semi-1:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.placeholder-black-semi-1::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.placeholder-black-semi-1::placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.placeholder-gray-100::-moz-placeholder {
  color: #f7f7f7;
}

.placeholder-gray-100:-ms-input-placeholder {
  color: #f7f7f7;
}

.placeholder-gray-100::-ms-input-placeholder {
  color: #f7f7f7;
}

.placeholder-gray-100::placeholder {
  color: #f7f7f7;
}

.placeholder-gray-200::-moz-placeholder {
  color: #ebebeb;
}

.placeholder-gray-200:-ms-input-placeholder {
  color: #ebebeb;
}

.placeholder-gray-200::-ms-input-placeholder {
  color: #ebebeb;
}

.placeholder-gray-200::placeholder {
  color: #ebebeb;
}

.placeholder-gray-300::-moz-placeholder {
  color: #d0d0d0;
}

.placeholder-gray-300:-ms-input-placeholder {
  color: #d0d0d0;
}

.placeholder-gray-300::-ms-input-placeholder {
  color: #d0d0d0;
}

.placeholder-gray-300::placeholder {
  color: #d0d0d0;
}

.placeholder-gray-400::-moz-placeholder {
  color: #b8b8b8;
}

.placeholder-gray-400:-ms-input-placeholder {
  color: #b8b8b8;
}

.placeholder-gray-400::-ms-input-placeholder {
  color: #b8b8b8;
}

.placeholder-gray-400::placeholder {
  color: #b8b8b8;
}

.placeholder-gray-500::-moz-placeholder {
  color: #9e9e9e;
}

.placeholder-gray-500:-ms-input-placeholder {
  color: #9e9e9e;
}

.placeholder-gray-500::-ms-input-placeholder {
  color: #9e9e9e;
}

.placeholder-gray-500::placeholder {
  color: #9e9e9e;
}

.placeholder-gray-600::-moz-placeholder {
  color: #666666;
}

.placeholder-gray-600:-ms-input-placeholder {
  color: #666666;
}

.placeholder-gray-600::-ms-input-placeholder {
  color: #666666;
}

.placeholder-gray-600::placeholder {
  color: #666666;
}

.placeholder-gray-700::-moz-placeholder {
  color: #525252;
}

.placeholder-gray-700:-ms-input-placeholder {
  color: #525252;
}

.placeholder-gray-700::-ms-input-placeholder {
  color: #525252;
}

.placeholder-gray-700::placeholder {
  color: #525252;
}

.placeholder-gray-800::-moz-placeholder {
  color: #333333;
}

.placeholder-gray-800:-ms-input-placeholder {
  color: #333333;
}

.placeholder-gray-800::-ms-input-placeholder {
  color: #333333;
}

.placeholder-gray-800::placeholder {
  color: #333333;
}

.placeholder-gray-900::-moz-placeholder {
  color: #1f1f1f;
}

.placeholder-gray-900:-ms-input-placeholder {
  color: #1f1f1f;
}

.placeholder-gray-900::-ms-input-placeholder {
  color: #1f1f1f;
}

.placeholder-gray-900::placeholder {
  color: #1f1f1f;
}

.placeholder-gray-warm-100::-moz-placeholder {
  color: #f4f2f0;
}

.placeholder-gray-warm-100:-ms-input-placeholder {
  color: #f4f2f0;
}

.placeholder-gray-warm-100::-ms-input-placeholder {
  color: #f4f2f0;
}

.placeholder-gray-warm-100::placeholder {
  color: #f4f2f0;
}

.placeholder-gray-warm-200::-moz-placeholder {
  color: #e9e6e2;
}

.placeholder-gray-warm-200:-ms-input-placeholder {
  color: #e9e6e2;
}

.placeholder-gray-warm-200::-ms-input-placeholder {
  color: #e9e6e2;
}

.placeholder-gray-warm-200::placeholder {
  color: #e9e6e2;
}

.placeholder-gray-warm-300::-moz-placeholder {
  color: #dfdad4;
}

.placeholder-gray-warm-300:-ms-input-placeholder {
  color: #dfdad4;
}

.placeholder-gray-warm-300::-ms-input-placeholder {
  color: #dfdad4;
}

.placeholder-gray-warm-300::placeholder {
  color: #dfdad4;
}

.placeholder-gray-warm-400::-moz-placeholder {
  color: #cfc7bf;
}

.placeholder-gray-warm-400:-ms-input-placeholder {
  color: #cfc7bf;
}

.placeholder-gray-warm-400::-ms-input-placeholder {
  color: #cfc7bf;
}

.placeholder-gray-warm-400::placeholder {
  color: #cfc7bf;
}

.placeholder-gray-warm-500::-moz-placeholder {
  color: #c2bab3;
}

.placeholder-gray-warm-500:-ms-input-placeholder {
  color: #c2bab3;
}

.placeholder-gray-warm-500::-ms-input-placeholder {
  color: #c2bab3;
}

.placeholder-gray-warm-500::placeholder {
  color: #c2bab3;
}

.placeholder-gray-warm-600::-moz-placeholder {
  color: #b3aca8;
}

.placeholder-gray-warm-600:-ms-input-placeholder {
  color: #b3aca8;
}

.placeholder-gray-warm-600::-ms-input-placeholder {
  color: #b3aca8;
}

.placeholder-gray-warm-600::placeholder {
  color: #b3aca8;
}

.placeholder-gray-warm-700::-moz-placeholder {
  color: #a19994;
}

.placeholder-gray-warm-700:-ms-input-placeholder {
  color: #a19994;
}

.placeholder-gray-warm-700::-ms-input-placeholder {
  color: #a19994;
}

.placeholder-gray-warm-700::placeholder {
  color: #a19994;
}

.placeholder-gray-warm-800::-moz-placeholder {
  color: #63544b;
}

.placeholder-gray-warm-800:-ms-input-placeholder {
  color: #63544b;
}

.placeholder-gray-warm-800::-ms-input-placeholder {
  color: #63544b;
}

.placeholder-gray-warm-800::placeholder {
  color: #63544b;
}

.placeholder-gray-warm-900::-moz-placeholder {
  color: #3f3731;
}

.placeholder-gray-warm-900:-ms-input-placeholder {
  color: #3f3731;
}

.placeholder-gray-warm-900::-ms-input-placeholder {
  color: #3f3731;
}

.placeholder-gray-warm-900::placeholder {
  color: #3f3731;
}

.placeholder-gray-cool-100::-moz-placeholder {
  color: #f3f4f7;
}

.placeholder-gray-cool-100:-ms-input-placeholder {
  color: #f3f4f7;
}

.placeholder-gray-cool-100::-ms-input-placeholder {
  color: #f3f4f7;
}

.placeholder-gray-cool-100::placeholder {
  color: #f3f4f7;
}

.placeholder-gray-cool-200::-moz-placeholder {
  color: #e9edf1;
}

.placeholder-gray-cool-200:-ms-input-placeholder {
  color: #e9edf1;
}

.placeholder-gray-cool-200::-ms-input-placeholder {
  color: #e9edf1;
}

.placeholder-gray-cool-200::placeholder {
  color: #e9edf1;
}

.placeholder-gray-cool-300::-moz-placeholder {
  color: #d5dde6;
}

.placeholder-gray-cool-300:-ms-input-placeholder {
  color: #d5dde6;
}

.placeholder-gray-cool-300::-ms-input-placeholder {
  color: #d5dde6;
}

.placeholder-gray-cool-300::placeholder {
  color: #d5dde6;
}

.placeholder-gray-cool-400::-moz-placeholder {
  color: #bcc5d2;
}

.placeholder-gray-cool-400:-ms-input-placeholder {
  color: #bcc5d2;
}

.placeholder-gray-cool-400::-ms-input-placeholder {
  color: #bcc5d2;
}

.placeholder-gray-cool-400::placeholder {
  color: #bcc5d2;
}

.placeholder-gray-cool-500::-moz-placeholder {
  color: #99a3b0;
}

.placeholder-gray-cool-500:-ms-input-placeholder {
  color: #99a3b0;
}

.placeholder-gray-cool-500::-ms-input-placeholder {
  color: #99a3b0;
}

.placeholder-gray-cool-500::placeholder {
  color: #99a3b0;
}

.placeholder-gray-cool-600::-moz-placeholder {
  color: #8d95a0;
}

.placeholder-gray-cool-600:-ms-input-placeholder {
  color: #8d95a0;
}

.placeholder-gray-cool-600::-ms-input-placeholder {
  color: #8d95a0;
}

.placeholder-gray-cool-600::placeholder {
  color: #8d95a0;
}

.placeholder-gray-cool-700::-moz-placeholder {
  color: #7e848b;
}

.placeholder-gray-cool-700:-ms-input-placeholder {
  color: #7e848b;
}

.placeholder-gray-cool-700::-ms-input-placeholder {
  color: #7e848b;
}

.placeholder-gray-cool-700::placeholder {
  color: #7e848b;
}

.placeholder-gray-cool-800::-moz-placeholder {
  color: #686d73;
}

.placeholder-gray-cool-800:-ms-input-placeholder {
  color: #686d73;
}

.placeholder-gray-cool-800::-ms-input-placeholder {
  color: #686d73;
}

.placeholder-gray-cool-800::placeholder {
  color: #686d73;
}

.placeholder-gray-cool-900::-moz-placeholder {
  color: #50565e;
}

.placeholder-gray-cool-900:-ms-input-placeholder {
  color: #50565e;
}

.placeholder-gray-cool-900::-ms-input-placeholder {
  color: #50565e;
}

.placeholder-gray-cool-900::placeholder {
  color: #50565e;
}

.placeholder-red-100::-moz-placeholder {
  color: #fff5f5;
}

.placeholder-red-100:-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::-ms-input-placeholder {
  color: #fff5f5;
}

.placeholder-red-100::placeholder {
  color: #fff5f5;
}

.placeholder-red-200::-moz-placeholder {
  color: #fed7d7;
}

.placeholder-red-200:-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::-ms-input-placeholder {
  color: #fed7d7;
}

.placeholder-red-200::placeholder {
  color: #fed7d7;
}

.placeholder-red-300::-moz-placeholder {
  color: #feb2b2;
}

.placeholder-red-300:-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::-ms-input-placeholder {
  color: #feb2b2;
}

.placeholder-red-300::placeholder {
  color: #feb2b2;
}

.placeholder-red-400::-moz-placeholder {
  color: #fc8181;
}

.placeholder-red-400:-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::-ms-input-placeholder {
  color: #fc8181;
}

.placeholder-red-400::placeholder {
  color: #fc8181;
}

.placeholder-red-500::-moz-placeholder {
  color: #f56565;
}

.placeholder-red-500:-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::-ms-input-placeholder {
  color: #f56565;
}

.placeholder-red-500::placeholder {
  color: #f56565;
}

.placeholder-red-600::-moz-placeholder {
  color: #e21d2f;
}

.placeholder-red-600:-ms-input-placeholder {
  color: #e21d2f;
}

.placeholder-red-600::-ms-input-placeholder {
  color: #e21d2f;
}

.placeholder-red-600::placeholder {
  color: #e21d2f;
}

.placeholder-red-700::-moz-placeholder {
  color: #d41b2c;
}

.placeholder-red-700:-ms-input-placeholder {
  color: #d41b2c;
}

.placeholder-red-700::-ms-input-placeholder {
  color: #d41b2c;
}

.placeholder-red-700::placeholder {
  color: #d41b2c;
}

.placeholder-red-800::-moz-placeholder {
  color: #c61929;
}

.placeholder-red-800:-ms-input-placeholder {
  color: #c61929;
}

.placeholder-red-800::-ms-input-placeholder {
  color: #c61929;
}

.placeholder-red-800::placeholder {
  color: #c61929;
}

.placeholder-red-900::-moz-placeholder {
  color: #873138;
}

.placeholder-red-900:-ms-input-placeholder {
  color: #873138;
}

.placeholder-red-900::-ms-input-placeholder {
  color: #873138;
}

.placeholder-red-900::placeholder {
  color: #873138;
}

.placeholder-orange-100::-moz-placeholder {
  color: #fff4f0;
}

.placeholder-orange-100:-ms-input-placeholder {
  color: #fff4f0;
}

.placeholder-orange-100::-ms-input-placeholder {
  color: #fff4f0;
}

.placeholder-orange-100::placeholder {
  color: #fff4f0;
}

.placeholder-orange-200::-moz-placeholder {
  color: #fed8c8;
}

.placeholder-orange-200:-ms-input-placeholder {
  color: #fed8c8;
}

.placeholder-orange-200::-ms-input-placeholder {
  color: #fed8c8;
}

.placeholder-orange-200::placeholder {
  color: #fed8c8;
}

.placeholder-orange-300::-moz-placeholder {
  color: #fcb99c;
}

.placeholder-orange-300:-ms-input-placeholder {
  color: #fcb99c;
}

.placeholder-orange-300::-ms-input-placeholder {
  color: #fcb99c;
}

.placeholder-orange-300::placeholder {
  color: #fcb99c;
}

.placeholder-orange-400::-moz-placeholder {
  color: #fd9568;
}

.placeholder-orange-400:-ms-input-placeholder {
  color: #fd9568;
}

.placeholder-orange-400::-ms-input-placeholder {
  color: #fd9568;
}

.placeholder-orange-400::placeholder {
  color: #fd9568;
}

.placeholder-orange-500::-moz-placeholder {
  color: #ff854f;
}

.placeholder-orange-500:-ms-input-placeholder {
  color: #ff854f;
}

.placeholder-orange-500::-ms-input-placeholder {
  color: #ff854f;
}

.placeholder-orange-500::placeholder {
  color: #ff854f;
}

.placeholder-orange-600::-moz-placeholder {
  color: #e66833;
}

.placeholder-orange-600:-ms-input-placeholder {
  color: #e66833;
}

.placeholder-orange-600::-ms-input-placeholder {
  color: #e66833;
}

.placeholder-orange-600::placeholder {
  color: #e66833;
}

.placeholder-orange-700::-moz-placeholder {
  color: #c05621;
}

.placeholder-orange-700:-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::-ms-input-placeholder {
  color: #c05621;
}

.placeholder-orange-700::placeholder {
  color: #c05621;
}

.placeholder-orange-800::-moz-placeholder {
  color: #9c4221;
}

.placeholder-orange-800:-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::-ms-input-placeholder {
  color: #9c4221;
}

.placeholder-orange-800::placeholder {
  color: #9c4221;
}

.placeholder-orange-900::-moz-placeholder {
  color: #7b341e;
}

.placeholder-orange-900:-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::-ms-input-placeholder {
  color: #7b341e;
}

.placeholder-orange-900::placeholder {
  color: #7b341e;
}

.placeholder-yellow-100::-moz-placeholder {
  color: #fdf6e7;
}

.placeholder-yellow-100:-ms-input-placeholder {
  color: #fdf6e7;
}

.placeholder-yellow-100::-ms-input-placeholder {
  color: #fdf6e7;
}

.placeholder-yellow-100::placeholder {
  color: #fdf6e7;
}

.placeholder-yellow-200::-moz-placeholder {
  color: #fee9bf;
}

.placeholder-yellow-200:-ms-input-placeholder {
  color: #fee9bf;
}

.placeholder-yellow-200::-ms-input-placeholder {
  color: #fee9bf;
}

.placeholder-yellow-200::placeholder {
  color: #fee9bf;
}

.placeholder-yellow-300::-moz-placeholder {
  color: #fbd893;
}

.placeholder-yellow-300:-ms-input-placeholder {
  color: #fbd893;
}

.placeholder-yellow-300::-ms-input-placeholder {
  color: #fbd893;
}

.placeholder-yellow-300::placeholder {
  color: #fbd893;
}

.placeholder-yellow-400::-moz-placeholder {
  color: #fcc85f;
}

.placeholder-yellow-400:-ms-input-placeholder {
  color: #fcc85f;
}

.placeholder-yellow-400::-ms-input-placeholder {
  color: #fcc85f;
}

.placeholder-yellow-400::placeholder {
  color: #fcc85f;
}

.placeholder-yellow-500::-moz-placeholder {
  color: #ffbf3d;
}

.placeholder-yellow-500:-ms-input-placeholder {
  color: #ffbf3d;
}

.placeholder-yellow-500::-ms-input-placeholder {
  color: #ffbf3d;
}

.placeholder-yellow-500::placeholder {
  color: #ffbf3d;
}

.placeholder-yellow-600::-moz-placeholder {
  color: #e7a41d;
}

.placeholder-yellow-600:-ms-input-placeholder {
  color: #e7a41d;
}

.placeholder-yellow-600::-ms-input-placeholder {
  color: #e7a41d;
}

.placeholder-yellow-600::placeholder {
  color: #e7a41d;
}

.placeholder-yellow-700::-moz-placeholder {
  color: #b7841f;
}

.placeholder-yellow-700:-ms-input-placeholder {
  color: #b7841f;
}

.placeholder-yellow-700::-ms-input-placeholder {
  color: #b7841f;
}

.placeholder-yellow-700::placeholder {
  color: #b7841f;
}

.placeholder-yellow-800::-moz-placeholder {
  color: #976c16;
}

.placeholder-yellow-800:-ms-input-placeholder {
  color: #976c16;
}

.placeholder-yellow-800::-ms-input-placeholder {
  color: #976c16;
}

.placeholder-yellow-800::placeholder {
  color: #976c16;
}

.placeholder-yellow-900::-moz-placeholder {
  color: #745310;
}

.placeholder-yellow-900:-ms-input-placeholder {
  color: #745310;
}

.placeholder-yellow-900::-ms-input-placeholder {
  color: #745310;
}

.placeholder-yellow-900::placeholder {
  color: #745310;
}

.placeholder-green-100::-moz-placeholder {
  color: #f9fce9;
}

.placeholder-green-100:-ms-input-placeholder {
  color: #f9fce9;
}

.placeholder-green-100::-ms-input-placeholder {
  color: #f9fce9;
}

.placeholder-green-100::placeholder {
  color: #f9fce9;
}

.placeholder-green-200::-moz-placeholder {
  color: #e5f396;
}

.placeholder-green-200:-ms-input-placeholder {
  color: #e5f396;
}

.placeholder-green-200::-ms-input-placeholder {
  color: #e5f396;
}

.placeholder-green-200::placeholder {
  color: #e5f396;
}

.placeholder-green-300::-moz-placeholder {
  color: #d0e656;
}

.placeholder-green-300:-ms-input-placeholder {
  color: #d0e656;
}

.placeholder-green-300::-ms-input-placeholder {
  color: #d0e656;
}

.placeholder-green-300::placeholder {
  color: #d0e656;
}

.placeholder-green-400::-moz-placeholder {
  color: #badb00;
}

.placeholder-green-400:-ms-input-placeholder {
  color: #badb00;
}

.placeholder-green-400::-ms-input-placeholder {
  color: #badb00;
}

.placeholder-green-400::placeholder {
  color: #badb00;
}

.placeholder-green-500::-moz-placeholder {
  color: #acca07;
}

.placeholder-green-500:-ms-input-placeholder {
  color: #acca07;
}

.placeholder-green-500::-ms-input-placeholder {
  color: #acca07;
}

.placeholder-green-500::placeholder {
  color: #acca07;
}

.placeholder-green-600::-moz-placeholder {
  color: #99b305;
}

.placeholder-green-600:-ms-input-placeholder {
  color: #99b305;
}

.placeholder-green-600::-ms-input-placeholder {
  color: #99b305;
}

.placeholder-green-600::placeholder {
  color: #99b305;
}

.placeholder-green-700::-moz-placeholder {
  color: #869e00;
}

.placeholder-green-700:-ms-input-placeholder {
  color: #869e00;
}

.placeholder-green-700::-ms-input-placeholder {
  color: #869e00;
}

.placeholder-green-700::placeholder {
  color: #869e00;
}

.placeholder-green-800::-moz-placeholder {
  color: #546727;
}

.placeholder-green-800:-ms-input-placeholder {
  color: #546727;
}

.placeholder-green-800::-ms-input-placeholder {
  color: #546727;
}

.placeholder-green-800::placeholder {
  color: #546727;
}

.placeholder-green-900::-moz-placeholder {
  color: #394a12;
}

.placeholder-green-900:-ms-input-placeholder {
  color: #394a12;
}

.placeholder-green-900::-ms-input-placeholder {
  color: #394a12;
}

.placeholder-green-900::placeholder {
  color: #394a12;
}

.placeholder-teal-100::-moz-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100:-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::-ms-input-placeholder {
  color: #e6fffa;
}

.placeholder-teal-100::placeholder {
  color: #e6fffa;
}

.placeholder-teal-200::-moz-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200:-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::-ms-input-placeholder {
  color: #b2f5ea;
}

.placeholder-teal-200::placeholder {
  color: #b2f5ea;
}

.placeholder-teal-300::-moz-placeholder {
  color: #7beadc;
}

.placeholder-teal-300:-ms-input-placeholder {
  color: #7beadc;
}

.placeholder-teal-300::-ms-input-placeholder {
  color: #7beadc;
}

.placeholder-teal-300::placeholder {
  color: #7beadc;
}

.placeholder-teal-400::-moz-placeholder {
  color: #00cfb5;
}

.placeholder-teal-400:-ms-input-placeholder {
  color: #00cfb5;
}

.placeholder-teal-400::-ms-input-placeholder {
  color: #00cfb5;
}

.placeholder-teal-400::placeholder {
  color: #00cfb5;
}

.placeholder-teal-500::-moz-placeholder {
  color: #3cbbaa;
}

.placeholder-teal-500:-ms-input-placeholder {
  color: #3cbbaa;
}

.placeholder-teal-500::-ms-input-placeholder {
  color: #3cbbaa;
}

.placeholder-teal-500::placeholder {
  color: #3cbbaa;
}

.placeholder-teal-600::-moz-placeholder {
  color: #319789;
}

.placeholder-teal-600:-ms-input-placeholder {
  color: #319789;
}

.placeholder-teal-600::-ms-input-placeholder {
  color: #319789;
}

.placeholder-teal-600::placeholder {
  color: #319789;
}

.placeholder-teal-700::-moz-placeholder {
  color: #2c7b70;
}

.placeholder-teal-700:-ms-input-placeholder {
  color: #2c7b70;
}

.placeholder-teal-700::-ms-input-placeholder {
  color: #2c7b70;
}

.placeholder-teal-700::placeholder {
  color: #2c7b70;
}

.placeholder-teal-800::-moz-placeholder {
  color: #286159;
}

.placeholder-teal-800:-ms-input-placeholder {
  color: #286159;
}

.placeholder-teal-800::-ms-input-placeholder {
  color: #286159;
}

.placeholder-teal-800::placeholder {
  color: #286159;
}

.placeholder-teal-900::-moz-placeholder {
  color: #23524c;
}

.placeholder-teal-900:-ms-input-placeholder {
  color: #23524c;
}

.placeholder-teal-900::-ms-input-placeholder {
  color: #23524c;
}

.placeholder-teal-900::placeholder {
  color: #23524c;
}

.placeholder-aqua-100::-moz-placeholder {
  color: #ebfcff;
}

.placeholder-aqua-100:-ms-input-placeholder {
  color: #ebfcff;
}

.placeholder-aqua-100::-ms-input-placeholder {
  color: #ebfcff;
}

.placeholder-aqua-100::placeholder {
  color: #ebfcff;
}

.placeholder-aqua-200::-moz-placeholder {
  color: #beeff8;
}

.placeholder-aqua-200:-ms-input-placeholder {
  color: #beeff8;
}

.placeholder-aqua-200::-ms-input-placeholder {
  color: #beeff8;
}

.placeholder-aqua-200::placeholder {
  color: #beeff8;
}

.placeholder-aqua-300::-moz-placeholder {
  color: #90e5f4;
}

.placeholder-aqua-300:-ms-input-placeholder {
  color: #90e5f4;
}

.placeholder-aqua-300::-ms-input-placeholder {
  color: #90e5f4;
}

.placeholder-aqua-300::placeholder {
  color: #90e5f4;
}

.placeholder-aqua-400::-moz-placeholder {
  color: #71dcef;
}

.placeholder-aqua-400:-ms-input-placeholder {
  color: #71dcef;
}

.placeholder-aqua-400::-ms-input-placeholder {
  color: #71dcef;
}

.placeholder-aqua-400::placeholder {
  color: #71dcef;
}

.placeholder-aqua-500::-moz-placeholder {
  color: #52cfe5;
}

.placeholder-aqua-500:-ms-input-placeholder {
  color: #52cfe5;
}

.placeholder-aqua-500::-ms-input-placeholder {
  color: #52cfe5;
}

.placeholder-aqua-500::placeholder {
  color: #52cfe5;
}

.placeholder-aqua-600::-moz-placeholder {
  color: #2bb2ca;
}

.placeholder-aqua-600:-ms-input-placeholder {
  color: #2bb2ca;
}

.placeholder-aqua-600::-ms-input-placeholder {
  color: #2bb2ca;
}

.placeholder-aqua-600::placeholder {
  color: #2bb2ca;
}

.placeholder-aqua-700::-moz-placeholder {
  color: #2097ac;
}

.placeholder-aqua-700:-ms-input-placeholder {
  color: #2097ac;
}

.placeholder-aqua-700::-ms-input-placeholder {
  color: #2097ac;
}

.placeholder-aqua-700::placeholder {
  color: #2097ac;
}

.placeholder-aqua-800::-moz-placeholder {
  color: #1c7382;
}

.placeholder-aqua-800:-ms-input-placeholder {
  color: #1c7382;
}

.placeholder-aqua-800::-ms-input-placeholder {
  color: #1c7382;
}

.placeholder-aqua-800::placeholder {
  color: #1c7382;
}

.placeholder-aqua-900::-moz-placeholder {
  color: #155460;
}

.placeholder-aqua-900:-ms-input-placeholder {
  color: #155460;
}

.placeholder-aqua-900::-ms-input-placeholder {
  color: #155460;
}

.placeholder-aqua-900::placeholder {
  color: #155460;
}

.placeholder-blue-100::-moz-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100:-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::-ms-input-placeholder {
  color: #ebf8ff;
}

.placeholder-blue-100::placeholder {
  color: #ebf8ff;
}

.placeholder-blue-200::-moz-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200:-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::-ms-input-placeholder {
  color: #bee3f8;
}

.placeholder-blue-200::placeholder {
  color: #bee3f8;
}

.placeholder-blue-300::-moz-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300:-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::-ms-input-placeholder {
  color: #90cdf4;
}

.placeholder-blue-300::placeholder {
  color: #90cdf4;
}

.placeholder-blue-400::-moz-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400:-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::-ms-input-placeholder {
  color: #63b3ed;
}

.placeholder-blue-400::placeholder {
  color: #63b3ed;
}

.placeholder-blue-500::-moz-placeholder {
  color: #4299e1;
}

.placeholder-blue-500:-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::-ms-input-placeholder {
  color: #4299e1;
}

.placeholder-blue-500::placeholder {
  color: #4299e1;
}

.placeholder-blue-600::-moz-placeholder {
  color: #3182ce;
}

.placeholder-blue-600:-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::-ms-input-placeholder {
  color: #3182ce;
}

.placeholder-blue-600::placeholder {
  color: #3182ce;
}

.placeholder-blue-700::-moz-placeholder {
  color: #006eb5;
}

.placeholder-blue-700:-ms-input-placeholder {
  color: #006eb5;
}

.placeholder-blue-700::-ms-input-placeholder {
  color: #006eb5;
}

.placeholder-blue-700::placeholder {
  color: #006eb5;
}

.placeholder-blue-800::-moz-placeholder {
  color: #22547c;
}

.placeholder-blue-800:-ms-input-placeholder {
  color: #22547c;
}

.placeholder-blue-800::-ms-input-placeholder {
  color: #22547c;
}

.placeholder-blue-800::placeholder {
  color: #22547c;
}

.placeholder-blue-900::-moz-placeholder {
  color: #2b435a;
}

.placeholder-blue-900:-ms-input-placeholder {
  color: #2b435a;
}

.placeholder-blue-900::-ms-input-placeholder {
  color: #2b435a;
}

.placeholder-blue-900::placeholder {
  color: #2b435a;
}

.placeholder-purple-100::-moz-placeholder {
  color: #fcf5ff;
}

.placeholder-purple-100:-ms-input-placeholder {
  color: #fcf5ff;
}

.placeholder-purple-100::-ms-input-placeholder {
  color: #fcf5ff;
}

.placeholder-purple-100::placeholder {
  color: #fcf5ff;
}

.placeholder-purple-200::-moz-placeholder {
  color: #f1d8fd;
}

.placeholder-purple-200:-ms-input-placeholder {
  color: #f1d8fd;
}

.placeholder-purple-200::-ms-input-placeholder {
  color: #f1d8fd;
}

.placeholder-purple-200::placeholder {
  color: #f1d8fd;
}

.placeholder-purple-300::-moz-placeholder {
  color: #dbbcfa;
}

.placeholder-purple-300:-ms-input-placeholder {
  color: #dbbcfa;
}

.placeholder-purple-300::-ms-input-placeholder {
  color: #dbbcfa;
}

.placeholder-purple-300::placeholder {
  color: #dbbcfa;
}

.placeholder-purple-400::-moz-placeholder {
  color: #cd82f2;
}

.placeholder-purple-400:-ms-input-placeholder {
  color: #cd82f2;
}

.placeholder-purple-400::-ms-input-placeholder {
  color: #cd82f2;
}

.placeholder-purple-400::placeholder {
  color: #cd82f2;
}

.placeholder-purple-500::-moz-placeholder {
  color: #b26dd5;
}

.placeholder-purple-500:-ms-input-placeholder {
  color: #b26dd5;
}

.placeholder-purple-500::-ms-input-placeholder {
  color: #b26dd5;
}

.placeholder-purple-500::placeholder {
  color: #b26dd5;
}

.placeholder-purple-600::-moz-placeholder {
  color: #904eb1;
}

.placeholder-purple-600:-ms-input-placeholder {
  color: #904eb1;
}

.placeholder-purple-600::-ms-input-placeholder {
  color: #904eb1;
}

.placeholder-purple-600::placeholder {
  color: #904eb1;
}

.placeholder-purple-700::-moz-placeholder {
  color: #824091;
}

.placeholder-purple-700:-ms-input-placeholder {
  color: #824091;
}

.placeholder-purple-700::-ms-input-placeholder {
  color: #824091;
}

.placeholder-purple-700::placeholder {
  color: #824091;
}

.placeholder-purple-800::-moz-placeholder {
  color: #743582;
}

.placeholder-purple-800:-ms-input-placeholder {
  color: #743582;
}

.placeholder-purple-800::-ms-input-placeholder {
  color: #743582;
}

.placeholder-purple-800::placeholder {
  color: #743582;
}

.placeholder-purple-900::-moz-placeholder {
  color: #4a2353;
}

.placeholder-purple-900:-ms-input-placeholder {
  color: #4a2353;
}

.placeholder-purple-900::-ms-input-placeholder {
  color: #4a2353;
}

.placeholder-purple-900::placeholder {
  color: #4a2353;
}

.placeholder-tan-100::-moz-placeholder {
  color: #f6f2e9;
}

.placeholder-tan-100:-ms-input-placeholder {
  color: #f6f2e9;
}

.placeholder-tan-100::-ms-input-placeholder {
  color: #f6f2e9;
}

.placeholder-tan-100::placeholder {
  color: #f6f2e9;
}

.placeholder-tan-200::-moz-placeholder {
  color: #eee7d8;
}

.placeholder-tan-200:-ms-input-placeholder {
  color: #eee7d8;
}

.placeholder-tan-200::-ms-input-placeholder {
  color: #eee7d8;
}

.placeholder-tan-200::placeholder {
  color: #eee7d8;
}

.placeholder-tan-300::-moz-placeholder {
  color: #e7ddc5;
}

.placeholder-tan-300:-ms-input-placeholder {
  color: #e7ddc5;
}

.placeholder-tan-300::-ms-input-placeholder {
  color: #e7ddc5;
}

.placeholder-tan-300::placeholder {
  color: #e7ddc5;
}

.placeholder-tan-400::-moz-placeholder {
  color: #e5d4ab;
}

.placeholder-tan-400:-ms-input-placeholder {
  color: #e5d4ab;
}

.placeholder-tan-400::-ms-input-placeholder {
  color: #e5d4ab;
}

.placeholder-tan-400::placeholder {
  color: #e5d4ab;
}

.placeholder-tan-500::-moz-placeholder {
  color: #dec891;
}

.placeholder-tan-500:-ms-input-placeholder {
  color: #dec891;
}

.placeholder-tan-500::-ms-input-placeholder {
  color: #dec891;
}

.placeholder-tan-500::placeholder {
  color: #dec891;
}

.placeholder-tan-600::-moz-placeholder {
  color: #c3ac74;
}

.placeholder-tan-600:-ms-input-placeholder {
  color: #c3ac74;
}

.placeholder-tan-600::-ms-input-placeholder {
  color: #c3ac74;
}

.placeholder-tan-600::placeholder {
  color: #c3ac74;
}

.placeholder-tan-700::-moz-placeholder {
  color: #9a8451;
}

.placeholder-tan-700:-ms-input-placeholder {
  color: #9a8451;
}

.placeholder-tan-700::-ms-input-placeholder {
  color: #9a8451;
}

.placeholder-tan-700::placeholder {
  color: #9a8451;
}

.placeholder-tan-800::-moz-placeholder {
  color: #685936;
}

.placeholder-tan-800:-ms-input-placeholder {
  color: #685936;
}

.placeholder-tan-800::-ms-input-placeholder {
  color: #685936;
}

.placeholder-tan-800::placeholder {
  color: #685936;
}

.placeholder-tan-900::-moz-placeholder {
  color: #574c33;
}

.placeholder-tan-900:-ms-input-placeholder {
  color: #574c33;
}

.placeholder-tan-900::-ms-input-placeholder {
  color: #574c33;
}

.placeholder-tan-900::placeholder {
  color: #574c33;
}

.placeholder-gold-500::-moz-placeholder {
  color: #a4804a;
}

.placeholder-gold-500:-ms-input-placeholder {
  color: #a4804a;
}

.placeholder-gold-500::-ms-input-placeholder {
  color: #a4804a;
}

.placeholder-gold-500::placeholder {
  color: #a4804a;
}

.placeholder-silver-500::-moz-placeholder {
  color: #8a8d8f;
}

.placeholder-silver-500:-ms-input-placeholder {
  color: #8a8d8f;
}

.placeholder-silver-500::-ms-input-placeholder {
  color: #8a8d8f;
}

.placeholder-silver-500::placeholder {
  color: #8a8d8f;
}

.focus\:placeholder-transparent:focus::-moz-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus:-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::-ms-input-placeholder {
  color: transparent;
}

.focus\:placeholder-transparent:focus::placeholder {
  color: transparent;
}

.focus\:placeholder-white:focus::-moz-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus:-ms-input-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus::-ms-input-placeholder {
  color: #ffffff;
}

.focus\:placeholder-white:focus::placeholder {
  color: #ffffff;
}

.focus\:placeholder-white-semi-9:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.focus\:placeholder-white-semi-9:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.focus\:placeholder-white-semi-9:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.focus\:placeholder-white-semi-9:focus::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.focus\:placeholder-white-semi-8:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-semi-8:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-semi-8:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-semi-8:focus::placeholder {
  color: rgba(255, 255, 255, 0.8);
}

.focus\:placeholder-white-semi-7:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.focus\:placeholder-white-semi-7:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.focus\:placeholder-white-semi-7:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.focus\:placeholder-white-semi-7:focus::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.focus\:placeholder-white-semi-6:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.focus\:placeholder-white-semi-6:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.focus\:placeholder-white-semi-6:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.focus\:placeholder-white-semi-6:focus::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.focus\:placeholder-white-semi-5:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.focus\:placeholder-white-semi-5:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.focus\:placeholder-white-semi-5:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.focus\:placeholder-white-semi-5:focus::placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.focus\:placeholder-white-semi-4:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.focus\:placeholder-white-semi-4:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.focus\:placeholder-white-semi-4:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.focus\:placeholder-white-semi-4:focus::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.focus\:placeholder-white-semi-3:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.focus\:placeholder-white-semi-3:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.focus\:placeholder-white-semi-3:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.focus\:placeholder-white-semi-3:focus::placeholder {
  color: rgba(255, 255, 255, 0.3);
}

.focus\:placeholder-white-semi-2:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.focus\:placeholder-white-semi-2:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.focus\:placeholder-white-semi-2:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.focus\:placeholder-white-semi-2:focus::placeholder {
  color: rgba(255, 255, 255, 0.2);
}

.focus\:placeholder-white-semi-1:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.focus\:placeholder-white-semi-1:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.focus\:placeholder-white-semi-1:focus::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.focus\:placeholder-white-semi-1:focus::placeholder {
  color: rgba(255, 255, 255, 0.1);
}

.focus\:placeholder-black:focus::-moz-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus:-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::-ms-input-placeholder {
  color: #000;
}

.focus\:placeholder-black:focus::placeholder {
  color: #000;
}

.focus\:placeholder-black-semi-9:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.focus\:placeholder-black-semi-9:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.focus\:placeholder-black-semi-9:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.focus\:placeholder-black-semi-9:focus::placeholder {
  color: rgba(0, 0, 0, 0.9);
}

.focus\:placeholder-black-semi-8:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-semi-8:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-semi-8:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-semi-8:focus::placeholder {
  color: rgba(0, 0, 0, 0.8);
}

.focus\:placeholder-black-semi-7:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.focus\:placeholder-black-semi-7:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.focus\:placeholder-black-semi-7:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.focus\:placeholder-black-semi-7:focus::placeholder {
  color: rgba(0, 0, 0, 0.7);
}

.focus\:placeholder-black-semi-6:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.focus\:placeholder-black-semi-6:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.focus\:placeholder-black-semi-6:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.focus\:placeholder-black-semi-6:focus::placeholder {
  color: rgba(0, 0, 0, 0.6);
}

.focus\:placeholder-black-semi-5:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-semi-5:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-semi-5:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-semi-5:focus::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.focus\:placeholder-black-semi-4:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.focus\:placeholder-black-semi-4:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.focus\:placeholder-black-semi-4:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.focus\:placeholder-black-semi-4:focus::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.focus\:placeholder-black-semi-3:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-semi-3:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-semi-3:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-semi-3:focus::placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.focus\:placeholder-black-semi-2:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.focus\:placeholder-black-semi-2:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.focus\:placeholder-black-semi-2:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.focus\:placeholder-black-semi-2:focus::placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.focus\:placeholder-black-semi-1:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.focus\:placeholder-black-semi-1:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.focus\:placeholder-black-semi-1:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.focus\:placeholder-black-semi-1:focus::placeholder {
  color: rgba(0, 0, 0, 0.1);
}

.focus\:placeholder-gray-100:focus::-moz-placeholder {
  color: #f7f7f7;
}

.focus\:placeholder-gray-100:focus:-ms-input-placeholder {
  color: #f7f7f7;
}

.focus\:placeholder-gray-100:focus::-ms-input-placeholder {
  color: #f7f7f7;
}

.focus\:placeholder-gray-100:focus::placeholder {
  color: #f7f7f7;
}

.focus\:placeholder-gray-200:focus::-moz-placeholder {
  color: #ebebeb;
}

.focus\:placeholder-gray-200:focus:-ms-input-placeholder {
  color: #ebebeb;
}

.focus\:placeholder-gray-200:focus::-ms-input-placeholder {
  color: #ebebeb;
}

.focus\:placeholder-gray-200:focus::placeholder {
  color: #ebebeb;
}

.focus\:placeholder-gray-300:focus::-moz-placeholder {
  color: #d0d0d0;
}

.focus\:placeholder-gray-300:focus:-ms-input-placeholder {
  color: #d0d0d0;
}

.focus\:placeholder-gray-300:focus::-ms-input-placeholder {
  color: #d0d0d0;
}

.focus\:placeholder-gray-300:focus::placeholder {
  color: #d0d0d0;
}

.focus\:placeholder-gray-400:focus::-moz-placeholder {
  color: #b8b8b8;
}

.focus\:placeholder-gray-400:focus:-ms-input-placeholder {
  color: #b8b8b8;
}

.focus\:placeholder-gray-400:focus::-ms-input-placeholder {
  color: #b8b8b8;
}

.focus\:placeholder-gray-400:focus::placeholder {
  color: #b8b8b8;
}

.focus\:placeholder-gray-500:focus::-moz-placeholder {
  color: #9e9e9e;
}

.focus\:placeholder-gray-500:focus:-ms-input-placeholder {
  color: #9e9e9e;
}

.focus\:placeholder-gray-500:focus::-ms-input-placeholder {
  color: #9e9e9e;
}

.focus\:placeholder-gray-500:focus::placeholder {
  color: #9e9e9e;
}

.focus\:placeholder-gray-600:focus::-moz-placeholder {
  color: #666666;
}

.focus\:placeholder-gray-600:focus:-ms-input-placeholder {
  color: #666666;
}

.focus\:placeholder-gray-600:focus::-ms-input-placeholder {
  color: #666666;
}

.focus\:placeholder-gray-600:focus::placeholder {
  color: #666666;
}

.focus\:placeholder-gray-700:focus::-moz-placeholder {
  color: #525252;
}

.focus\:placeholder-gray-700:focus:-ms-input-placeholder {
  color: #525252;
}

.focus\:placeholder-gray-700:focus::-ms-input-placeholder {
  color: #525252;
}

.focus\:placeholder-gray-700:focus::placeholder {
  color: #525252;
}

.focus\:placeholder-gray-800:focus::-moz-placeholder {
  color: #333333;
}

.focus\:placeholder-gray-800:focus:-ms-input-placeholder {
  color: #333333;
}

.focus\:placeholder-gray-800:focus::-ms-input-placeholder {
  color: #333333;
}

.focus\:placeholder-gray-800:focus::placeholder {
  color: #333333;
}

.focus\:placeholder-gray-900:focus::-moz-placeholder {
  color: #1f1f1f;
}

.focus\:placeholder-gray-900:focus:-ms-input-placeholder {
  color: #1f1f1f;
}

.focus\:placeholder-gray-900:focus::-ms-input-placeholder {
  color: #1f1f1f;
}

.focus\:placeholder-gray-900:focus::placeholder {
  color: #1f1f1f;
}

.focus\:placeholder-gray-warm-100:focus::-moz-placeholder {
  color: #f4f2f0;
}

.focus\:placeholder-gray-warm-100:focus:-ms-input-placeholder {
  color: #f4f2f0;
}

.focus\:placeholder-gray-warm-100:focus::-ms-input-placeholder {
  color: #f4f2f0;
}

.focus\:placeholder-gray-warm-100:focus::placeholder {
  color: #f4f2f0;
}

.focus\:placeholder-gray-warm-200:focus::-moz-placeholder {
  color: #e9e6e2;
}

.focus\:placeholder-gray-warm-200:focus:-ms-input-placeholder {
  color: #e9e6e2;
}

.focus\:placeholder-gray-warm-200:focus::-ms-input-placeholder {
  color: #e9e6e2;
}

.focus\:placeholder-gray-warm-200:focus::placeholder {
  color: #e9e6e2;
}

.focus\:placeholder-gray-warm-300:focus::-moz-placeholder {
  color: #dfdad4;
}

.focus\:placeholder-gray-warm-300:focus:-ms-input-placeholder {
  color: #dfdad4;
}

.focus\:placeholder-gray-warm-300:focus::-ms-input-placeholder {
  color: #dfdad4;
}

.focus\:placeholder-gray-warm-300:focus::placeholder {
  color: #dfdad4;
}

.focus\:placeholder-gray-warm-400:focus::-moz-placeholder {
  color: #cfc7bf;
}

.focus\:placeholder-gray-warm-400:focus:-ms-input-placeholder {
  color: #cfc7bf;
}

.focus\:placeholder-gray-warm-400:focus::-ms-input-placeholder {
  color: #cfc7bf;
}

.focus\:placeholder-gray-warm-400:focus::placeholder {
  color: #cfc7bf;
}

.focus\:placeholder-gray-warm-500:focus::-moz-placeholder {
  color: #c2bab3;
}

.focus\:placeholder-gray-warm-500:focus:-ms-input-placeholder {
  color: #c2bab3;
}

.focus\:placeholder-gray-warm-500:focus::-ms-input-placeholder {
  color: #c2bab3;
}

.focus\:placeholder-gray-warm-500:focus::placeholder {
  color: #c2bab3;
}

.focus\:placeholder-gray-warm-600:focus::-moz-placeholder {
  color: #b3aca8;
}

.focus\:placeholder-gray-warm-600:focus:-ms-input-placeholder {
  color: #b3aca8;
}

.focus\:placeholder-gray-warm-600:focus::-ms-input-placeholder {
  color: #b3aca8;
}

.focus\:placeholder-gray-warm-600:focus::placeholder {
  color: #b3aca8;
}

.focus\:placeholder-gray-warm-700:focus::-moz-placeholder {
  color: #a19994;
}

.focus\:placeholder-gray-warm-700:focus:-ms-input-placeholder {
  color: #a19994;
}

.focus\:placeholder-gray-warm-700:focus::-ms-input-placeholder {
  color: #a19994;
}

.focus\:placeholder-gray-warm-700:focus::placeholder {
  color: #a19994;
}

.focus\:placeholder-gray-warm-800:focus::-moz-placeholder {
  color: #63544b;
}

.focus\:placeholder-gray-warm-800:focus:-ms-input-placeholder {
  color: #63544b;
}

.focus\:placeholder-gray-warm-800:focus::-ms-input-placeholder {
  color: #63544b;
}

.focus\:placeholder-gray-warm-800:focus::placeholder {
  color: #63544b;
}

.focus\:placeholder-gray-warm-900:focus::-moz-placeholder {
  color: #3f3731;
}

.focus\:placeholder-gray-warm-900:focus:-ms-input-placeholder {
  color: #3f3731;
}

.focus\:placeholder-gray-warm-900:focus::-ms-input-placeholder {
  color: #3f3731;
}

.focus\:placeholder-gray-warm-900:focus::placeholder {
  color: #3f3731;
}

.focus\:placeholder-gray-cool-100:focus::-moz-placeholder {
  color: #f3f4f7;
}

.focus\:placeholder-gray-cool-100:focus:-ms-input-placeholder {
  color: #f3f4f7;
}

.focus\:placeholder-gray-cool-100:focus::-ms-input-placeholder {
  color: #f3f4f7;
}

.focus\:placeholder-gray-cool-100:focus::placeholder {
  color: #f3f4f7;
}

.focus\:placeholder-gray-cool-200:focus::-moz-placeholder {
  color: #e9edf1;
}

.focus\:placeholder-gray-cool-200:focus:-ms-input-placeholder {
  color: #e9edf1;
}

.focus\:placeholder-gray-cool-200:focus::-ms-input-placeholder {
  color: #e9edf1;
}

.focus\:placeholder-gray-cool-200:focus::placeholder {
  color: #e9edf1;
}

.focus\:placeholder-gray-cool-300:focus::-moz-placeholder {
  color: #d5dde6;
}

.focus\:placeholder-gray-cool-300:focus:-ms-input-placeholder {
  color: #d5dde6;
}

.focus\:placeholder-gray-cool-300:focus::-ms-input-placeholder {
  color: #d5dde6;
}

.focus\:placeholder-gray-cool-300:focus::placeholder {
  color: #d5dde6;
}

.focus\:placeholder-gray-cool-400:focus::-moz-placeholder {
  color: #bcc5d2;
}

.focus\:placeholder-gray-cool-400:focus:-ms-input-placeholder {
  color: #bcc5d2;
}

.focus\:placeholder-gray-cool-400:focus::-ms-input-placeholder {
  color: #bcc5d2;
}

.focus\:placeholder-gray-cool-400:focus::placeholder {
  color: #bcc5d2;
}

.focus\:placeholder-gray-cool-500:focus::-moz-placeholder {
  color: #99a3b0;
}

.focus\:placeholder-gray-cool-500:focus:-ms-input-placeholder {
  color: #99a3b0;
}

.focus\:placeholder-gray-cool-500:focus::-ms-input-placeholder {
  color: #99a3b0;
}

.focus\:placeholder-gray-cool-500:focus::placeholder {
  color: #99a3b0;
}

.focus\:placeholder-gray-cool-600:focus::-moz-placeholder {
  color: #8d95a0;
}

.focus\:placeholder-gray-cool-600:focus:-ms-input-placeholder {
  color: #8d95a0;
}

.focus\:placeholder-gray-cool-600:focus::-ms-input-placeholder {
  color: #8d95a0;
}

.focus\:placeholder-gray-cool-600:focus::placeholder {
  color: #8d95a0;
}

.focus\:placeholder-gray-cool-700:focus::-moz-placeholder {
  color: #7e848b;
}

.focus\:placeholder-gray-cool-700:focus:-ms-input-placeholder {
  color: #7e848b;
}

.focus\:placeholder-gray-cool-700:focus::-ms-input-placeholder {
  color: #7e848b;
}

.focus\:placeholder-gray-cool-700:focus::placeholder {
  color: #7e848b;
}

.focus\:placeholder-gray-cool-800:focus::-moz-placeholder {
  color: #686d73;
}

.focus\:placeholder-gray-cool-800:focus:-ms-input-placeholder {
  color: #686d73;
}

.focus\:placeholder-gray-cool-800:focus::-ms-input-placeholder {
  color: #686d73;
}

.focus\:placeholder-gray-cool-800:focus::placeholder {
  color: #686d73;
}

.focus\:placeholder-gray-cool-900:focus::-moz-placeholder {
  color: #50565e;
}

.focus\:placeholder-gray-cool-900:focus:-ms-input-placeholder {
  color: #50565e;
}

.focus\:placeholder-gray-cool-900:focus::-ms-input-placeholder {
  color: #50565e;
}

.focus\:placeholder-gray-cool-900:focus::placeholder {
  color: #50565e;
}

.focus\:placeholder-red-100:focus::-moz-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus:-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::-ms-input-placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-100:focus::placeholder {
  color: #fff5f5;
}

.focus\:placeholder-red-200:focus::-moz-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus:-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::-ms-input-placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-200:focus::placeholder {
  color: #fed7d7;
}

.focus\:placeholder-red-300:focus::-moz-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus:-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::-ms-input-placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-300:focus::placeholder {
  color: #feb2b2;
}

.focus\:placeholder-red-400:focus::-moz-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus:-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::-ms-input-placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-400:focus::placeholder {
  color: #fc8181;
}

.focus\:placeholder-red-500:focus::-moz-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus:-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::-ms-input-placeholder {
  color: #f56565;
}

.focus\:placeholder-red-500:focus::placeholder {
  color: #f56565;
}

.focus\:placeholder-red-600:focus::-moz-placeholder {
  color: #e21d2f;
}

.focus\:placeholder-red-600:focus:-ms-input-placeholder {
  color: #e21d2f;
}

.focus\:placeholder-red-600:focus::-ms-input-placeholder {
  color: #e21d2f;
}

.focus\:placeholder-red-600:focus::placeholder {
  color: #e21d2f;
}

.focus\:placeholder-red-700:focus::-moz-placeholder {
  color: #d41b2c;
}

.focus\:placeholder-red-700:focus:-ms-input-placeholder {
  color: #d41b2c;
}

.focus\:placeholder-red-700:focus::-ms-input-placeholder {
  color: #d41b2c;
}

.focus\:placeholder-red-700:focus::placeholder {
  color: #d41b2c;
}

.focus\:placeholder-red-800:focus::-moz-placeholder {
  color: #c61929;
}

.focus\:placeholder-red-800:focus:-ms-input-placeholder {
  color: #c61929;
}

.focus\:placeholder-red-800:focus::-ms-input-placeholder {
  color: #c61929;
}

.focus\:placeholder-red-800:focus::placeholder {
  color: #c61929;
}

.focus\:placeholder-red-900:focus::-moz-placeholder {
  color: #873138;
}

.focus\:placeholder-red-900:focus:-ms-input-placeholder {
  color: #873138;
}

.focus\:placeholder-red-900:focus::-ms-input-placeholder {
  color: #873138;
}

.focus\:placeholder-red-900:focus::placeholder {
  color: #873138;
}

.focus\:placeholder-orange-100:focus::-moz-placeholder {
  color: #fff4f0;
}

.focus\:placeholder-orange-100:focus:-ms-input-placeholder {
  color: #fff4f0;
}

.focus\:placeholder-orange-100:focus::-ms-input-placeholder {
  color: #fff4f0;
}

.focus\:placeholder-orange-100:focus::placeholder {
  color: #fff4f0;
}

.focus\:placeholder-orange-200:focus::-moz-placeholder {
  color: #fed8c8;
}

.focus\:placeholder-orange-200:focus:-ms-input-placeholder {
  color: #fed8c8;
}

.focus\:placeholder-orange-200:focus::-ms-input-placeholder {
  color: #fed8c8;
}

.focus\:placeholder-orange-200:focus::placeholder {
  color: #fed8c8;
}

.focus\:placeholder-orange-300:focus::-moz-placeholder {
  color: #fcb99c;
}

.focus\:placeholder-orange-300:focus:-ms-input-placeholder {
  color: #fcb99c;
}

.focus\:placeholder-orange-300:focus::-ms-input-placeholder {
  color: #fcb99c;
}

.focus\:placeholder-orange-300:focus::placeholder {
  color: #fcb99c;
}

.focus\:placeholder-orange-400:focus::-moz-placeholder {
  color: #fd9568;
}

.focus\:placeholder-orange-400:focus:-ms-input-placeholder {
  color: #fd9568;
}

.focus\:placeholder-orange-400:focus::-ms-input-placeholder {
  color: #fd9568;
}

.focus\:placeholder-orange-400:focus::placeholder {
  color: #fd9568;
}

.focus\:placeholder-orange-500:focus::-moz-placeholder {
  color: #ff854f;
}

.focus\:placeholder-orange-500:focus:-ms-input-placeholder {
  color: #ff854f;
}

.focus\:placeholder-orange-500:focus::-ms-input-placeholder {
  color: #ff854f;
}

.focus\:placeholder-orange-500:focus::placeholder {
  color: #ff854f;
}

.focus\:placeholder-orange-600:focus::-moz-placeholder {
  color: #e66833;
}

.focus\:placeholder-orange-600:focus:-ms-input-placeholder {
  color: #e66833;
}

.focus\:placeholder-orange-600:focus::-ms-input-placeholder {
  color: #e66833;
}

.focus\:placeholder-orange-600:focus::placeholder {
  color: #e66833;
}

.focus\:placeholder-orange-700:focus::-moz-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus:-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::-ms-input-placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-700:focus::placeholder {
  color: #c05621;
}

.focus\:placeholder-orange-800:focus::-moz-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus:-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::-ms-input-placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-800:focus::placeholder {
  color: #9c4221;
}

.focus\:placeholder-orange-900:focus::-moz-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus:-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::-ms-input-placeholder {
  color: #7b341e;
}

.focus\:placeholder-orange-900:focus::placeholder {
  color: #7b341e;
}

.focus\:placeholder-yellow-100:focus::-moz-placeholder {
  color: #fdf6e7;
}

.focus\:placeholder-yellow-100:focus:-ms-input-placeholder {
  color: #fdf6e7;
}

.focus\:placeholder-yellow-100:focus::-ms-input-placeholder {
  color: #fdf6e7;
}

.focus\:placeholder-yellow-100:focus::placeholder {
  color: #fdf6e7;
}

.focus\:placeholder-yellow-200:focus::-moz-placeholder {
  color: #fee9bf;
}

.focus\:placeholder-yellow-200:focus:-ms-input-placeholder {
  color: #fee9bf;
}

.focus\:placeholder-yellow-200:focus::-ms-input-placeholder {
  color: #fee9bf;
}

.focus\:placeholder-yellow-200:focus::placeholder {
  color: #fee9bf;
}

.focus\:placeholder-yellow-300:focus::-moz-placeholder {
  color: #fbd893;
}

.focus\:placeholder-yellow-300:focus:-ms-input-placeholder {
  color: #fbd893;
}

.focus\:placeholder-yellow-300:focus::-ms-input-placeholder {
  color: #fbd893;
}

.focus\:placeholder-yellow-300:focus::placeholder {
  color: #fbd893;
}

.focus\:placeholder-yellow-400:focus::-moz-placeholder {
  color: #fcc85f;
}

.focus\:placeholder-yellow-400:focus:-ms-input-placeholder {
  color: #fcc85f;
}

.focus\:placeholder-yellow-400:focus::-ms-input-placeholder {
  color: #fcc85f;
}

.focus\:placeholder-yellow-400:focus::placeholder {
  color: #fcc85f;
}

.focus\:placeholder-yellow-500:focus::-moz-placeholder {
  color: #ffbf3d;
}

.focus\:placeholder-yellow-500:focus:-ms-input-placeholder {
  color: #ffbf3d;
}

.focus\:placeholder-yellow-500:focus::-ms-input-placeholder {
  color: #ffbf3d;
}

.focus\:placeholder-yellow-500:focus::placeholder {
  color: #ffbf3d;
}

.focus\:placeholder-yellow-600:focus::-moz-placeholder {
  color: #e7a41d;
}

.focus\:placeholder-yellow-600:focus:-ms-input-placeholder {
  color: #e7a41d;
}

.focus\:placeholder-yellow-600:focus::-ms-input-placeholder {
  color: #e7a41d;
}

.focus\:placeholder-yellow-600:focus::placeholder {
  color: #e7a41d;
}

.focus\:placeholder-yellow-700:focus::-moz-placeholder {
  color: #b7841f;
}

.focus\:placeholder-yellow-700:focus:-ms-input-placeholder {
  color: #b7841f;
}

.focus\:placeholder-yellow-700:focus::-ms-input-placeholder {
  color: #b7841f;
}

.focus\:placeholder-yellow-700:focus::placeholder {
  color: #b7841f;
}

.focus\:placeholder-yellow-800:focus::-moz-placeholder {
  color: #976c16;
}

.focus\:placeholder-yellow-800:focus:-ms-input-placeholder {
  color: #976c16;
}

.focus\:placeholder-yellow-800:focus::-ms-input-placeholder {
  color: #976c16;
}

.focus\:placeholder-yellow-800:focus::placeholder {
  color: #976c16;
}

.focus\:placeholder-yellow-900:focus::-moz-placeholder {
  color: #745310;
}

.focus\:placeholder-yellow-900:focus:-ms-input-placeholder {
  color: #745310;
}

.focus\:placeholder-yellow-900:focus::-ms-input-placeholder {
  color: #745310;
}

.focus\:placeholder-yellow-900:focus::placeholder {
  color: #745310;
}

.focus\:placeholder-green-100:focus::-moz-placeholder {
  color: #f9fce9;
}

.focus\:placeholder-green-100:focus:-ms-input-placeholder {
  color: #f9fce9;
}

.focus\:placeholder-green-100:focus::-ms-input-placeholder {
  color: #f9fce9;
}

.focus\:placeholder-green-100:focus::placeholder {
  color: #f9fce9;
}

.focus\:placeholder-green-200:focus::-moz-placeholder {
  color: #e5f396;
}

.focus\:placeholder-green-200:focus:-ms-input-placeholder {
  color: #e5f396;
}

.focus\:placeholder-green-200:focus::-ms-input-placeholder {
  color: #e5f396;
}

.focus\:placeholder-green-200:focus::placeholder {
  color: #e5f396;
}

.focus\:placeholder-green-300:focus::-moz-placeholder {
  color: #d0e656;
}

.focus\:placeholder-green-300:focus:-ms-input-placeholder {
  color: #d0e656;
}

.focus\:placeholder-green-300:focus::-ms-input-placeholder {
  color: #d0e656;
}

.focus\:placeholder-green-300:focus::placeholder {
  color: #d0e656;
}

.focus\:placeholder-green-400:focus::-moz-placeholder {
  color: #badb00;
}

.focus\:placeholder-green-400:focus:-ms-input-placeholder {
  color: #badb00;
}

.focus\:placeholder-green-400:focus::-ms-input-placeholder {
  color: #badb00;
}

.focus\:placeholder-green-400:focus::placeholder {
  color: #badb00;
}

.focus\:placeholder-green-500:focus::-moz-placeholder {
  color: #acca07;
}

.focus\:placeholder-green-500:focus:-ms-input-placeholder {
  color: #acca07;
}

.focus\:placeholder-green-500:focus::-ms-input-placeholder {
  color: #acca07;
}

.focus\:placeholder-green-500:focus::placeholder {
  color: #acca07;
}

.focus\:placeholder-green-600:focus::-moz-placeholder {
  color: #99b305;
}

.focus\:placeholder-green-600:focus:-ms-input-placeholder {
  color: #99b305;
}

.focus\:placeholder-green-600:focus::-ms-input-placeholder {
  color: #99b305;
}

.focus\:placeholder-green-600:focus::placeholder {
  color: #99b305;
}

.focus\:placeholder-green-700:focus::-moz-placeholder {
  color: #869e00;
}

.focus\:placeholder-green-700:focus:-ms-input-placeholder {
  color: #869e00;
}

.focus\:placeholder-green-700:focus::-ms-input-placeholder {
  color: #869e00;
}

.focus\:placeholder-green-700:focus::placeholder {
  color: #869e00;
}

.focus\:placeholder-green-800:focus::-moz-placeholder {
  color: #546727;
}

.focus\:placeholder-green-800:focus:-ms-input-placeholder {
  color: #546727;
}

.focus\:placeholder-green-800:focus::-ms-input-placeholder {
  color: #546727;
}

.focus\:placeholder-green-800:focus::placeholder {
  color: #546727;
}

.focus\:placeholder-green-900:focus::-moz-placeholder {
  color: #394a12;
}

.focus\:placeholder-green-900:focus:-ms-input-placeholder {
  color: #394a12;
}

.focus\:placeholder-green-900:focus::-ms-input-placeholder {
  color: #394a12;
}

.focus\:placeholder-green-900:focus::placeholder {
  color: #394a12;
}

.focus\:placeholder-teal-100:focus::-moz-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus:-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::-ms-input-placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-100:focus::placeholder {
  color: #e6fffa;
}

.focus\:placeholder-teal-200:focus::-moz-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus:-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::-ms-input-placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-200:focus::placeholder {
  color: #b2f5ea;
}

.focus\:placeholder-teal-300:focus::-moz-placeholder {
  color: #7beadc;
}

.focus\:placeholder-teal-300:focus:-ms-input-placeholder {
  color: #7beadc;
}

.focus\:placeholder-teal-300:focus::-ms-input-placeholder {
  color: #7beadc;
}

.focus\:placeholder-teal-300:focus::placeholder {
  color: #7beadc;
}

.focus\:placeholder-teal-400:focus::-moz-placeholder {
  color: #00cfb5;
}

.focus\:placeholder-teal-400:focus:-ms-input-placeholder {
  color: #00cfb5;
}

.focus\:placeholder-teal-400:focus::-ms-input-placeholder {
  color: #00cfb5;
}

.focus\:placeholder-teal-400:focus::placeholder {
  color: #00cfb5;
}

.focus\:placeholder-teal-500:focus::-moz-placeholder {
  color: #3cbbaa;
}

.focus\:placeholder-teal-500:focus:-ms-input-placeholder {
  color: #3cbbaa;
}

.focus\:placeholder-teal-500:focus::-ms-input-placeholder {
  color: #3cbbaa;
}

.focus\:placeholder-teal-500:focus::placeholder {
  color: #3cbbaa;
}

.focus\:placeholder-teal-600:focus::-moz-placeholder {
  color: #319789;
}

.focus\:placeholder-teal-600:focus:-ms-input-placeholder {
  color: #319789;
}

.focus\:placeholder-teal-600:focus::-ms-input-placeholder {
  color: #319789;
}

.focus\:placeholder-teal-600:focus::placeholder {
  color: #319789;
}

.focus\:placeholder-teal-700:focus::-moz-placeholder {
  color: #2c7b70;
}

.focus\:placeholder-teal-700:focus:-ms-input-placeholder {
  color: #2c7b70;
}

.focus\:placeholder-teal-700:focus::-ms-input-placeholder {
  color: #2c7b70;
}

.focus\:placeholder-teal-700:focus::placeholder {
  color: #2c7b70;
}

.focus\:placeholder-teal-800:focus::-moz-placeholder {
  color: #286159;
}

.focus\:placeholder-teal-800:focus:-ms-input-placeholder {
  color: #286159;
}

.focus\:placeholder-teal-800:focus::-ms-input-placeholder {
  color: #286159;
}

.focus\:placeholder-teal-800:focus::placeholder {
  color: #286159;
}

.focus\:placeholder-teal-900:focus::-moz-placeholder {
  color: #23524c;
}

.focus\:placeholder-teal-900:focus:-ms-input-placeholder {
  color: #23524c;
}

.focus\:placeholder-teal-900:focus::-ms-input-placeholder {
  color: #23524c;
}

.focus\:placeholder-teal-900:focus::placeholder {
  color: #23524c;
}

.focus\:placeholder-aqua-100:focus::-moz-placeholder {
  color: #ebfcff;
}

.focus\:placeholder-aqua-100:focus:-ms-input-placeholder {
  color: #ebfcff;
}

.focus\:placeholder-aqua-100:focus::-ms-input-placeholder {
  color: #ebfcff;
}

.focus\:placeholder-aqua-100:focus::placeholder {
  color: #ebfcff;
}

.focus\:placeholder-aqua-200:focus::-moz-placeholder {
  color: #beeff8;
}

.focus\:placeholder-aqua-200:focus:-ms-input-placeholder {
  color: #beeff8;
}

.focus\:placeholder-aqua-200:focus::-ms-input-placeholder {
  color: #beeff8;
}

.focus\:placeholder-aqua-200:focus::placeholder {
  color: #beeff8;
}

.focus\:placeholder-aqua-300:focus::-moz-placeholder {
  color: #90e5f4;
}

.focus\:placeholder-aqua-300:focus:-ms-input-placeholder {
  color: #90e5f4;
}

.focus\:placeholder-aqua-300:focus::-ms-input-placeholder {
  color: #90e5f4;
}

.focus\:placeholder-aqua-300:focus::placeholder {
  color: #90e5f4;
}

.focus\:placeholder-aqua-400:focus::-moz-placeholder {
  color: #71dcef;
}

.focus\:placeholder-aqua-400:focus:-ms-input-placeholder {
  color: #71dcef;
}

.focus\:placeholder-aqua-400:focus::-ms-input-placeholder {
  color: #71dcef;
}

.focus\:placeholder-aqua-400:focus::placeholder {
  color: #71dcef;
}

.focus\:placeholder-aqua-500:focus::-moz-placeholder {
  color: #52cfe5;
}

.focus\:placeholder-aqua-500:focus:-ms-input-placeholder {
  color: #52cfe5;
}

.focus\:placeholder-aqua-500:focus::-ms-input-placeholder {
  color: #52cfe5;
}

.focus\:placeholder-aqua-500:focus::placeholder {
  color: #52cfe5;
}

.focus\:placeholder-aqua-600:focus::-moz-placeholder {
  color: #2bb2ca;
}

.focus\:placeholder-aqua-600:focus:-ms-input-placeholder {
  color: #2bb2ca;
}

.focus\:placeholder-aqua-600:focus::-ms-input-placeholder {
  color: #2bb2ca;
}

.focus\:placeholder-aqua-600:focus::placeholder {
  color: #2bb2ca;
}

.focus\:placeholder-aqua-700:focus::-moz-placeholder {
  color: #2097ac;
}

.focus\:placeholder-aqua-700:focus:-ms-input-placeholder {
  color: #2097ac;
}

.focus\:placeholder-aqua-700:focus::-ms-input-placeholder {
  color: #2097ac;
}

.focus\:placeholder-aqua-700:focus::placeholder {
  color: #2097ac;
}

.focus\:placeholder-aqua-800:focus::-moz-placeholder {
  color: #1c7382;
}

.focus\:placeholder-aqua-800:focus:-ms-input-placeholder {
  color: #1c7382;
}

.focus\:placeholder-aqua-800:focus::-ms-input-placeholder {
  color: #1c7382;
}

.focus\:placeholder-aqua-800:focus::placeholder {
  color: #1c7382;
}

.focus\:placeholder-aqua-900:focus::-moz-placeholder {
  color: #155460;
}

.focus\:placeholder-aqua-900:focus:-ms-input-placeholder {
  color: #155460;
}

.focus\:placeholder-aqua-900:focus::-ms-input-placeholder {
  color: #155460;
}

.focus\:placeholder-aqua-900:focus::placeholder {
  color: #155460;
}

.focus\:placeholder-blue-100:focus::-moz-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus:-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::-ms-input-placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-100:focus::placeholder {
  color: #ebf8ff;
}

.focus\:placeholder-blue-200:focus::-moz-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus:-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::-ms-input-placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-200:focus::placeholder {
  color: #bee3f8;
}

.focus\:placeholder-blue-300:focus::-moz-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus:-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::-ms-input-placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-300:focus::placeholder {
  color: #90cdf4;
}

.focus\:placeholder-blue-400:focus::-moz-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus:-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::-ms-input-placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-400:focus::placeholder {
  color: #63b3ed;
}

.focus\:placeholder-blue-500:focus::-moz-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus:-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::-ms-input-placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-500:focus::placeholder {
  color: #4299e1;
}

.focus\:placeholder-blue-600:focus::-moz-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus:-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::-ms-input-placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-600:focus::placeholder {
  color: #3182ce;
}

.focus\:placeholder-blue-700:focus::-moz-placeholder {
  color: #006eb5;
}

.focus\:placeholder-blue-700:focus:-ms-input-placeholder {
  color: #006eb5;
}

.focus\:placeholder-blue-700:focus::-ms-input-placeholder {
  color: #006eb5;
}

.focus\:placeholder-blue-700:focus::placeholder {
  color: #006eb5;
}

.focus\:placeholder-blue-800:focus::-moz-placeholder {
  color: #22547c;
}

.focus\:placeholder-blue-800:focus:-ms-input-placeholder {
  color: #22547c;
}

.focus\:placeholder-blue-800:focus::-ms-input-placeholder {
  color: #22547c;
}

.focus\:placeholder-blue-800:focus::placeholder {
  color: #22547c;
}

.focus\:placeholder-blue-900:focus::-moz-placeholder {
  color: #2b435a;
}

.focus\:placeholder-blue-900:focus:-ms-input-placeholder {
  color: #2b435a;
}

.focus\:placeholder-blue-900:focus::-ms-input-placeholder {
  color: #2b435a;
}

.focus\:placeholder-blue-900:focus::placeholder {
  color: #2b435a;
}

.focus\:placeholder-purple-100:focus::-moz-placeholder {
  color: #fcf5ff;
}

.focus\:placeholder-purple-100:focus:-ms-input-placeholder {
  color: #fcf5ff;
}

.focus\:placeholder-purple-100:focus::-ms-input-placeholder {
  color: #fcf5ff;
}

.focus\:placeholder-purple-100:focus::placeholder {
  color: #fcf5ff;
}

.focus\:placeholder-purple-200:focus::-moz-placeholder {
  color: #f1d8fd;
}

.focus\:placeholder-purple-200:focus:-ms-input-placeholder {
  color: #f1d8fd;
}

.focus\:placeholder-purple-200:focus::-ms-input-placeholder {
  color: #f1d8fd;
}

.focus\:placeholder-purple-200:focus::placeholder {
  color: #f1d8fd;
}

.focus\:placeholder-purple-300:focus::-moz-placeholder {
  color: #dbbcfa;
}

.focus\:placeholder-purple-300:focus:-ms-input-placeholder {
  color: #dbbcfa;
}

.focus\:placeholder-purple-300:focus::-ms-input-placeholder {
  color: #dbbcfa;
}

.focus\:placeholder-purple-300:focus::placeholder {
  color: #dbbcfa;
}

.focus\:placeholder-purple-400:focus::-moz-placeholder {
  color: #cd82f2;
}

.focus\:placeholder-purple-400:focus:-ms-input-placeholder {
  color: #cd82f2;
}

.focus\:placeholder-purple-400:focus::-ms-input-placeholder {
  color: #cd82f2;
}

.focus\:placeholder-purple-400:focus::placeholder {
  color: #cd82f2;
}

.focus\:placeholder-purple-500:focus::-moz-placeholder {
  color: #b26dd5;
}

.focus\:placeholder-purple-500:focus:-ms-input-placeholder {
  color: #b26dd5;
}

.focus\:placeholder-purple-500:focus::-ms-input-placeholder {
  color: #b26dd5;
}

.focus\:placeholder-purple-500:focus::placeholder {
  color: #b26dd5;
}

.focus\:placeholder-purple-600:focus::-moz-placeholder {
  color: #904eb1;
}

.focus\:placeholder-purple-600:focus:-ms-input-placeholder {
  color: #904eb1;
}

.focus\:placeholder-purple-600:focus::-ms-input-placeholder {
  color: #904eb1;
}

.focus\:placeholder-purple-600:focus::placeholder {
  color: #904eb1;
}

.focus\:placeholder-purple-700:focus::-moz-placeholder {
  color: #824091;
}

.focus\:placeholder-purple-700:focus:-ms-input-placeholder {
  color: #824091;
}

.focus\:placeholder-purple-700:focus::-ms-input-placeholder {
  color: #824091;
}

.focus\:placeholder-purple-700:focus::placeholder {
  color: #824091;
}

.focus\:placeholder-purple-800:focus::-moz-placeholder {
  color: #743582;
}

.focus\:placeholder-purple-800:focus:-ms-input-placeholder {
  color: #743582;
}

.focus\:placeholder-purple-800:focus::-ms-input-placeholder {
  color: #743582;
}

.focus\:placeholder-purple-800:focus::placeholder {
  color: #743582;
}

.focus\:placeholder-purple-900:focus::-moz-placeholder {
  color: #4a2353;
}

.focus\:placeholder-purple-900:focus:-ms-input-placeholder {
  color: #4a2353;
}

.focus\:placeholder-purple-900:focus::-ms-input-placeholder {
  color: #4a2353;
}

.focus\:placeholder-purple-900:focus::placeholder {
  color: #4a2353;
}

.focus\:placeholder-tan-100:focus::-moz-placeholder {
  color: #f6f2e9;
}

.focus\:placeholder-tan-100:focus:-ms-input-placeholder {
  color: #f6f2e9;
}

.focus\:placeholder-tan-100:focus::-ms-input-placeholder {
  color: #f6f2e9;
}

.focus\:placeholder-tan-100:focus::placeholder {
  color: #f6f2e9;
}

.focus\:placeholder-tan-200:focus::-moz-placeholder {
  color: #eee7d8;
}

.focus\:placeholder-tan-200:focus:-ms-input-placeholder {
  color: #eee7d8;
}

.focus\:placeholder-tan-200:focus::-ms-input-placeholder {
  color: #eee7d8;
}

.focus\:placeholder-tan-200:focus::placeholder {
  color: #eee7d8;
}

.focus\:placeholder-tan-300:focus::-moz-placeholder {
  color: #e7ddc5;
}

.focus\:placeholder-tan-300:focus:-ms-input-placeholder {
  color: #e7ddc5;
}

.focus\:placeholder-tan-300:focus::-ms-input-placeholder {
  color: #e7ddc5;
}

.focus\:placeholder-tan-300:focus::placeholder {
  color: #e7ddc5;
}

.focus\:placeholder-tan-400:focus::-moz-placeholder {
  color: #e5d4ab;
}

.focus\:placeholder-tan-400:focus:-ms-input-placeholder {
  color: #e5d4ab;
}

.focus\:placeholder-tan-400:focus::-ms-input-placeholder {
  color: #e5d4ab;
}

.focus\:placeholder-tan-400:focus::placeholder {
  color: #e5d4ab;
}

.focus\:placeholder-tan-500:focus::-moz-placeholder {
  color: #dec891;
}

.focus\:placeholder-tan-500:focus:-ms-input-placeholder {
  color: #dec891;
}

.focus\:placeholder-tan-500:focus::-ms-input-placeholder {
  color: #dec891;
}

.focus\:placeholder-tan-500:focus::placeholder {
  color: #dec891;
}

.focus\:placeholder-tan-600:focus::-moz-placeholder {
  color: #c3ac74;
}

.focus\:placeholder-tan-600:focus:-ms-input-placeholder {
  color: #c3ac74;
}

.focus\:placeholder-tan-600:focus::-ms-input-placeholder {
  color: #c3ac74;
}

.focus\:placeholder-tan-600:focus::placeholder {
  color: #c3ac74;
}

.focus\:placeholder-tan-700:focus::-moz-placeholder {
  color: #9a8451;
}

.focus\:placeholder-tan-700:focus:-ms-input-placeholder {
  color: #9a8451;
}

.focus\:placeholder-tan-700:focus::-ms-input-placeholder {
  color: #9a8451;
}

.focus\:placeholder-tan-700:focus::placeholder {
  color: #9a8451;
}

.focus\:placeholder-tan-800:focus::-moz-placeholder {
  color: #685936;
}

.focus\:placeholder-tan-800:focus:-ms-input-placeholder {
  color: #685936;
}

.focus\:placeholder-tan-800:focus::-ms-input-placeholder {
  color: #685936;
}

.focus\:placeholder-tan-800:focus::placeholder {
  color: #685936;
}

.focus\:placeholder-tan-900:focus::-moz-placeholder {
  color: #574c33;
}

.focus\:placeholder-tan-900:focus:-ms-input-placeholder {
  color: #574c33;
}

.focus\:placeholder-tan-900:focus::-ms-input-placeholder {
  color: #574c33;
}

.focus\:placeholder-tan-900:focus::placeholder {
  color: #574c33;
}

.focus\:placeholder-gold-500:focus::-moz-placeholder {
  color: #a4804a;
}

.focus\:placeholder-gold-500:focus:-ms-input-placeholder {
  color: #a4804a;
}

.focus\:placeholder-gold-500:focus::-ms-input-placeholder {
  color: #a4804a;
}

.focus\:placeholder-gold-500:focus::placeholder {
  color: #a4804a;
}

.focus\:placeholder-silver-500:focus::-moz-placeholder {
  color: #8a8d8f;
}

.focus\:placeholder-silver-500:focus:-ms-input-placeholder {
  color: #8a8d8f;
}

.focus\:placeholder-silver-500:focus::-ms-input-placeholder {
  color: #8a8d8f;
}

.focus\:placeholder-silver-500:focus::placeholder {
  color: #8a8d8f;
}

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
}

.focus\:static:focus {
  position: static;
}

.focus\:fixed:focus {
  position: fixed;
}

.focus\:absolute:focus {
  position: absolute;
}

.focus\:relative:focus {
  position: relative;
}

.focus\:sticky:focus {
  position: -webkit-sticky;
  position: sticky;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.inset-auto {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.-inset-16 {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-x-0 {
  right: 0;
  left: 0;
}

.inset-y-auto {
  top: auto;
  bottom: auto;
}

.inset-x-auto {
  right: auto;
  left: auto;
}

.-inset-y-16 {
  top: -4rem;
  bottom: -4rem;
}

.-inset-x-16 {
  right: -4rem;
  left: -4rem;
}

.top-0 {
  top: 0;
}

.right-0 {
  right: 0;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

.top-auto {
  top: auto;
}

.right-auto {
  right: auto;
}

.bottom-auto {
  bottom: auto;
}

.left-auto {
  left: auto;
}

.-top-16 {
  top: -4rem;
}

.-right-16 {
  right: -4rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-left-16 {
  left: -4rem;
}

.focus\:inset-0:focus {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.focus\:inset-auto:focus {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
}

.focus\:-inset-16:focus {
  top: -4rem;
  right: -4rem;
  bottom: -4rem;
  left: -4rem;
}

.focus\:inset-y-0:focus {
  top: 0;
  bottom: 0;
}

.focus\:inset-x-0:focus {
  right: 0;
  left: 0;
}

.focus\:inset-y-auto:focus {
  top: auto;
  bottom: auto;
}

.focus\:inset-x-auto:focus {
  right: auto;
  left: auto;
}

.focus\:-inset-y-16:focus {
  top: -4rem;
  bottom: -4rem;
}

.focus\:-inset-x-16:focus {
  right: -4rem;
  left: -4rem;
}

.focus\:top-0:focus {
  top: 0;
}

.focus\:right-0:focus {
  right: 0;
}

.focus\:bottom-0:focus {
  bottom: 0;
}

.focus\:left-0:focus {
  left: 0;
}

.focus\:top-auto:focus {
  top: auto;
}

.focus\:right-auto:focus {
  right: auto;
}

.focus\:bottom-auto:focus {
  bottom: auto;
}

.focus\:left-auto:focus {
  left: auto;
}

.focus\:-top-16:focus {
  top: -4rem;
}

.focus\:-right-16:focus {
  right: -4rem;
}

.focus\:-bottom-16:focus {
  bottom: -4rem;
}

.focus\:-left-16:focus {
  left: -4rem;
}

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.shadow-outline {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.shadow {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.shadow-none {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.shadow-sm {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.shadow-lg {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.shadow-xl {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.shadow-inset {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.shadow-inset-lg {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
}

.shadow-inset-xl {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-outline:hover {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.hover\:shadow:hover {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.hover\:shadow-none:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.hover\:shadow-sm:hover {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.hover\:shadow-lg:hover {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.hover\:shadow-xl:hover {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.hover\:shadow-inset:hover {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.hover\:shadow-inset-lg:hover {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
}

.hover\:shadow-inset-xl:hover {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
}

.focus\:shadow-outline:focus {
  box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
}

.focus\:shadow:focus {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.focus\:shadow-none:focus {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.focus\:shadow-sm:focus {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
}

.focus\:shadow-lg:focus {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}

.focus\:shadow-xl:focus {
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
}

.focus\:shadow-inset:focus {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

.focus\:shadow-inset-lg:focus {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
}

.focus\:shadow-inset-xl:focus {
  box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.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-white {
  color: #ffffff;
}

.text-white-semi-9 {
  color: rgba(255, 255, 255, 0.9);
}

.text-white-semi-8 {
  color: rgba(255, 255, 255, 0.8);
}

.text-white-semi-7 {
  color: rgba(255, 255, 255, 0.7);
}

.text-white-semi-6 {
  color: rgba(255, 255, 255, 0.6);
}

.text-white-semi-5 {
  color: rgba(255, 255, 255, 0.5);
}

.text-white-semi-4 {
  color: rgba(255, 255, 255, 0.4);
}

.text-white-semi-3 {
  color: rgba(255, 255, 255, 0.3);
}

.text-white-semi-2 {
  color: rgba(255, 255, 255, 0.2);
}

.text-white-semi-1 {
  color: rgba(255, 255, 255, 0.1);
}

.text-black {
  color: #000;
}

.text-black-semi-9 {
  color: rgba(0, 0, 0, 0.9);
}

.text-black-semi-8 {
  color: rgba(0, 0, 0, 0.8);
}

.text-black-semi-7 {
  color: rgba(0, 0, 0, 0.7);
}

.text-black-semi-6 {
  color: rgba(0, 0, 0, 0.6);
}

.text-black-semi-5 {
  color: rgba(0, 0, 0, 0.5);
}

.text-black-semi-4 {
  color: rgba(0, 0, 0, 0.4);
}

.text-black-semi-3 {
  color: rgba(0, 0, 0, 0.3);
}

.text-black-semi-2 {
  color: rgba(0, 0, 0, 0.2);
}

.text-black-semi-1 {
  color: rgba(0, 0, 0, 0.1);
}

.text-gray-100 {
  color: #f7f7f7;
}

.text-gray-200 {
  color: #ebebeb;
}

.text-gray-300 {
  color: #d0d0d0;
}

.text-gray-400 {
  color: #b8b8b8;
}

.text-gray-500 {
  color: #9e9e9e;
}

.text-gray-600 {
  color: #666666;
}

.text-gray-700 {
  color: #525252;
}

.text-gray-800 {
  color: #333333;
}

.text-gray-900 {
  color: #1f1f1f;
}

.text-gray-warm-100 {
  color: #f4f2f0;
}

.text-gray-warm-200 {
  color: #e9e6e2;
}

.text-gray-warm-300 {
  color: #dfdad4;
}

.text-gray-warm-400 {
  color: #cfc7bf;
}

.text-gray-warm-500 {
  color: #c2bab3;
}

.text-gray-warm-600 {
  color: #b3aca8;
}

.text-gray-warm-700 {
  color: #a19994;
}

.text-gray-warm-800 {
  color: #63544b;
}

.text-gray-warm-900 {
  color: #3f3731;
}

.text-gray-cool-100 {
  color: #f3f4f7;
}

.text-gray-cool-200 {
  color: #e9edf1;
}

.text-gray-cool-300 {
  color: #d5dde6;
}

.text-gray-cool-400 {
  color: #bcc5d2;
}

.text-gray-cool-500 {
  color: #99a3b0;
}

.text-gray-cool-600 {
  color: #8d95a0;
}

.text-gray-cool-700 {
  color: #7e848b;
}

.text-gray-cool-800 {
  color: #686d73;
}

.text-gray-cool-900 {
  color: #50565e;
}

.text-red-100 {
  color: #fff5f5;
}

.text-red-200 {
  color: #fed7d7;
}

.text-red-300 {
  color: #feb2b2;
}

.text-red-400 {
  color: #fc8181;
}

.text-red-500 {
  color: #f56565;
}

.text-red-600 {
  color: #e21d2f;
}

.text-red-700 {
  color: #d41b2c;
}

.text-red-800 {
  color: #c61929;
}

.text-red-900 {
  color: #873138;
}

.text-orange-100 {
  color: #fff4f0;
}

.text-orange-200 {
  color: #fed8c8;
}

.text-orange-300 {
  color: #fcb99c;
}

.text-orange-400 {
  color: #fd9568;
}

.text-orange-500 {
  color: #ff854f;
}

.text-orange-600 {
  color: #e66833;
}

.text-orange-700 {
  color: #c05621;
}

.text-orange-800 {
  color: #9c4221;
}

.text-orange-900 {
  color: #7b341e;
}

.text-yellow-100 {
  color: #fdf6e7;
}

.text-yellow-200 {
  color: #fee9bf;
}

.text-yellow-300 {
  color: #fbd893;
}

.text-yellow-400 {
  color: #fcc85f;
}

.text-yellow-500 {
  color: #ffbf3d;
}

.text-yellow-600 {
  color: #e7a41d;
}

.text-yellow-700 {
  color: #b7841f;
}

.text-yellow-800 {
  color: #976c16;
}

.text-yellow-900 {
  color: #745310;
}

.text-green-100 {
  color: #f9fce9;
}

.text-green-200 {
  color: #e5f396;
}

.text-green-300 {
  color: #d0e656;
}

.text-green-400 {
  color: #badb00;
}

.text-green-500 {
  color: #acca07;
}

.text-green-600 {
  color: #99b305;
}

.text-green-700 {
  color: #869e00;
}

.text-green-800 {
  color: #546727;
}

.text-green-900 {
  color: #394a12;
}

.text-teal-100 {
  color: #e6fffa;
}

.text-teal-200 {
  color: #b2f5ea;
}

.text-teal-300 {
  color: #7beadc;
}

.text-teal-400 {
  color: #00cfb5;
}

.text-teal-500 {
  color: #3cbbaa;
}

.text-teal-600 {
  color: #319789;
}

.text-teal-700 {
  color: #2c7b70;
}

.text-teal-800 {
  color: #286159;
}

.text-teal-900 {
  color: #23524c;
}

.text-aqua-100 {
  color: #ebfcff;
}

.text-aqua-200 {
  color: #beeff8;
}

.text-aqua-300 {
  color: #90e5f4;
}

.text-aqua-400 {
  color: #71dcef;
}

.text-aqua-500 {
  color: #52cfe5;
}

.text-aqua-600 {
  color: #2bb2ca;
}

.text-aqua-700 {
  color: #2097ac;
}

.text-aqua-800 {
  color: #1c7382;
}

.text-aqua-900 {
  color: #155460;
}

.text-blue-100 {
  color: #ebf8ff;
}

.text-blue-200 {
  color: #bee3f8;
}

.text-blue-300 {
  color: #90cdf4;
}

.text-blue-400 {
  color: #63b3ed;
}

.text-blue-500 {
  color: #4299e1;
}

.text-blue-600 {
  color: #3182ce;
}

.text-blue-700 {
  color: #006eb5;
}

.text-blue-800 {
  color: #22547c;
}

.text-blue-900 {
  color: #2b435a;
}

.text-purple-100 {
  color: #fcf5ff;
}

.text-purple-200 {
  color: #f1d8fd;
}

.text-purple-300 {
  color: #dbbcfa;
}

.text-purple-400 {
  color: #cd82f2;
}

.text-purple-500 {
  color: #b26dd5;
}

.text-purple-600 {
  color: #904eb1;
}

.text-purple-700 {
  color: #824091;
}

.text-purple-800 {
  color: #743582;
}

.text-purple-900 {
  color: #4a2353;
}

.text-tan-100 {
  color: #f6f2e9;
}

.text-tan-200 {
  color: #eee7d8;
}

.text-tan-300 {
  color: #e7ddc5;
}

.text-tan-400 {
  color: #e5d4ab;
}

.text-tan-500 {
  color: #dec891;
}

.text-tan-600 {
  color: #c3ac74;
}

.text-tan-700 {
  color: #9a8451;
}

.text-tan-800 {
  color: #685936;
}

.text-tan-900 {
  color: #574c33;
}

.text-gold-500 {
  color: #a4804a;
}

.text-silver-500 {
  color: #8a8d8f;
}

.hover\:text-transparent:hover {
  color: transparent;
}

.hover\:text-white:hover {
  color: #ffffff;
}

.hover\:text-white-semi-9:hover {
  color: rgba(255, 255, 255, 0.9);
}

.hover\:text-white-semi-8:hover {
  color: rgba(255, 255, 255, 0.8);
}

.hover\:text-white-semi-7:hover {
  color: rgba(255, 255, 255, 0.7);
}

.hover\:text-white-semi-6:hover {
  color: rgba(255, 255, 255, 0.6);
}

.hover\:text-white-semi-5:hover {
  color: rgba(255, 255, 255, 0.5);
}

.hover\:text-white-semi-4:hover {
  color: rgba(255, 255, 255, 0.4);
}

.hover\:text-white-semi-3:hover {
  color: rgba(255, 255, 255, 0.3);
}

.hover\:text-white-semi-2:hover {
  color: rgba(255, 255, 255, 0.2);
}

.hover\:text-white-semi-1:hover {
  color: rgba(255, 255, 255, 0.1);
}

.hover\:text-black:hover {
  color: #000;
}

.hover\:text-black-semi-9:hover {
  color: rgba(0, 0, 0, 0.9);
}

.hover\:text-black-semi-8:hover {
  color: rgba(0, 0, 0, 0.8);
}

.hover\:text-black-semi-7:hover {
  color: rgba(0, 0, 0, 0.7);
}

.hover\:text-black-semi-6:hover {
  color: rgba(0, 0, 0, 0.6);
}

.hover\:text-black-semi-5:hover {
  color: rgba(0, 0, 0, 0.5);
}

.hover\:text-black-semi-4:hover {
  color: rgba(0, 0, 0, 0.4);
}

.hover\:text-black-semi-3:hover {
  color: rgba(0, 0, 0, 0.3);
}

.hover\:text-black-semi-2:hover {
  color: rgba(0, 0, 0, 0.2);
}

.hover\:text-black-semi-1:hover {
  color: rgba(0, 0, 0, 0.1);
}

.hover\:text-gray-100:hover {
  color: #f7f7f7;
}

.hover\:text-gray-200:hover {
  color: #ebebeb;
}

.hover\:text-gray-300:hover {
  color: #d0d0d0;
}

.hover\:text-gray-400:hover {
  color: #b8b8b8;
}

.hover\:text-gray-500:hover {
  color: #9e9e9e;
}

.hover\:text-gray-600:hover {
  color: #666666;
}

.hover\:text-gray-700:hover {
  color: #525252;
}

.hover\:text-gray-800:hover {
  color: #333333;
}

.hover\:text-gray-900:hover {
  color: #1f1f1f;
}

.hover\:text-gray-warm-100:hover {
  color: #f4f2f0;
}

.hover\:text-gray-warm-200:hover {
  color: #e9e6e2;
}

.hover\:text-gray-warm-300:hover {
  color: #dfdad4;
}

.hover\:text-gray-warm-400:hover {
  color: #cfc7bf;
}

.hover\:text-gray-warm-500:hover {
  color: #c2bab3;
}

.hover\:text-gray-warm-600:hover {
  color: #b3aca8;
}

.hover\:text-gray-warm-700:hover {
  color: #a19994;
}

.hover\:text-gray-warm-800:hover {
  color: #63544b;
}

.hover\:text-gray-warm-900:hover {
  color: #3f3731;
}

.hover\:text-gray-cool-100:hover {
  color: #f3f4f7;
}

.hover\:text-gray-cool-200:hover {
  color: #e9edf1;
}

.hover\:text-gray-cool-300:hover {
  color: #d5dde6;
}

.hover\:text-gray-cool-400:hover {
  color: #bcc5d2;
}

.hover\:text-gray-cool-500:hover {
  color: #99a3b0;
}

.hover\:text-gray-cool-600:hover {
  color: #8d95a0;
}

.hover\:text-gray-cool-700:hover {
  color: #7e848b;
}

.hover\:text-gray-cool-800:hover {
  color: #686d73;
}

.hover\:text-gray-cool-900:hover {
  color: #50565e;
}

.hover\:text-red-100:hover {
  color: #fff5f5;
}

.hover\:text-red-200:hover {
  color: #fed7d7;
}

.hover\:text-red-300:hover {
  color: #feb2b2;
}

.hover\:text-red-400:hover {
  color: #fc8181;
}

.hover\:text-red-500:hover {
  color: #f56565;
}

.hover\:text-red-600:hover {
  color: #e21d2f;
}

.hover\:text-red-700:hover {
  color: #d41b2c;
}

.hover\:text-red-800:hover {
  color: #c61929;
}

.hover\:text-red-900:hover {
  color: #873138;
}

.hover\:text-orange-100:hover {
  color: #fff4f0;
}

.hover\:text-orange-200:hover {
  color: #fed8c8;
}

.hover\:text-orange-300:hover {
  color: #fcb99c;
}

.hover\:text-orange-400:hover {
  color: #fd9568;
}

.hover\:text-orange-500:hover {
  color: #ff854f;
}

.hover\:text-orange-600:hover {
  color: #e66833;
}

.hover\:text-orange-700:hover {
  color: #c05621;
}

.hover\:text-orange-800:hover {
  color: #9c4221;
}

.hover\:text-orange-900:hover {
  color: #7b341e;
}

.hover\:text-yellow-100:hover {
  color: #fdf6e7;
}

.hover\:text-yellow-200:hover {
  color: #fee9bf;
}

.hover\:text-yellow-300:hover {
  color: #fbd893;
}

.hover\:text-yellow-400:hover {
  color: #fcc85f;
}

.hover\:text-yellow-500:hover {
  color: #ffbf3d;
}

.hover\:text-yellow-600:hover {
  color: #e7a41d;
}

.hover\:text-yellow-700:hover {
  color: #b7841f;
}

.hover\:text-yellow-800:hover {
  color: #976c16;
}

.hover\:text-yellow-900:hover {
  color: #745310;
}

.hover\:text-green-100:hover {
  color: #f9fce9;
}

.hover\:text-green-200:hover {
  color: #e5f396;
}

.hover\:text-green-300:hover {
  color: #d0e656;
}

.hover\:text-green-400:hover {
  color: #badb00;
}

.hover\:text-green-500:hover {
  color: #acca07;
}

.hover\:text-green-600:hover {
  color: #99b305;
}

.hover\:text-green-700:hover {
  color: #869e00;
}

.hover\:text-green-800:hover {
  color: #546727;
}

.hover\:text-green-900:hover {
  color: #394a12;
}

.hover\:text-teal-100:hover {
  color: #e6fffa;
}

.hover\:text-teal-200:hover {
  color: #b2f5ea;
}

.hover\:text-teal-300:hover {
  color: #7beadc;
}

.hover\:text-teal-400:hover {
  color: #00cfb5;
}

.hover\:text-teal-500:hover {
  color: #3cbbaa;
}

.hover\:text-teal-600:hover {
  color: #319789;
}

.hover\:text-teal-700:hover {
  color: #2c7b70;
}

.hover\:text-teal-800:hover {
  color: #286159;
}

.hover\:text-teal-900:hover {
  color: #23524c;
}

.hover\:text-aqua-100:hover {
  color: #ebfcff;
}

.hover\:text-aqua-200:hover {
  color: #beeff8;
}

.hover\:text-aqua-300:hover {
  color: #90e5f4;
}

.hover\:text-aqua-400:hover {
  color: #71dcef;
}

.hover\:text-aqua-500:hover {
  color: #52cfe5;
}

.hover\:text-aqua-600:hover {
  color: #2bb2ca;
}

.hover\:text-aqua-700:hover {
  color: #2097ac;
}

.hover\:text-aqua-800:hover {
  color: #1c7382;
}

.hover\:text-aqua-900:hover {
  color: #155460;
}

.hover\:text-blue-100:hover {
  color: #ebf8ff;
}

.hover\:text-blue-200:hover {
  color: #bee3f8;
}

.hover\:text-blue-300:hover {
  color: #90cdf4;
}

.hover\:text-blue-400:hover {
  color: #63b3ed;
}

.hover\:text-blue-500:hover {
  color: #4299e1;
}

.hover\:text-blue-600:hover {
  color: #3182ce;
}

.hover\:text-blue-700:hover {
  color: #006eb5;
}

.hover\:text-blue-800:hover {
  color: #22547c;
}

.hover\:text-blue-900:hover {
  color: #2b435a;
}

.hover\:text-purple-100:hover {
  color: #fcf5ff;
}

.hover\:text-purple-200:hover {
  color: #f1d8fd;
}

.hover\:text-purple-300:hover {
  color: #dbbcfa;
}

.hover\:text-purple-400:hover {
  color: #cd82f2;
}

.hover\:text-purple-500:hover {
  color: #b26dd5;
}

.hover\:text-purple-600:hover {
  color: #904eb1;
}

.hover\:text-purple-700:hover {
  color: #824091;
}

.hover\:text-purple-800:hover {
  color: #743582;
}

.hover\:text-purple-900:hover {
  color: #4a2353;
}

.hover\:text-tan-100:hover {
  color: #f6f2e9;
}

.hover\:text-tan-200:hover {
  color: #eee7d8;
}

.hover\:text-tan-300:hover {
  color: #e7ddc5;
}

.hover\:text-tan-400:hover {
  color: #e5d4ab;
}

.hover\:text-tan-500:hover {
  color: #dec891;
}

.hover\:text-tan-600:hover {
  color: #c3ac74;
}

.hover\:text-tan-700:hover {
  color: #9a8451;
}

.hover\:text-tan-800:hover {
  color: #685936;
}

.hover\:text-tan-900:hover {
  color: #574c33;
}

.hover\:text-gold-500:hover {
  color: #a4804a;
}

.hover\:text-silver-500:hover {
  color: #8a8d8f;
}

.focus\:text-transparent:focus {
  color: transparent;
}

.focus\:text-white:focus {
  color: #ffffff;
}

.focus\:text-white-semi-9:focus {
  color: rgba(255, 255, 255, 0.9);
}

.focus\:text-white-semi-8:focus {
  color: rgba(255, 255, 255, 0.8);
}

.focus\:text-white-semi-7:focus {
  color: rgba(255, 255, 255, 0.7);
}

.focus\:text-white-semi-6:focus {
  color: rgba(255, 255, 255, 0.6);
}

.focus\:text-white-semi-5:focus {
  color: rgba(255, 255, 255, 0.5);
}

.focus\:text-white-semi-4:focus {
  color: rgba(255, 255, 255, 0.4);
}

.focus\:text-white-semi-3:focus {
  color: rgba(255, 255, 255, 0.3);
}

.focus\:text-white-semi-2:focus {
  color: rgba(255, 255, 255, 0.2);
}

.focus\:text-white-semi-1:focus {
  color: rgba(255, 255, 255, 0.1);
}

.focus\:text-black:focus {
  color: #000;
}

.focus\:text-black-semi-9:focus {
  color: rgba(0, 0, 0, 0.9);
}

.focus\:text-black-semi-8:focus {
  color: rgba(0, 0, 0, 0.8);
}

.focus\:text-black-semi-7:focus {
  color: rgba(0, 0, 0, 0.7);
}

.focus\:text-black-semi-6:focus {
  color: rgba(0, 0, 0, 0.6);
}

.focus\:text-black-semi-5:focus {
  color: rgba(0, 0, 0, 0.5);
}

.focus\:text-black-semi-4:focus {
  color: rgba(0, 0, 0, 0.4);
}

.focus\:text-black-semi-3:focus {
  color: rgba(0, 0, 0, 0.3);
}

.focus\:text-black-semi-2:focus {
  color: rgba(0, 0, 0, 0.2);
}

.focus\:text-black-semi-1:focus {
  color: rgba(0, 0, 0, 0.1);
}

.focus\:text-gray-100:focus {
  color: #f7f7f7;
}

.focus\:text-gray-200:focus {
  color: #ebebeb;
}

.focus\:text-gray-300:focus {
  color: #d0d0d0;
}

.focus\:text-gray-400:focus {
  color: #b8b8b8;
}

.focus\:text-gray-500:focus {
  color: #9e9e9e;
}

.focus\:text-gray-600:focus {
  color: #666666;
}

.focus\:text-gray-700:focus {
  color: #525252;
}

.focus\:text-gray-800:focus {
  color: #333333;
}

.focus\:text-gray-900:focus {
  color: #1f1f1f;
}

.focus\:text-gray-warm-100:focus {
  color: #f4f2f0;
}

.focus\:text-gray-warm-200:focus {
  color: #e9e6e2;
}

.focus\:text-gray-warm-300:focus {
  color: #dfdad4;
}

.focus\:text-gray-warm-400:focus {
  color: #cfc7bf;
}

.focus\:text-gray-warm-500:focus {
  color: #c2bab3;
}

.focus\:text-gray-warm-600:focus {
  color: #b3aca8;
}

.focus\:text-gray-warm-700:focus {
  color: #a19994;
}

.focus\:text-gray-warm-800:focus {
  color: #63544b;
}

.focus\:text-gray-warm-900:focus {
  color: #3f3731;
}

.focus\:text-gray-cool-100:focus {
  color: #f3f4f7;
}

.focus\:text-gray-cool-200:focus {
  color: #e9edf1;
}

.focus\:text-gray-cool-300:focus {
  color: #d5dde6;
}

.focus\:text-gray-cool-400:focus {
  color: #bcc5d2;
}

.focus\:text-gray-cool-500:focus {
  color: #99a3b0;
}

.focus\:text-gray-cool-600:focus {
  color: #8d95a0;
}

.focus\:text-gray-cool-700:focus {
  color: #7e848b;
}

.focus\:text-gray-cool-800:focus {
  color: #686d73;
}

.focus\:text-gray-cool-900:focus {
  color: #50565e;
}

.focus\:text-red-100:focus {
  color: #fff5f5;
}

.focus\:text-red-200:focus {
  color: #fed7d7;
}

.focus\:text-red-300:focus {
  color: #feb2b2;
}

.focus\:text-red-400:focus {
  color: #fc8181;
}

.focus\:text-red-500:focus {
  color: #f56565;
}

.focus\:text-red-600:focus {
  color: #e21d2f;
}

.focus\:text-red-700:focus {
  color: #d41b2c;
}

.focus\:text-red-800:focus {
  color: #c61929;
}

.focus\:text-red-900:focus {
  color: #873138;
}

.focus\:text-orange-100:focus {
  color: #fff4f0;
}

.focus\:text-orange-200:focus {
  color: #fed8c8;
}

.focus\:text-orange-300:focus {
  color: #fcb99c;
}

.focus\:text-orange-400:focus {
  color: #fd9568;
}

.focus\:text-orange-500:focus {
  color: #ff854f;
}

.focus\:text-orange-600:focus {
  color: #e66833;
}

.focus\:text-orange-700:focus {
  color: #c05621;
}

.focus\:text-orange-800:focus {
  color: #9c4221;
}

.focus\:text-orange-900:focus {
  color: #7b341e;
}

.focus\:text-yellow-100:focus {
  color: #fdf6e7;
}

.focus\:text-yellow-200:focus {
  color: #fee9bf;
}

.focus\:text-yellow-300:focus {
  color: #fbd893;
}

.focus\:text-yellow-400:focus {
  color: #fcc85f;
}

.focus\:text-yellow-500:focus {
  color: #ffbf3d;
}

.focus\:text-yellow-600:focus {
  color: #e7a41d;
}

.focus\:text-yellow-700:focus {
  color: #b7841f;
}

.focus\:text-yellow-800:focus {
  color: #976c16;
}

.focus\:text-yellow-900:focus {
  color: #745310;
}

.focus\:text-green-100:focus {
  color: #f9fce9;
}

.focus\:text-green-200:focus {
  color: #e5f396;
}

.focus\:text-green-300:focus {
  color: #d0e656;
}

.focus\:text-green-400:focus {
  color: #badb00;
}

.focus\:text-green-500:focus {
  color: #acca07;
}

.focus\:text-green-600:focus {
  color: #99b305;
}

.focus\:text-green-700:focus {
  color: #869e00;
}

.focus\:text-green-800:focus {
  color: #546727;
}

.focus\:text-green-900:focus {
  color: #394a12;
}

.focus\:text-teal-100:focus {
  color: #e6fffa;
}

.focus\:text-teal-200:focus {
  color: #b2f5ea;
}

.focus\:text-teal-300:focus {
  color: #7beadc;
}

.focus\:text-teal-400:focus {
  color: #00cfb5;
}

.focus\:text-teal-500:focus {
  color: #3cbbaa;
}

.focus\:text-teal-600:focus {
  color: #319789;
}

.focus\:text-teal-700:focus {
  color: #2c7b70;
}

.focus\:text-teal-800:focus {
  color: #286159;
}

.focus\:text-teal-900:focus {
  color: #23524c;
}

.focus\:text-aqua-100:focus {
  color: #ebfcff;
}

.focus\:text-aqua-200:focus {
  color: #beeff8;
}

.focus\:text-aqua-300:focus {
  color: #90e5f4;
}

.focus\:text-aqua-400:focus {
  color: #71dcef;
}

.focus\:text-aqua-500:focus {
  color: #52cfe5;
}

.focus\:text-aqua-600:focus {
  color: #2bb2ca;
}

.focus\:text-aqua-700:focus {
  color: #2097ac;
}

.focus\:text-aqua-800:focus {
  color: #1c7382;
}

.focus\:text-aqua-900:focus {
  color: #155460;
}

.focus\:text-blue-100:focus {
  color: #ebf8ff;
}

.focus\:text-blue-200:focus {
  color: #bee3f8;
}

.focus\:text-blue-300:focus {
  color: #90cdf4;
}

.focus\:text-blue-400:focus {
  color: #63b3ed;
}

.focus\:text-blue-500:focus {
  color: #4299e1;
}

.focus\:text-blue-600:focus {
  color: #3182ce;
}

.focus\:text-blue-700:focus {
  color: #006eb5;
}

.focus\:text-blue-800:focus {
  color: #22547c;
}

.focus\:text-blue-900:focus {
  color: #2b435a;
}

.focus\:text-purple-100:focus {
  color: #fcf5ff;
}

.focus\:text-purple-200:focus {
  color: #f1d8fd;
}

.focus\:text-purple-300:focus {
  color: #dbbcfa;
}

.focus\:text-purple-400:focus {
  color: #cd82f2;
}

.focus\:text-purple-500:focus {
  color: #b26dd5;
}

.focus\:text-purple-600:focus {
  color: #904eb1;
}

.focus\:text-purple-700:focus {
  color: #824091;
}

.focus\:text-purple-800:focus {
  color: #743582;
}

.focus\:text-purple-900:focus {
  color: #4a2353;
}

.focus\:text-tan-100:focus {
  color: #f6f2e9;
}

.focus\:text-tan-200:focus {
  color: #eee7d8;
}

.focus\:text-tan-300:focus {
  color: #e7ddc5;
}

.focus\:text-tan-400:focus {
  color: #e5d4ab;
}

.focus\:text-tan-500:focus {
  color: #dec891;
}

.focus\:text-tan-600:focus {
  color: #c3ac74;
}

.focus\:text-tan-700:focus {
  color: #9a8451;
}

.focus\:text-tan-800:focus {
  color: #685936;
}

.focus\:text-tan-900:focus {
  color: #574c33;
}

.focus\:text-gold-500:focus {
  color: #a4804a;
}

.focus\:text-silver-500:focus {
  color: #8a8d8f;
}

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

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

.tracking-tighter {
  letter-spacing: -0.05em;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.tracking-normal {
  letter-spacing: 0;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.tracking-widest {
  letter-spacing: 0.1em;
}

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.select-text {
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.select-auto {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.align-baseline {
  vertical-align: baseline;
}

.align-top {
  vertical-align: top;
}

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.align-text-top {
  vertical-align: text-top;
}

.align-text-bottom {
  vertical-align: text-bottom;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.whitespace-normal {
  white-space: normal;
}

.whitespace-no-wrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.whitespace-pre-line {
  white-space: pre-line;
}

.whitespace-pre-wrap {
  white-space: pre-wrap;
}

.break-normal {
  word-wrap: normal;
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.break-all {
  word-break: break-all;
}

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.w-0 {
  width: 0;
}

.w-1 {
  width: 0.25rem;
}

.w-2 {
  width: 0.5rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-13 {
  width: 3.25rem;
}

.w-14 {
  width: 3.5rem;
}

.w-15 {
  width: 3.75rem;
}

.w-16 {
  width: 4rem;
}

.w-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-128 {
  width: 32rem;
}

.w-144 {
  width: 36rem;
}

.w-160 {
  width: 40rem;
}

.w-192 {
  width: 48rem;
}

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

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-auto {
  z-index: auto;
}

.z-behind {
  z-index: -1;
}

.z-max {
  z-index: 1000;
}

.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 {
  transform: scale(0);
}

.scale-50 {
  transform: scale(.5);
}

.scale-75 {
  transform: scale(.75);
}

.scale-90 {
  transform: scale(.9);
}

.scale-95 {
  transform: scale(.95);
}

.scale-100 {
  transform: scale(1);
}

.scale-105 {
  transform: scale(1.05);
}

.scale-110 {
  transform: scale(1.1);
}

.scale-125 {
  transform: scale(1.25);
}

.scale-150 {
  transform: scale(1.5);
}

.scale-x-0 {
  transform: scaleX(0);
}

.scale-x-50 {
  transform: scaleX(.5);
}

.scale-x-75 {
  transform: scaleX(.75);
}

.scale-x-90 {
  transform: scaleX(.9);
}

.scale-x-95 {
  transform: scaleX(.95);
}

.scale-x-100 {
  transform: scaleX(1);
}

.scale-x-105 {
  transform: scaleX(1.05);
}

.scale-x-110 {
  transform: scaleX(1.1);
}

.scale-x-125 {
  transform: scaleX(1.25);
}

.scale-x-150 {
  transform: scaleX(1.5);
}

.scale-y-0 {
  transform: scaleY(0);
}

.scale-y-50 {
  transform: scaleY(.5);
}

.scale-y-75 {
  transform: scaleY(.75);
}

.scale-y-90 {
  transform: scaleY(.9);
}

.scale-y-95 {
  transform: scaleY(.95);
}

.scale-y-100 {
  transform: scaleY(1);
}

.scale-y-105 {
  transform: scaleY(1.05);
}

.scale-y-110 {
  transform: scaleY(1.1);
}

.scale-y-125 {
  transform: scaleY(1.25);
}

.scale-y-150 {
  transform: scaleY(1.5);
}

.hover\:scale-0:hover {
  transform: scale(0);
}

.hover\:scale-50:hover {
  transform: scale(.5);
}

.hover\:scale-75:hover {
  transform: scale(.75);
}

.hover\:scale-90:hover {
  transform: scale(.9);
}

.hover\:scale-95:hover {
  transform: scale(.95);
}

.hover\:scale-100:hover {
  transform: scale(1);
}

.hover\:scale-105:hover {
  transform: scale(1.05);
}

.hover\:scale-110:hover {
  transform: scale(1.1);
}

.hover\:scale-125:hover {
  transform: scale(1.25);
}

.hover\:scale-150:hover {
  transform: scale(1.5);
}

.hover\:scale-x-0:hover {
  transform: scaleX(0);
}

.hover\:scale-x-50:hover {
  transform: scaleX(.5);
}

.hover\:scale-x-75:hover {
  transform: scaleX(.75);
}

.hover\:scale-x-90:hover {
  transform: scaleX(.9);
}

.hover\:scale-x-95:hover {
  transform: scaleX(.95);
}

.hover\:scale-x-100:hover {
  transform: scaleX(1);
}

.hover\:scale-x-105:hover {
  transform: scaleX(1.05);
}

.hover\:scale-x-110:hover {
  transform: scaleX(1.1);
}

.hover\:scale-x-125:hover {
  transform: scaleX(1.25);
}

.hover\:scale-x-150:hover {
  transform: scaleX(1.5);
}

.hover\:scale-y-0:hover {
  transform: scaleY(0);
}

.hover\:scale-y-50:hover {
  transform: scaleY(.5);
}

.hover\:scale-y-75:hover {
  transform: scaleY(.75);
}

.hover\:scale-y-90:hover {
  transform: scaleY(.9);
}

.hover\:scale-y-95:hover {
  transform: scaleY(.95);
}

.hover\:scale-y-100:hover {
  transform: scaleY(1);
}

.hover\:scale-y-105:hover {
  transform: scaleY(1.05);
}

.hover\:scale-y-110:hover {
  transform: scaleY(1.1);
}

.hover\:scale-y-125:hover {
  transform: scaleY(1.25);
}

.hover\:scale-y-150:hover {
  transform: scaleY(1.5);
}

.focus\:scale-0:focus {
  transform: scale(0);
}

.focus\:scale-50:focus {
  transform: scale(.5);
}

.focus\:scale-75:focus {
  transform: scale(.75);
}

.focus\:scale-90:focus {
  transform: scale(.9);
}

.focus\:scale-95:focus {
  transform: scale(.95);
}

.focus\:scale-100:focus {
  transform: scale(1);
}

.focus\:scale-105:focus {
  transform: scale(1.05);
}

.focus\:scale-110:focus {
  transform: scale(1.1);
}

.focus\:scale-125:focus {
  transform: scale(1.25);
}

.focus\:scale-150:focus {
  transform: scale(1.5);
}

.focus\:scale-x-0:focus {
  transform: scaleX(0);
}

.focus\:scale-x-50:focus {
  transform: scaleX(.5);
}

.focus\:scale-x-75:focus {
  transform: scaleX(.75);
}

.focus\:scale-x-90:focus {
  transform: scaleX(.9);
}

.focus\:scale-x-95:focus {
  transform: scaleX(.95);
}

.focus\:scale-x-100:focus {
  transform: scaleX(1);
}

.focus\:scale-x-105:focus {
  transform: scaleX(1.05);
}

.focus\:scale-x-110:focus {
  transform: scaleX(1.1);
}

.focus\:scale-x-125:focus {
  transform: scaleX(1.25);
}

.focus\:scale-x-150:focus {
  transform: scaleX(1.5);
}

.focus\:scale-y-0:focus {
  transform: scaleY(0);
}

.focus\:scale-y-50:focus {
  transform: scaleY(.5);
}

.focus\:scale-y-75:focus {
  transform: scaleY(.75);
}

.focus\:scale-y-90:focus {
  transform: scaleY(.9);
}

.focus\:scale-y-95:focus {
  transform: scaleY(.95);
}

.focus\:scale-y-100:focus {
  transform: scaleY(1);
}

.focus\:scale-y-105:focus {
  transform: scaleY(1.05);
}

.focus\:scale-y-110:focus {
  transform: scaleY(1.1);
}

.focus\:scale-y-125:focus {
  transform: scaleY(1.25);
}

.focus\:scale-y-150:focus {
  transform: scaleY(1.5);
}

.rotate-0 {
  transform: rotate(0);
}

.rotate-45 {
  transform: rotate(45deg);
}

.rotate-90 {
  transform: rotate(90deg);
}

.rotate-180 {
  transform: rotate(180deg);
}

.-rotate-180 {
  transform: rotate(-180deg);
}

.-rotate-90 {
  transform: rotate(-90deg);
}

.-rotate-45 {
  transform: rotate(-45deg);
}

.hover\:rotate-0:hover {
  transform: rotate(0);
}

.hover\:rotate-45:hover {
  transform: rotate(45deg);
}

.hover\:rotate-90:hover {
  transform: rotate(90deg);
}

.hover\:rotate-180:hover {
  transform: rotate(180deg);
}

.hover\:-rotate-180:hover {
  transform: rotate(-180deg);
}

.hover\:-rotate-90:hover {
  transform: rotate(-90deg);
}

.hover\:-rotate-45:hover {
  transform: rotate(-45deg);
}

.focus\:rotate-0:focus {
  transform: rotate(0);
}

.focus\:rotate-45:focus {
  transform: rotate(45deg);
}

.focus\:rotate-90:focus {
  transform: rotate(90deg);
}

.focus\:rotate-180:focus {
  transform: rotate(180deg);
}

.focus\:-rotate-180:focus {
  transform: rotate(-180deg);
}

.focus\:-rotate-90:focus {
  transform: rotate(-90deg);
}

.focus\:-rotate-45:focus {
  transform: rotate(-45deg);
}

.translate-x-0 {
  transform: translateX(0);
}

.translate-x-1 {
  transform: translateX(0.25rem);
}

.translate-x-2 {
  transform: translateX(0.5rem);
}

.translate-x-3 {
  transform: translateX(0.75rem);
}

.translate-x-4 {
  transform: translateX(1rem);
}

.translate-x-5 {
  transform: translateX(1.25rem);
}

.translate-x-6 {
  transform: translateX(1.5rem);
}

.translate-x-7 {
  transform: translateX(1.75rem);
}

.translate-x-8 {
  transform: translateX(2rem);
}

.translate-x-9 {
  transform: translateX(2.25rem);
}

.translate-x-10 {
  transform: translateX(2.5rem);
}

.translate-x-11 {
  transform: translateX(2.75rem);
}

.translate-x-12 {
  transform: translateX(3rem);
}

.translate-x-13 {
  transform: translateX(3.25rem);
}

.translate-x-14 {
  transform: translateX(3.5rem);
}

.translate-x-15 {
  transform: translateX(3.75rem);
}

.translate-x-16 {
  transform: translateX(4rem);
}

.translate-x-20 {
  transform: translateX(5rem);
}

.translate-x-24 {
  transform: translateX(6rem);
}

.translate-x-28 {
  transform: translateX(7rem);
}

.translate-x-32 {
  transform: translateX(8rem);
}

.translate-x-36 {
  transform: translateX(9rem);
}

.translate-x-40 {
  transform: translateX(10rem);
}

.translate-x-44 {
  transform: translateX(11rem);
}

.translate-x-48 {
  transform: translateX(12rem);
}

.translate-x-52 {
  transform: translateX(13rem);
}

.translate-x-56 {
  transform: translateX(14rem);
}

.translate-x-60 {
  transform: translateX(15rem);
}

.translate-x-64 {
  transform: translateX(16rem);
}

.translate-x-72 {
  transform: translateX(18rem);
}

.translate-x-80 {
  transform: translateX(20rem);
}

.translate-x-96 {
  transform: translateX(24rem);
}

.translate-x-128 {
  transform: translateX(32rem);
}

.translate-x-144 {
  transform: translateX(36rem);
}

.translate-x-160 {
  transform: translateX(40rem);
}

.translate-x-192 {
  transform: translateX(48rem);
}

.translate-x-px {
  transform: translateX(1px);
}

.translate-x-0\.5 {
  transform: translateX(0.125rem);
}

.translate-x-1\.5 {
  transform: translateX(0.375rem);
}

.translate-x-2\.5 {
  transform: translateX(0.625rem);
}

.translate-x-3\.5 {
  transform: translateX(0.875rem);
}

.translate-x-1\/2 {
  transform: translateX(50%);
}

.translate-x-1\/3 {
  transform: translateX(33.333333%);
}

.translate-x-2\/3 {
  transform: translateX(66.666667%);
}

.translate-x-1\/4 {
  transform: translateX(25%);
}

.translate-x-2\/4 {
  transform: translateX(50%);
}

.translate-x-3\/4 {
  transform: translateX(75%);
}

.translate-x-1\/5 {
  transform: translateX(20%);
}

.translate-x-2\/5 {
  transform: translateX(40%);
}

.translate-x-3\/5 {
  transform: translateX(60%);
}

.translate-x-4\/5 {
  transform: translateX(80%);
}

.translate-x-1\/6 {
  transform: translateX(16.666667%);
}

.translate-x-2\/6 {
  transform: translateX(33.333333%);
}

.translate-x-3\/6 {
  transform: translateX(50%);
}

.translate-x-4\/6 {
  transform: translateX(66.666667%);
}

.translate-x-5\/6 {
  transform: translateX(83.333333%);
}

.translate-x-1\/12 {
  transform: translateX(8.333333%);
}

.translate-x-2\/12 {
  transform: translateX(16.666667%);
}

.translate-x-3\/12 {
  transform: translateX(25%);
}

.translate-x-4\/12 {
  transform: translateX(33.333333%);
}

.translate-x-5\/12 {
  transform: translateX(41.666667%);
}

.translate-x-6\/12 {
  transform: translateX(50%);
}

.translate-x-7\/12 {
  transform: translateX(58.333333%);
}

.translate-x-8\/12 {
  transform: translateX(66.666667%);
}

.translate-x-9\/12 {
  transform: translateX(75%);
}

.translate-x-10\/12 {
  transform: translateX(83.333333%);
}

.translate-x-11\/12 {
  transform: translateX(91.666667%);
}

.translate-x-full {
  transform: translateX(100%);
}

.-translate-x-1 {
  transform: translateX(-0.25rem);
}

.-translate-x-2 {
  transform: translateX(-0.5rem);
}

.-translate-x-3 {
  transform: translateX(-0.75rem);
}

.-translate-x-4 {
  transform: translateX(-1rem);
}

.-translate-x-5 {
  transform: translateX(-1.25rem);
}

.-translate-x-6 {
  transform: translateX(-1.5rem);
}

.-translate-x-7 {
  transform: translateX(-1.75rem);
}

.-translate-x-8 {
  transform: translateX(-2rem);
}

.-translate-x-9 {
  transform: translateX(-2.25rem);
}

.-translate-x-10 {
  transform: translateX(-2.5rem);
}

.-translate-x-11 {
  transform: translateX(-2.75rem);
}

.-translate-x-12 {
  transform: translateX(-3rem);
}

.-translate-x-13 {
  transform: translateX(-3.25rem);
}

.-translate-x-14 {
  transform: translateX(-3.5rem);
}

.-translate-x-15 {
  transform: translateX(-3.75rem);
}

.-translate-x-16 {
  transform: translateX(-4rem);
}

.-translate-x-20 {
  transform: translateX(-5rem);
}

.-translate-x-24 {
  transform: translateX(-6rem);
}

.-translate-x-28 {
  transform: translateX(-7rem);
}

.-translate-x-32 {
  transform: translateX(-8rem);
}

.-translate-x-36 {
  transform: translateX(-9rem);
}

.-translate-x-40 {
  transform: translateX(-10rem);
}

.-translate-x-44 {
  transform: translateX(-11rem);
}

.-translate-x-48 {
  transform: translateX(-12rem);
}

.-translate-x-52 {
  transform: translateX(-13rem);
}

.-translate-x-56 {
  transform: translateX(-14rem);
}

.-translate-x-60 {
  transform: translateX(-15rem);
}

.-translate-x-64 {
  transform: translateX(-16rem);
}

.-translate-x-72 {
  transform: translateX(-18rem);
}

.-translate-x-80 {
  transform: translateX(-20rem);
}

.-translate-x-96 {
  transform: translateX(-24rem);
}

.-translate-x-128 {
  transform: translateX(-32rem);
}

.-translate-x-144 {
  transform: translateX(-36rem);
}

.-translate-x-160 {
  transform: translateX(-40rem);
}

.-translate-x-192 {
  transform: translateX(-48rem);
}

.-translate-x-px {
  transform: translateX(-1px);
}

.-translate-x-0\.5 {
  transform: translateX(-0.125rem);
}

.-translate-x-1\.5 {
  transform: translateX(-0.375rem);
}

.-translate-x-2\.5 {
  transform: translateX(-0.625rem);
}

.-translate-x-3\.5 {
  transform: translateX(-0.875rem);
}

.-translate-x-1\/2 {
  transform: translateX(-50%);
}

.-translate-x-1\/3 {
  transform: translateX(-33.33333%);
}

.-translate-x-2\/3 {
  transform: translateX(-66.66667%);
}

.-translate-x-1\/4 {
  transform: translateX(-25%);
}

.-translate-x-2\/4 {
  transform: translateX(-50%);
}

.-translate-x-3\/4 {
  transform: translateX(-75%);
}

.-translate-x-1\/5 {
  transform: translateX(-20%);
}

.-translate-x-2\/5 {
  transform: translateX(-40%);
}

.-translate-x-3\/5 {
  transform: translateX(-60%);
}

.-translate-x-4\/5 {
  transform: translateX(-80%);
}

.-translate-x-1\/6 {
  transform: translateX(-16.66667%);
}

.-translate-x-2\/6 {
  transform: translateX(-33.33333%);
}

.-translate-x-3\/6 {
  transform: translateX(-50%);
}

.-translate-x-4\/6 {
  transform: translateX(-66.66667%);
}

.-translate-x-5\/6 {
  transform: translateX(-83.33333%);
}

.-translate-x-1\/12 {
  transform: translateX(-8.33333%);
}

.-translate-x-2\/12 {
  transform: translateX(-16.66667%);
}

.-translate-x-3\/12 {
  transform: translateX(-25%);
}

.-translate-x-4\/12 {
  transform: translateX(-33.33333%);
}

.-translate-x-5\/12 {
  transform: translateX(-41.66667%);
}

.-translate-x-6\/12 {
  transform: translateX(-50%);
}

.-translate-x-7\/12 {
  transform: translateX(-58.33333%);
}

.-translate-x-8\/12 {
  transform: translateX(-66.66667%);
}

.-translate-x-9\/12 {
  transform: translateX(-75%);
}

.-translate-x-10\/12 {
  transform: translateX(-83.33333%);
}

.-translate-x-11\/12 {
  transform: translateX(-91.66667%);
}

.-translate-x-full {
  transform: translateX(-100%);
}

.translate-y-0 {
  transform: translateY(0);
}

.translate-y-1 {
  transform: translateY(0.25rem);
}

.translate-y-2 {
  transform: translateY(0.5rem);
}

.translate-y-3 {
  transform: translateY(0.75rem);
}

.translate-y-4 {
  transform: translateY(1rem);
}

.translate-y-5 {
  transform: translateY(1.25rem);
}

.translate-y-6 {
  transform: translateY(1.5rem);
}

.translate-y-7 {
  transform: translateY(1.75rem);
}

.translate-y-8 {
  transform: translateY(2rem);
}

.translate-y-9 {
  transform: translateY(2.25rem);
}

.translate-y-10 {
  transform: translateY(2.5rem);
}

.translate-y-11 {
  transform: translateY(2.75rem);
}

.translate-y-12 {
  transform: translateY(3rem);
}

.translate-y-13 {
  transform: translateY(3.25rem);
}

.translate-y-14 {
  transform: translateY(3.5rem);
}

.translate-y-15 {
  transform: translateY(3.75rem);
}

.translate-y-16 {
  transform: translateY(4rem);
}

.translate-y-20 {
  transform: translateY(5rem);
}

.translate-y-24 {
  transform: translateY(6rem);
}

.translate-y-28 {
  transform: translateY(7rem);
}

.translate-y-32 {
  transform: translateY(8rem);
}

.translate-y-36 {
  transform: translateY(9rem);
}

.translate-y-40 {
  transform: translateY(10rem);
}

.translate-y-44 {
  transform: translateY(11rem);
}

.translate-y-48 {
  transform: translateY(12rem);
}

.translate-y-52 {
  transform: translateY(13rem);
}

.translate-y-56 {
  transform: translateY(14rem);
}

.translate-y-60 {
  transform: translateY(15rem);
}

.translate-y-64 {
  transform: translateY(16rem);
}

.translate-y-72 {
  transform: translateY(18rem);
}

.translate-y-80 {
  transform: translateY(20rem);
}

.translate-y-96 {
  transform: translateY(24rem);
}

.translate-y-128 {
  transform: translateY(32rem);
}

.translate-y-144 {
  transform: translateY(36rem);
}

.translate-y-160 {
  transform: translateY(40rem);
}

.translate-y-192 {
  transform: translateY(48rem);
}

.translate-y-px {
  transform: translateY(1px);
}

.translate-y-0\.5 {
  transform: translateY(0.125rem);
}

.translate-y-1\.5 {
  transform: translateY(0.375rem);
}

.translate-y-2\.5 {
  transform: translateY(0.625rem);
}

.translate-y-3\.5 {
  transform: translateY(0.875rem);
}

.translate-y-1\/2 {
  transform: translateY(50%);
}

.translate-y-1\/3 {
  transform: translateY(33.333333%);
}

.translate-y-2\/3 {
  transform: translateY(66.666667%);
}

.translate-y-1\/4 {
  transform: translateY(25%);
}

.translate-y-2\/4 {
  transform: translateY(50%);
}

.translate-y-3\/4 {
  transform: translateY(75%);
}

.translate-y-1\/5 {
  transform: translateY(20%);
}

.translate-y-2\/5 {
  transform: translateY(40%);
}

.translate-y-3\/5 {
  transform: translateY(60%);
}

.translate-y-4\/5 {
  transform: translateY(80%);
}

.translate-y-1\/6 {
  transform: translateY(16.666667%);
}

.translate-y-2\/6 {
  transform: translateY(33.333333%);
}

.translate-y-3\/6 {
  transform: translateY(50%);
}

.translate-y-4\/6 {
  transform: translateY(66.666667%);
}

.translate-y-5\/6 {
  transform: translateY(83.333333%);
}

.translate-y-1\/12 {
  transform: translateY(8.333333%);
}

.translate-y-2\/12 {
  transform: translateY(16.666667%);
}

.translate-y-3\/12 {
  transform: translateY(25%);
}

.translate-y-4\/12 {
  transform: translateY(33.333333%);
}

.translate-y-5\/12 {
  transform: translateY(41.666667%);
}

.translate-y-6\/12 {
  transform: translateY(50%);
}

.translate-y-7\/12 {
  transform: translateY(58.333333%);
}

.translate-y-8\/12 {
  transform: translateY(66.666667%);
}

.translate-y-9\/12 {
  transform: translateY(75%);
}

.translate-y-10\/12 {
  transform: translateY(83.333333%);
}

.translate-y-11\/12 {
  transform: translateY(91.666667%);
}

.translate-y-full {
  transform: translateY(100%);
}

.-translate-y-1 {
  transform: translateY(-0.25rem);
}

.-translate-y-2 {
  transform: translateY(-0.5rem);
}

.-translate-y-3 {
  transform: translateY(-0.75rem);
}

.-translate-y-4 {
  transform: translateY(-1rem);
}

.-translate-y-5 {
  transform: translateY(-1.25rem);
}

.-translate-y-6 {
  transform: translateY(-1.5rem);
}

.-translate-y-7 {
  transform: translateY(-1.75rem);
}

.-translate-y-8 {
  transform: translateY(-2rem);
}

.-translate-y-9 {
  transform: translateY(-2.25rem);
}

.-translate-y-10 {
  transform: translateY(-2.5rem);
}

.-translate-y-11 {
  transform: translateY(-2.75rem);
}

.-translate-y-12 {
  transform: translateY(-3rem);
}

.-translate-y-13 {
  transform: translateY(-3.25rem);
}

.-translate-y-14 {
  transform: translateY(-3.5rem);
}

.-translate-y-15 {
  transform: translateY(-3.75rem);
}

.-translate-y-16 {
  transform: translateY(-4rem);
}

.-translate-y-20 {
  transform: translateY(-5rem);
}

.-translate-y-24 {
  transform: translateY(-6rem);
}

.-translate-y-28 {
  transform: translateY(-7rem);
}

.-translate-y-32 {
  transform: translateY(-8rem);
}

.-translate-y-36 {
  transform: translateY(-9rem);
}

.-translate-y-40 {
  transform: translateY(-10rem);
}

.-translate-y-44 {
  transform: translateY(-11rem);
}

.-translate-y-48 {
  transform: translateY(-12rem);
}

.-translate-y-52 {
  transform: translateY(-13rem);
}

.-translate-y-56 {
  transform: translateY(-14rem);
}

.-translate-y-60 {
  transform: translateY(-15rem);
}

.-translate-y-64 {
  transform: translateY(-16rem);
}

.-translate-y-72 {
  transform: translateY(-18rem);
}

.-translate-y-80 {
  transform: translateY(-20rem);
}

.-translate-y-96 {
  transform: translateY(-24rem);
}

.-translate-y-128 {
  transform: translateY(-32rem);
}

.-translate-y-144 {
  transform: translateY(-36rem);
}

.-translate-y-160 {
  transform: translateY(-40rem);
}

.-translate-y-192 {
  transform: translateY(-48rem);
}

.-translate-y-px {
  transform: translateY(-1px);
}

.-translate-y-0\.5 {
  transform: translateY(-0.125rem);
}

.-translate-y-1\.5 {
  transform: translateY(-0.375rem);
}

.-translate-y-2\.5 {
  transform: translateY(-0.625rem);
}

.-translate-y-3\.5 {
  transform: translateY(-0.875rem);
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

.-translate-y-1\/3 {
  transform: translateY(-33.33333%);
}

.-translate-y-2\/3 {
  transform: translateY(-66.66667%);
}

.-translate-y-1\/4 {
  transform: translateY(-25%);
}

.-translate-y-2\/4 {
  transform: translateY(-50%);
}

.-translate-y-3\/4 {
  transform: translateY(-75%);
}

.-translate-y-1\/5 {
  transform: translateY(-20%);
}

.-translate-y-2\/5 {
  transform: translateY(-40%);
}

.-translate-y-3\/5 {
  transform: translateY(-60%);
}

.-translate-y-4\/5 {
  transform: translateY(-80%);
}

.-translate-y-1\/6 {
  transform: translateY(-16.66667%);
}

.-translate-y-2\/6 {
  transform: translateY(-33.33333%);
}

.-translate-y-3\/6 {
  transform: translateY(-50%);
}

.-translate-y-4\/6 {
  transform: translateY(-66.66667%);
}

.-translate-y-5\/6 {
  transform: translateY(-83.33333%);
}

.-translate-y-1\/12 {
  transform: translateY(-8.33333%);
}

.-translate-y-2\/12 {
  transform: translateY(-16.66667%);
}

.-translate-y-3\/12 {
  transform: translateY(-25%);
}

.-translate-y-4\/12 {
  transform: translateY(-33.33333%);
}

.-translate-y-5\/12 {
  transform: translateY(-41.66667%);
}

.-translate-y-6\/12 {
  transform: translateY(-50%);
}

.-translate-y-7\/12 {
  transform: translateY(-58.33333%);
}

.-translate-y-8\/12 {
  transform: translateY(-66.66667%);
}

.-translate-y-9\/12 {
  transform: translateY(-75%);
}

.-translate-y-10\/12 {
  transform: translateY(-83.33333%);
}

.-translate-y-11\/12 {
  transform: translateY(-91.66667%);
}

.-translate-y-full {
  transform: translateY(-100%);
}

.hover\:translate-x-0:hover {
  transform: translateX(0);
}

.hover\:translate-x-1:hover {
  transform: translateX(0.25rem);
}

.hover\:translate-x-2:hover {
  transform: translateX(0.5rem);
}

.hover\:translate-x-3:hover {
  transform: translateX(0.75rem);
}

.hover\:translate-x-4:hover {
  transform: translateX(1rem);
}

.hover\:translate-x-5:hover {
  transform: translateX(1.25rem);
}

.hover\:translate-x-6:hover {
  transform: translateX(1.5rem);
}

.hover\:translate-x-7:hover {
  transform: translateX(1.75rem);
}

.hover\:translate-x-8:hover {
  transform: translateX(2rem);
}

.hover\:translate-x-9:hover {
  transform: translateX(2.25rem);
}

.hover\:translate-x-10:hover {
  transform: translateX(2.5rem);
}

.hover\:translate-x-11:hover {
  transform: translateX(2.75rem);
}

.hover\:translate-x-12:hover {
  transform: translateX(3rem);
}

.hover\:translate-x-13:hover {
  transform: translateX(3.25rem);
}

.hover\:translate-x-14:hover {
  transform: translateX(3.5rem);
}

.hover\:translate-x-15:hover {
  transform: translateX(3.75rem);
}

.hover\:translate-x-16:hover {
  transform: translateX(4rem);
}

.hover\:translate-x-20:hover {
  transform: translateX(5rem);
}

.hover\:translate-x-24:hover {
  transform: translateX(6rem);
}

.hover\:translate-x-28:hover {
  transform: translateX(7rem);
}

.hover\:translate-x-32:hover {
  transform: translateX(8rem);
}

.hover\:translate-x-36:hover {
  transform: translateX(9rem);
}

.hover\:translate-x-40:hover {
  transform: translateX(10rem);
}

.hover\:translate-x-44:hover {
  transform: translateX(11rem);
}

.hover\:translate-x-48:hover {
  transform: translateX(12rem);
}

.hover\:translate-x-52:hover {
  transform: translateX(13rem);
}

.hover\:translate-x-56:hover {
  transform: translateX(14rem);
}

.hover\:translate-x-60:hover {
  transform: translateX(15rem);
}

.hover\:translate-x-64:hover {
  transform: translateX(16rem);
}

.hover\:translate-x-72:hover {
  transform: translateX(18rem);
}

.hover\:translate-x-80:hover {
  transform: translateX(20rem);
}

.hover\:translate-x-96:hover {
  transform: translateX(24rem);
}

.hover\:translate-x-128:hover {
  transform: translateX(32rem);
}

.hover\:translate-x-144:hover {
  transform: translateX(36rem);
}

.hover\:translate-x-160:hover {
  transform: translateX(40rem);
}

.hover\:translate-x-192:hover {
  transform: translateX(48rem);
}

.hover\:translate-x-px:hover {
  transform: translateX(1px);
}

.hover\:translate-x-0\.5:hover {
  transform: translateX(0.125rem);
}

.hover\:translate-x-1\.5:hover {
  transform: translateX(0.375rem);
}

.hover\:translate-x-2\.5:hover {
  transform: translateX(0.625rem);
}

.hover\:translate-x-3\.5:hover {
  transform: translateX(0.875rem);
}

.hover\:translate-x-1\/2:hover {
  transform: translateX(50%);
}

.hover\:translate-x-1\/3:hover {
  transform: translateX(33.333333%);
}

.hover\:translate-x-2\/3:hover {
  transform: translateX(66.666667%);
}

.hover\:translate-x-1\/4:hover {
  transform: translateX(25%);
}

.hover\:translate-x-2\/4:hover {
  transform: translateX(50%);
}

.hover\:translate-x-3\/4:hover {
  transform: translateX(75%);
}

.hover\:translate-x-1\/5:hover {
  transform: translateX(20%);
}

.hover\:translate-x-2\/5:hover {
  transform: translateX(40%);
}

.hover\:translate-x-3\/5:hover {
  transform: translateX(60%);
}

.hover\:translate-x-4\/5:hover {
  transform: translateX(80%);
}

.hover\:translate-x-1\/6:hover {
  transform: translateX(16.666667%);
}

.hover\:translate-x-2\/6:hover {
  transform: translateX(33.333333%);
}

.hover\:translate-x-3\/6:hover {
  transform: translateX(50%);
}

.hover\:translate-x-4\/6:hover {
  transform: translateX(66.666667%);
}

.hover\:translate-x-5\/6:hover {
  transform: translateX(83.333333%);
}

.hover\:translate-x-1\/12:hover {
  transform: translateX(8.333333%);
}

.hover\:translate-x-2\/12:hover {
  transform: translateX(16.666667%);
}

.hover\:translate-x-3\/12:hover {
  transform: translateX(25%);
}

.hover\:translate-x-4\/12:hover {
  transform: translateX(33.333333%);
}

.hover\:translate-x-5\/12:hover {
  transform: translateX(41.666667%);
}

.hover\:translate-x-6\/12:hover {
  transform: translateX(50%);
}

.hover\:translate-x-7\/12:hover {
  transform: translateX(58.333333%);
}

.hover\:translate-x-8\/12:hover {
  transform: translateX(66.666667%);
}

.hover\:translate-x-9\/12:hover {
  transform: translateX(75%);
}

.hover\:translate-x-10\/12:hover {
  transform: translateX(83.333333%);
}

.hover\:translate-x-11\/12:hover {
  transform: translateX(91.666667%);
}

.hover\:translate-x-full:hover {
  transform: translateX(100%);
}

.hover\:-translate-x-1:hover {
  transform: translateX(-0.25rem);
}

.hover\:-translate-x-2:hover {
  transform: translateX(-0.5rem);
}

.hover\:-translate-x-3:hover {
  transform: translateX(-0.75rem);
}

.hover\:-translate-x-4:hover {
  transform: translateX(-1rem);
}

.hover\:-translate-x-5:hover {
  transform: translateX(-1.25rem);
}

.hover\:-translate-x-6:hover {
  transform: translateX(-1.5rem);
}

.hover\:-translate-x-7:hover {
  transform: translateX(-1.75rem);
}

.hover\:-translate-x-8:hover {
  transform: translateX(-2rem);
}

.hover\:-translate-x-9:hover {
  transform: translateX(-2.25rem);
}

.hover\:-translate-x-10:hover {
  transform: translateX(-2.5rem);
}

.hover\:-translate-x-11:hover {
  transform: translateX(-2.75rem);
}

.hover\:-translate-x-12:hover {
  transform: translateX(-3rem);
}

.hover\:-translate-x-13:hover {
  transform: translateX(-3.25rem);
}

.hover\:-translate-x-14:hover {
  transform: translateX(-3.5rem);
}

.hover\:-translate-x-15:hover {
  transform: translateX(-3.75rem);
}

.hover\:-translate-x-16:hover {
  transform: translateX(-4rem);
}

.hover\:-translate-x-20:hover {
  transform: translateX(-5rem);
}

.hover\:-translate-x-24:hover {
  transform: translateX(-6rem);
}

.hover\:-translate-x-28:hover {
  transform: translateX(-7rem);
}

.hover\:-translate-x-32:hover {
  transform: translateX(-8rem);
}

.hover\:-translate-x-36:hover {
  transform: translateX(-9rem);
}

.hover\:-translate-x-40:hover {
  transform: translateX(-10rem);
}

.hover\:-translate-x-44:hover {
  transform: translateX(-11rem);
}

.hover\:-translate-x-48:hover {
  transform: translateX(-12rem);
}

.hover\:-translate-x-52:hover {
  transform: translateX(-13rem);
}

.hover\:-translate-x-56:hover {
  transform: translateX(-14rem);
}

.hover\:-translate-x-60:hover {
  transform: translateX(-15rem);
}

.hover\:-translate-x-64:hover {
  transform: translateX(-16rem);
}

.hover\:-translate-x-72:hover {
  transform: translateX(-18rem);
}

.hover\:-translate-x-80:hover {
  transform: translateX(-20rem);
}

.hover\:-translate-x-96:hover {
  transform: translateX(-24rem);
}

.hover\:-translate-x-128:hover {
  transform: translateX(-32rem);
}

.hover\:-translate-x-144:hover {
  transform: translateX(-36rem);
}

.hover\:-translate-x-160:hover {
  transform: translateX(-40rem);
}

.hover\:-translate-x-192:hover {
  transform: translateX(-48rem);
}

.hover\:-translate-x-px:hover {
  transform: translateX(-1px);
}

.hover\:-translate-x-0\.5:hover {
  transform: translateX(-0.125rem);
}

.hover\:-translate-x-1\.5:hover {
  transform: translateX(-0.375rem);
}

.hover\:-translate-x-2\.5:hover {
  transform: translateX(-0.625rem);
}

.hover\:-translate-x-3\.5:hover {
  transform: translateX(-0.875rem);
}

.hover\:-translate-x-1\/2:hover {
  transform: translateX(-50%);
}

.hover\:-translate-x-1\/3:hover {
  transform: translateX(-33.33333%);
}

.hover\:-translate-x-2\/3:hover {
  transform: translateX(-66.66667%);
}

.hover\:-translate-x-1\/4:hover {
  transform: translateX(-25%);
}

.hover\:-translate-x-2\/4:hover {
  transform: translateX(-50%);
}

.hover\:-translate-x-3\/4:hover {
  transform: translateX(-75%);
}

.hover\:-translate-x-1\/5:hover {
  transform: translateX(-20%);
}

.hover\:-translate-x-2\/5:hover {
  transform: translateX(-40%);
}

.hover\:-translate-x-3\/5:hover {
  transform: translateX(-60%);
}

.hover\:-translate-x-4\/5:hover {
  transform: translateX(-80%);
}

.hover\:-translate-x-1\/6:hover {
  transform: translateX(-16.66667%);
}

.hover\:-translate-x-2\/6:hover {
  transform: translateX(-33.33333%);
}

.hover\:-translate-x-3\/6:hover {
  transform: translateX(-50%);
}

.hover\:-translate-x-4\/6:hover {
  transform: translateX(-66.66667%);
}

.hover\:-translate-x-5\/6:hover {
  transform: translateX(-83.33333%);
}

.hover\:-translate-x-1\/12:hover {
  transform: translateX(-8.33333%);
}

.hover\:-translate-x-2\/12:hover {
  transform: translateX(-16.66667%);
}

.hover\:-translate-x-3\/12:hover {
  transform: translateX(-25%);
}

.hover\:-translate-x-4\/12:hover {
  transform: translateX(-33.33333%);
}

.hover\:-translate-x-5\/12:hover {
  transform: translateX(-41.66667%);
}

.hover\:-translate-x-6\/12:hover {
  transform: translateX(-50%);
}

.hover\:-translate-x-7\/12:hover {
  transform: translateX(-58.33333%);
}

.hover\:-translate-x-8\/12:hover {
  transform: translateX(-66.66667%);
}

.hover\:-translate-x-9\/12:hover {
  transform: translateX(-75%);
}

.hover\:-translate-x-10\/12:hover {
  transform: translateX(-83.33333%);
}

.hover\:-translate-x-11\/12:hover {
  transform: translateX(-91.66667%);
}

.hover\:-translate-x-full:hover {
  transform: translateX(-100%);
}

.hover\:translate-y-0:hover {
  transform: translateY(0);
}

.hover\:translate-y-1:hover {
  transform: translateY(0.25rem);
}

.hover\:translate-y-2:hover {
  transform: translateY(0.5rem);
}

.hover\:translate-y-3:hover {
  transform: translateY(0.75rem);
}

.hover\:translate-y-4:hover {
  transform: translateY(1rem);
}

.hover\:translate-y-5:hover {
  transform: translateY(1.25rem);
}

.hover\:translate-y-6:hover {
  transform: translateY(1.5rem);
}

.hover\:translate-y-7:hover {
  transform: translateY(1.75rem);
}

.hover\:translate-y-8:hover {
  transform: translateY(2rem);
}

.hover\:translate-y-9:hover {
  transform: translateY(2.25rem);
}

.hover\:translate-y-10:hover {
  transform: translateY(2.5rem);
}

.hover\:translate-y-11:hover {
  transform: translateY(2.75rem);
}

.hover\:translate-y-12:hover {
  transform: translateY(3rem);
}

.hover\:translate-y-13:hover {
  transform: translateY(3.25rem);
}

.hover\:translate-y-14:hover {
  transform: translateY(3.5rem);
}

.hover\:translate-y-15:hover {
  transform: translateY(3.75rem);
}

.hover\:translate-y-16:hover {
  transform: translateY(4rem);
}

.hover\:translate-y-20:hover {
  transform: translateY(5rem);
}

.hover\:translate-y-24:hover {
  transform: translateY(6rem);
}

.hover\:translate-y-28:hover {
  transform: translateY(7rem);
}

.hover\:translate-y-32:hover {
  transform: translateY(8rem);
}

.hover\:translate-y-36:hover {
  transform: translateY(9rem);
}

.hover\:translate-y-40:hover {
  transform: translateY(10rem);
}

.hover\:translate-y-44:hover {
  transform: translateY(11rem);
}

.hover\:translate-y-48:hover {
  transform: translateY(12rem);
}

.hover\:translate-y-52:hover {
  transform: translateY(13rem);
}

.hover\:translate-y-56:hover {
  transform: translateY(14rem);
}

.hover\:translate-y-60:hover {
  transform: translateY(15rem);
}

.hover\:translate-y-64:hover {
  transform: translateY(16rem);
}

.hover\:translate-y-72:hover {
  transform: translateY(18rem);
}

.hover\:translate-y-80:hover {
  transform: translateY(20rem);
}

.hover\:translate-y-96:hover {
  transform: translateY(24rem);
}

.hover\:translate-y-128:hover {
  transform: translateY(32rem);
}

.hover\:translate-y-144:hover {
  transform: translateY(36rem);
}

.hover\:translate-y-160:hover {
  transform: translateY(40rem);
}

.hover\:translate-y-192:hover {
  transform: translateY(48rem);
}

.hover\:translate-y-px:hover {
  transform: translateY(1px);
}

.hover\:translate-y-0\.5:hover {
  transform: translateY(0.125rem);
}

.hover\:translate-y-1\.5:hover {
  transform: translateY(0.375rem);
}

.hover\:translate-y-2\.5:hover {
  transform: translateY(0.625rem);
}

.hover\:translate-y-3\.5:hover {
  transform: translateY(0.875rem);
}

.hover\:translate-y-1\/2:hover {
  transform: translateY(50%);
}

.hover\:translate-y-1\/3:hover {
  transform: translateY(33.333333%);
}

.hover\:translate-y-2\/3:hover {
  transform: translateY(66.666667%);
}

.hover\:translate-y-1\/4:hover {
  transform: translateY(25%);
}

.hover\:translate-y-2\/4:hover {
  transform: translateY(50%);
}

.hover\:translate-y-3\/4:hover {
  transform: translateY(75%);
}

.hover\:translate-y-1\/5:hover {
  transform: translateY(20%);
}

.hover\:translate-y-2\/5:hover {
  transform: translateY(40%);
}

.hover\:translate-y-3\/5:hover {
  transform: translateY(60%);
}

.hover\:translate-y-4\/5:hover {
  transform: translateY(80%);
}

.hover\:translate-y-1\/6:hover {
  transform: translateY(16.666667%);
}

.hover\:translate-y-2\/6:hover {
  transform: translateY(33.333333%);
}

.hover\:translate-y-3\/6:hover {
  transform: translateY(50%);
}

.hover\:translate-y-4\/6:hover {
  transform: translateY(66.666667%);
}

.hover\:translate-y-5\/6:hover {
  transform: translateY(83.333333%);
}

.hover\:translate-y-1\/12:hover {
  transform: translateY(8.333333%);
}

.hover\:translate-y-2\/12:hover {
  transform: translateY(16.666667%);
}

.hover\:translate-y-3\/12:hover {
  transform: translateY(25%);
}

.hover\:translate-y-4\/12:hover {
  transform: translateY(33.333333%);
}

.hover\:translate-y-5\/12:hover {
  transform: translateY(41.666667%);
}

.hover\:translate-y-6\/12:hover {
  transform: translateY(50%);
}

.hover\:translate-y-7\/12:hover {
  transform: translateY(58.333333%);
}

.hover\:translate-y-8\/12:hover {
  transform: translateY(66.666667%);
}

.hover\:translate-y-9\/12:hover {
  transform: translateY(75%);
}

.hover\:translate-y-10\/12:hover {
  transform: translateY(83.333333%);
}

.hover\:translate-y-11\/12:hover {
  transform: translateY(91.666667%);
}

.hover\:translate-y-full:hover {
  transform: translateY(100%);
}

.hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}

.hover\:-translate-y-2:hover {
  transform: translateY(-0.5rem);
}

.hover\:-translate-y-3:hover {
  transform: translateY(-0.75rem);
}

.hover\:-translate-y-4:hover {
  transform: translateY(-1rem);
}

.hover\:-translate-y-5:hover {
  transform: translateY(-1.25rem);
}

.hover\:-translate-y-6:hover {
  transform: translateY(-1.5rem);
}

.hover\:-translate-y-7:hover {
  transform: translateY(-1.75rem);
}

.hover\:-translate-y-8:hover {
  transform: translateY(-2rem);
}

.hover\:-translate-y-9:hover {
  transform: translateY(-2.25rem);
}

.hover\:-translate-y-10:hover {
  transform: translateY(-2.5rem);
}

.hover\:-translate-y-11:hover {
  transform: translateY(-2.75rem);
}

.hover\:-translate-y-12:hover {
  transform: translateY(-3rem);
}

.hover\:-translate-y-13:hover {
  transform: translateY(-3.25rem);
}

.hover\:-translate-y-14:hover {
  transform: translateY(-3.5rem);
}

.hover\:-translate-y-15:hover {
  transform: translateY(-3.75rem);
}

.hover\:-translate-y-16:hover {
  transform: translateY(-4rem);
}

.hover\:-translate-y-20:hover {
  transform: translateY(-5rem);
}

.hover\:-translate-y-24:hover {
  transform: translateY(-6rem);
}

.hover\:-translate-y-28:hover {
  transform: translateY(-7rem);
}

.hover\:-translate-y-32:hover {
  transform: translateY(-8rem);
}

.hover\:-translate-y-36:hover {
  transform: translateY(-9rem);
}

.hover\:-translate-y-40:hover {
  transform: translateY(-10rem);
}

.hover\:-translate-y-44:hover {
  transform: translateY(-11rem);
}

.hover\:-translate-y-48:hover {
  transform: translateY(-12rem);
}

.hover\:-translate-y-52:hover {
  transform: translateY(-13rem);
}

.hover\:-translate-y-56:hover {
  transform: translateY(-14rem);
}

.hover\:-translate-y-60:hover {
  transform: translateY(-15rem);
}

.hover\:-translate-y-64:hover {
  transform: translateY(-16rem);
}

.hover\:-translate-y-72:hover {
  transform: translateY(-18rem);
}

.hover\:-translate-y-80:hover {
  transform: translateY(-20rem);
}

.hover\:-translate-y-96:hover {
  transform: translateY(-24rem);
}

.hover\:-translate-y-128:hover {
  transform: translateY(-32rem);
}

.hover\:-translate-y-144:hover {
  transform: translateY(-36rem);
}

.hover\:-translate-y-160:hover {
  transform: translateY(-40rem);
}

.hover\:-translate-y-192:hover {
  transform: translateY(-48rem);
}

.hover\:-translate-y-px:hover {
  transform: translateY(-1px);
}

.hover\:-translate-y-0\.5:hover {
  transform: translateY(-0.125rem);
}

.hover\:-translate-y-1\.5:hover {
  transform: translateY(-0.375rem);
}

.hover\:-translate-y-2\.5:hover {
  transform: translateY(-0.625rem);
}

.hover\:-translate-y-3\.5:hover {
  transform: translateY(-0.875rem);
}

.hover\:-translate-y-1\/2:hover {
  transform: translateY(-50%);
}

.hover\:-translate-y-1\/3:hover {
  transform: translateY(-33.33333%);
}

.hover\:-translate-y-2\/3:hover {
  transform: translateY(-66.66667%);
}

.hover\:-translate-y-1\/4:hover {
  transform: translateY(-25%);
}

.hover\:-translate-y-2\/4:hover {
  transform: translateY(-50%);
}

.hover\:-translate-y-3\/4:hover {
  transform: translateY(-75%);
}

.hover\:-translate-y-1\/5:hover {
  transform: translateY(-20%);
}

.hover\:-translate-y-2\/5:hover {
  transform: translateY(-40%);
}

.hover\:-translate-y-3\/5:hover {
  transform: translateY(-60%);
}

.hover\:-translate-y-4\/5:hover {
  transform: translateY(-80%);
}

.hover\:-translate-y-1\/6:hover {
  transform: translateY(-16.66667%);
}

.hover\:-translate-y-2\/6:hover {
  transform: translateY(-33.33333%);
}

.hover\:-translate-y-3\/6:hover {
  transform: translateY(-50%);
}

.hover\:-translate-y-4\/6:hover {
  transform: translateY(-66.66667%);
}

.hover\:-translate-y-5\/6:hover {
  transform: translateY(-83.33333%);
}

.hover\:-translate-y-1\/12:hover {
  transform: translateY(-8.33333%);
}

.hover\:-translate-y-2\/12:hover {
  transform: translateY(-16.66667%);
}

.hover\:-translate-y-3\/12:hover {
  transform: translateY(-25%);
}

.hover\:-translate-y-4\/12:hover {
  transform: translateY(-33.33333%);
}

.hover\:-translate-y-5\/12:hover {
  transform: translateY(-41.66667%);
}

.hover\:-translate-y-6\/12:hover {
  transform: translateY(-50%);
}

.hover\:-translate-y-7\/12:hover {
  transform: translateY(-58.33333%);
}

.hover\:-translate-y-8\/12:hover {
  transform: translateY(-66.66667%);
}

.hover\:-translate-y-9\/12:hover {
  transform: translateY(-75%);
}

.hover\:-translate-y-10\/12:hover {
  transform: translateY(-83.33333%);
}

.hover\:-translate-y-11\/12:hover {
  transform: translateY(-91.66667%);
}

.hover\:-translate-y-full:hover {
  transform: translateY(-100%);
}

.focus\:translate-x-0:focus {
  transform: translateX(0);
}

.focus\:translate-x-1:focus {
  transform: translateX(0.25rem);
}

.focus\:translate-x-2:focus {
  transform: translateX(0.5rem);
}

.focus\:translate-x-3:focus {
  transform: translateX(0.75rem);
}

.focus\:translate-x-4:focus {
  transform: translateX(1rem);
}

.focus\:translate-x-5:focus {
  transform: translateX(1.25rem);
}

.focus\:translate-x-6:focus {
  transform: translateX(1.5rem);
}

.focus\:translate-x-7:focus {
  transform: translateX(1.75rem);
}

.focus\:translate-x-8:focus {
  transform: translateX(2rem);
}

.focus\:translate-x-9:focus {
  transform: translateX(2.25rem);
}

.focus\:translate-x-10:focus {
  transform: translateX(2.5rem);
}

.focus\:translate-x-11:focus {
  transform: translateX(2.75rem);
}

.focus\:translate-x-12:focus {
  transform: translateX(3rem);
}

.focus\:translate-x-13:focus {
  transform: translateX(3.25rem);
}

.focus\:translate-x-14:focus {
  transform: translateX(3.5rem);
}

.focus\:translate-x-15:focus {
  transform: translateX(3.75rem);
}

.focus\:translate-x-16:focus {
  transform: translateX(4rem);
}

.focus\:translate-x-20:focus {
  transform: translateX(5rem);
}

.focus\:translate-x-24:focus {
  transform: translateX(6rem);
}

.focus\:translate-x-28:focus {
  transform: translateX(7rem);
}

.focus\:translate-x-32:focus {
  transform: translateX(8rem);
}

.focus\:translate-x-36:focus {
  transform: translateX(9rem);
}

.focus\:translate-x-40:focus {
  transform: translateX(10rem);
}

.focus\:translate-x-44:focus {
  transform: translateX(11rem);
}

.focus\:translate-x-48:focus {
  transform: translateX(12rem);
}

.focus\:translate-x-52:focus {
  transform: translateX(13rem);
}

.focus\:translate-x-56:focus {
  transform: translateX(14rem);
}

.focus\:translate-x-60:focus {
  transform: translateX(15rem);
}

.focus\:translate-x-64:focus {
  transform: translateX(16rem);
}

.focus\:translate-x-72:focus {
  transform: translateX(18rem);
}

.focus\:translate-x-80:focus {
  transform: translateX(20rem);
}

.focus\:translate-x-96:focus {
  transform: translateX(24rem);
}

.focus\:translate-x-128:focus {
  transform: translateX(32rem);
}

.focus\:translate-x-144:focus {
  transform: translateX(36rem);
}

.focus\:translate-x-160:focus {
  transform: translateX(40rem);
}

.focus\:translate-x-192:focus {
  transform: translateX(48rem);
}

.focus\:translate-x-px:focus {
  transform: translateX(1px);
}

.focus\:translate-x-0\.5:focus {
  transform: translateX(0.125rem);
}

.focus\:translate-x-1\.5:focus {
  transform: translateX(0.375rem);
}

.focus\:translate-x-2\.5:focus {
  transform: translateX(0.625rem);
}

.focus\:translate-x-3\.5:focus {
  transform: translateX(0.875rem);
}

.focus\:translate-x-1\/2:focus {
  transform: translateX(50%);
}

.focus\:translate-x-1\/3:focus {
  transform: translateX(33.333333%);
}

.focus\:translate-x-2\/3:focus {
  transform: translateX(66.666667%);
}

.focus\:translate-x-1\/4:focus {
  transform: translateX(25%);
}

.focus\:translate-x-2\/4:focus {
  transform: translateX(50%);
}

.focus\:translate-x-3\/4:focus {
  transform: translateX(75%);
}

.focus\:translate-x-1\/5:focus {
  transform: translateX(20%);
}

.focus\:translate-x-2\/5:focus {
  transform: translateX(40%);
}

.focus\:translate-x-3\/5:focus {
  transform: translateX(60%);
}

.focus\:translate-x-4\/5:focus {
  transform: translateX(80%);
}

.focus\:translate-x-1\/6:focus {
  transform: translateX(16.666667%);
}

.focus\:translate-x-2\/6:focus {
  transform: translateX(33.333333%);
}

.focus\:translate-x-3\/6:focus {
  transform: translateX(50%);
}

.focus\:translate-x-4\/6:focus {
  transform: translateX(66.666667%);
}

.focus\:translate-x-5\/6:focus {
  transform: translateX(83.333333%);
}

.focus\:translate-x-1\/12:focus {
  transform: translateX(8.333333%);
}

.focus\:translate-x-2\/12:focus {
  transform: translateX(16.666667%);
}

.focus\:translate-x-3\/12:focus {
  transform: translateX(25%);
}

.focus\:translate-x-4\/12:focus {
  transform: translateX(33.333333%);
}

.focus\:translate-x-5\/12:focus {
  transform: translateX(41.666667%);
}

.focus\:translate-x-6\/12:focus {
  transform: translateX(50%);
}

.focus\:translate-x-7\/12:focus {
  transform: translateX(58.333333%);
}

.focus\:translate-x-8\/12:focus {
  transform: translateX(66.666667%);
}

.focus\:translate-x-9\/12:focus {
  transform: translateX(75%);
}

.focus\:translate-x-10\/12:focus {
  transform: translateX(83.333333%);
}

.focus\:translate-x-11\/12:focus {
  transform: translateX(91.666667%);
}

.focus\:translate-x-full:focus {
  transform: translateX(100%);
}

.focus\:-translate-x-1:focus {
  transform: translateX(-0.25rem);
}

.focus\:-translate-x-2:focus {
  transform: translateX(-0.5rem);
}

.focus\:-translate-x-3:focus {
  transform: translateX(-0.75rem);
}

.focus\:-translate-x-4:focus {
  transform: translateX(-1rem);
}

.focus\:-translate-x-5:focus {
  transform: translateX(-1.25rem);
}

.focus\:-translate-x-6:focus {
  transform: translateX(-1.5rem);
}

.focus\:-translate-x-7:focus {
  transform: translateX(-1.75rem);
}

.focus\:-translate-x-8:focus {
  transform: translateX(-2rem);
}

.focus\:-translate-x-9:focus {
  transform: translateX(-2.25rem);
}

.focus\:-translate-x-10:focus {
  transform: translateX(-2.5rem);
}

.focus\:-translate-x-11:focus {
  transform: translateX(-2.75rem);
}

.focus\:-translate-x-12:focus {
  transform: translateX(-3rem);
}

.focus\:-translate-x-13:focus {
  transform: translateX(-3.25rem);
}

.focus\:-translate-x-14:focus {
  transform: translateX(-3.5rem);
}

.focus\:-translate-x-15:focus {
  transform: translateX(-3.75rem);
}

.focus\:-translate-x-16:focus {
  transform: translateX(-4rem);
}

.focus\:-translate-x-20:focus {
  transform: translateX(-5rem);
}

.focus\:-translate-x-24:focus {
  transform: translateX(-6rem);
}

.focus\:-translate-x-28:focus {
  transform: translateX(-7rem);
}

.focus\:-translate-x-32:focus {
  transform: translateX(-8rem);
}

.focus\:-translate-x-36:focus {
  transform: translateX(-9rem);
}

.focus\:-translate-x-40:focus {
  transform: translateX(-10rem);
}

.focus\:-translate-x-44:focus {
  transform: translateX(-11rem);
}

.focus\:-translate-x-48:focus {
  transform: translateX(-12rem);
}

.focus\:-translate-x-52:focus {
  transform: translateX(-13rem);
}

.focus\:-translate-x-56:focus {
  transform: translateX(-14rem);
}

.focus\:-translate-x-60:focus {
  transform: translateX(-15rem);
}

.focus\:-translate-x-64:focus {
  transform: translateX(-16rem);
}

.focus\:-translate-x-72:focus {
  transform: translateX(-18rem);
}

.focus\:-translate-x-80:focus {
  transform: translateX(-20rem);
}

.focus\:-translate-x-96:focus {
  transform: translateX(-24rem);
}

.focus\:-translate-x-128:focus {
  transform: translateX(-32rem);
}

.focus\:-translate-x-144:focus {
  transform: translateX(-36rem);
}

.focus\:-translate-x-160:focus {
  transform: translateX(-40rem);
}

.focus\:-translate-x-192:focus {
  transform: translateX(-48rem);
}

.focus\:-translate-x-px:focus {
  transform: translateX(-1px);
}

.focus\:-translate-x-0\.5:focus {
  transform: translateX(-0.125rem);
}

.focus\:-translate-x-1\.5:focus {
  transform: translateX(-0.375rem);
}

.focus\:-translate-x-2\.5:focus {
  transform: translateX(-0.625rem);
}

.focus\:-translate-x-3\.5:focus {
  transform: translateX(-0.875rem);
}

.focus\:-translate-x-1\/2:focus {
  transform: translateX(-50%);
}

.focus\:-translate-x-1\/3:focus {
  transform: translateX(-33.33333%);
}

.focus\:-translate-x-2\/3:focus {
  transform: translateX(-66.66667%);
}

.focus\:-translate-x-1\/4:focus {
  transform: translateX(-25%);
}

.focus\:-translate-x-2\/4:focus {
  transform: translateX(-50%);
}

.focus\:-translate-x-3\/4:focus {
  transform: translateX(-75%);
}

.focus\:-translate-x-1\/5:focus {
  transform: translateX(-20%);
}

.focus\:-translate-x-2\/5:focus {
  transform: translateX(-40%);
}

.focus\:-translate-x-3\/5:focus {
  transform: translateX(-60%);
}

.focus\:-translate-x-4\/5:focus {
  transform: translateX(-80%);
}

.focus\:-translate-x-1\/6:focus {
  transform: translateX(-16.66667%);
}

.focus\:-translate-x-2\/6:focus {
  transform: translateX(-33.33333%);
}

.focus\:-translate-x-3\/6:focus {
  transform: translateX(-50%);
}

.focus\:-translate-x-4\/6:focus {
  transform: translateX(-66.66667%);
}

.focus\:-translate-x-5\/6:focus {
  transform: translateX(-83.33333%);
}

.focus\:-translate-x-1\/12:focus {
  transform: translateX(-8.33333%);
}

.focus\:-translate-x-2\/12:focus {
  transform: translateX(-16.66667%);
}

.focus\:-translate-x-3\/12:focus {
  transform: translateX(-25%);
}

.focus\:-translate-x-4\/12:focus {
  transform: translateX(-33.33333%);
}

.focus\:-translate-x-5\/12:focus {
  transform: translateX(-41.66667%);
}

.focus\:-translate-x-6\/12:focus {
  transform: translateX(-50%);
}

.focus\:-translate-x-7\/12:focus {
  transform: translateX(-58.33333%);
}

.focus\:-translate-x-8\/12:focus {
  transform: translateX(-66.66667%);
}

.focus\:-translate-x-9\/12:focus {
  transform: translateX(-75%);
}

.focus\:-translate-x-10\/12:focus {
  transform: translateX(-83.33333%);
}

.focus\:-translate-x-11\/12:focus {
  transform: translateX(-91.66667%);
}

.focus\:-translate-x-full:focus {
  transform: translateX(-100%);
}

.focus\:translate-y-0:focus {
  transform: translateY(0);
}

.focus\:translate-y-1:focus {
  transform: translateY(0.25rem);
}

.focus\:translate-y-2:focus {
  transform: translateY(0.5rem);
}

.focus\:translate-y-3:focus {
  transform: translateY(0.75rem);
}

.focus\:translate-y-4:focus {
  transform: translateY(1rem);
}

.focus\:translate-y-5:focus {
  transform: translateY(1.25rem);
}

.focus\:translate-y-6:focus {
  transform: translateY(1.5rem);
}

.focus\:translate-y-7:focus {
  transform: translateY(1.75rem);
}

.focus\:translate-y-8:focus {
  transform: translateY(2rem);
}

.focus\:translate-y-9:focus {
  transform: translateY(2.25rem);
}

.focus\:translate-y-10:focus {
  transform: translateY(2.5rem);
}

.focus\:translate-y-11:focus {
  transform: translateY(2.75rem);
}

.focus\:translate-y-12:focus {
  transform: translateY(3rem);
}

.focus\:translate-y-13:focus {
  transform: translateY(3.25rem);
}

.focus\:translate-y-14:focus {
  transform: translateY(3.5rem);
}

.focus\:translate-y-15:focus {
  transform: translateY(3.75rem);
}

.focus\:translate-y-16:focus {
  transform: translateY(4rem);
}

.focus\:translate-y-20:focus {
  transform: translateY(5rem);
}

.focus\:translate-y-24:focus {
  transform: translateY(6rem);
}

.focus\:translate-y-28:focus {
  transform: translateY(7rem);
}

.focus\:translate-y-32:focus {
  transform: translateY(8rem);
}

.focus\:translate-y-36:focus {
  transform: translateY(9rem);
}

.focus\:translate-y-40:focus {
  transform: translateY(10rem);
}

.focus\:translate-y-44:focus {
  transform: translateY(11rem);
}

.focus\:translate-y-48:focus {
  transform: translateY(12rem);
}

.focus\:translate-y-52:focus {
  transform: translateY(13rem);
}

.focus\:translate-y-56:focus {
  transform: translateY(14rem);
}

.focus\:translate-y-60:focus {
  transform: translateY(15rem);
}

.focus\:translate-y-64:focus {
  transform: translateY(16rem);
}

.focus\:translate-y-72:focus {
  transform: translateY(18rem);
}

.focus\:translate-y-80:focus {
  transform: translateY(20rem);
}

.focus\:translate-y-96:focus {
  transform: translateY(24rem);
}

.focus\:translate-y-128:focus {
  transform: translateY(32rem);
}

.focus\:translate-y-144:focus {
  transform: translateY(36rem);
}

.focus\:translate-y-160:focus {
  transform: translateY(40rem);
}

.focus\:translate-y-192:focus {
  transform: translateY(48rem);
}

.focus\:translate-y-px:focus {
  transform: translateY(1px);
}

.focus\:translate-y-0\.5:focus {
  transform: translateY(0.125rem);
}

.focus\:translate-y-1\.5:focus {
  transform: translateY(0.375rem);
}

.focus\:translate-y-2\.5:focus {
  transform: translateY(0.625rem);
}

.focus\:translate-y-3\.5:focus {
  transform: translateY(0.875rem);
}

.focus\:translate-y-1\/2:focus {
  transform: translateY(50%);
}

.focus\:translate-y-1\/3:focus {
  transform: translateY(33.333333%);
}

.focus\:translate-y-2\/3:focus {
  transform: translateY(66.666667%);
}

.focus\:translate-y-1\/4:focus {
  transform: translateY(25%);
}

.focus\:translate-y-2\/4:focus {
  transform: translateY(50%);
}

.focus\:translate-y-3\/4:focus {
  transform: translateY(75%);
}

.focus\:translate-y-1\/5:focus {
  transform: translateY(20%);
}

.focus\:translate-y-2\/5:focus {
  transform: translateY(40%);
}

.focus\:translate-y-3\/5:focus {
  transform: translateY(60%);
}

.focus\:translate-y-4\/5:focus {
  transform: translateY(80%);
}

.focus\:translate-y-1\/6:focus {
  transform: translateY(16.666667%);
}

.focus\:translate-y-2\/6:focus {
  transform: translateY(33.333333%);
}

.focus\:translate-y-3\/6:focus {
  transform: translateY(50%);
}

.focus\:translate-y-4\/6:focus {
  transform: translateY(66.666667%);
}

.focus\:translate-y-5\/6:focus {
  transform: translateY(83.333333%);
}

.focus\:translate-y-1\/12:focus {
  transform: translateY(8.333333%);
}

.focus\:translate-y-2\/12:focus {
  transform: translateY(16.666667%);
}

.focus\:translate-y-3\/12:focus {
  transform: translateY(25%);
}

.focus\:translate-y-4\/12:focus {
  transform: translateY(33.333333%);
}

.focus\:translate-y-5\/12:focus {
  transform: translateY(41.666667%);
}

.focus\:translate-y-6\/12:focus {
  transform: translateY(50%);
}

.focus\:translate-y-7\/12:focus {
  transform: translateY(58.333333%);
}

.focus\:translate-y-8\/12:focus {
  transform: translateY(66.666667%);
}

.focus\:translate-y-9\/12:focus {
  transform: translateY(75%);
}

.focus\:translate-y-10\/12:focus {
  transform: translateY(83.333333%);
}

.focus\:translate-y-11\/12:focus {
  transform: translateY(91.666667%);
}

.focus\:translate-y-full:focus {
  transform: translateY(100%);
}

.focus\:-translate-y-1:focus {
  transform: translateY(-0.25rem);
}

.focus\:-translate-y-2:focus {
  transform: translateY(-0.5rem);
}

.focus\:-translate-y-3:focus {
  transform: translateY(-0.75rem);
}

.focus\:-translate-y-4:focus {
  transform: translateY(-1rem);
}

.focus\:-translate-y-5:focus {
  transform: translateY(-1.25rem);
}

.focus\:-translate-y-6:focus {
  transform: translateY(-1.5rem);
}

.focus\:-translate-y-7:focus {
  transform: translateY(-1.75rem);
}

.focus\:-translate-y-8:focus {
  transform: translateY(-2rem);
}

.focus\:-translate-y-9:focus {
  transform: translateY(-2.25rem);
}

.focus\:-translate-y-10:focus {
  transform: translateY(-2.5rem);
}

.focus\:-translate-y-11:focus {
  transform: translateY(-2.75rem);
}

.focus\:-translate-y-12:focus {
  transform: translateY(-3rem);
}

.focus\:-translate-y-13:focus {
  transform: translateY(-3.25rem);
}

.focus\:-translate-y-14:focus {
  transform: translateY(-3.5rem);
}

.focus\:-translate-y-15:focus {
  transform: translateY(-3.75rem);
}

.focus\:-translate-y-16:focus {
  transform: translateY(-4rem);
}

.focus\:-translate-y-20:focus {
  transform: translateY(-5rem);
}

.focus\:-translate-y-24:focus {
  transform: translateY(-6rem);
}

.focus\:-translate-y-28:focus {
  transform: translateY(-7rem);
}

.focus\:-translate-y-32:focus {
  transform: translateY(-8rem);
}

.focus\:-translate-y-36:focus {
  transform: translateY(-9rem);
}

.focus\:-translate-y-40:focus {
  transform: translateY(-10rem);
}

.focus\:-translate-y-44:focus {
  transform: translateY(-11rem);
}

.focus\:-translate-y-48:focus {
  transform: translateY(-12rem);
}

.focus\:-translate-y-52:focus {
  transform: translateY(-13rem);
}

.focus\:-translate-y-56:focus {
  transform: translateY(-14rem);
}

.focus\:-translate-y-60:focus {
  transform: translateY(-15rem);
}

.focus\:-translate-y-64:focus {
  transform: translateY(-16rem);
}

.focus\:-translate-y-72:focus {
  transform: translateY(-18rem);
}

.focus\:-translate-y-80:focus {
  transform: translateY(-20rem);
}

.focus\:-translate-y-96:focus {
  transform: translateY(-24rem);
}

.focus\:-translate-y-128:focus {
  transform: translateY(-32rem);
}

.focus\:-translate-y-144:focus {
  transform: translateY(-36rem);
}

.focus\:-translate-y-160:focus {
  transform: translateY(-40rem);
}

.focus\:-translate-y-192:focus {
  transform: translateY(-48rem);
}

.focus\:-translate-y-px:focus {
  transform: translateY(-1px);
}

.focus\:-translate-y-0\.5:focus {
  transform: translateY(-0.125rem);
}

.focus\:-translate-y-1\.5:focus {
  transform: translateY(-0.375rem);
}

.focus\:-translate-y-2\.5:focus {
  transform: translateY(-0.625rem);
}

.focus\:-translate-y-3\.5:focus {
  transform: translateY(-0.875rem);
}

.focus\:-translate-y-1\/2:focus {
  transform: translateY(-50%);
}

.focus\:-translate-y-1\/3:focus {
  transform: translateY(-33.33333%);
}

.focus\:-translate-y-2\/3:focus {
  transform: translateY(-66.66667%);
}

.focus\:-translate-y-1\/4:focus {
  transform: translateY(-25%);
}

.focus\:-translate-y-2\/4:focus {
  transform: translateY(-50%);
}

.focus\:-translate-y-3\/4:focus {
  transform: translateY(-75%);
}

.focus\:-translate-y-1\/5:focus {
  transform: translateY(-20%);
}

.focus\:-translate-y-2\/5:focus {
  transform: translateY(-40%);
}

.focus\:-translate-y-3\/5:focus {
  transform: translateY(-60%);
}

.focus\:-translate-y-4\/5:focus {
  transform: translateY(-80%);
}

.focus\:-translate-y-1\/6:focus {
  transform: translateY(-16.66667%);
}

.focus\:-translate-y-2\/6:focus {
  transform: translateY(-33.33333%);
}

.focus\:-translate-y-3\/6:focus {
  transform: translateY(-50%);
}

.focus\:-translate-y-4\/6:focus {
  transform: translateY(-66.66667%);
}

.focus\:-translate-y-5\/6:focus {
  transform: translateY(-83.33333%);
}

.focus\:-translate-y-1\/12:focus {
  transform: translateY(-8.33333%);
}

.focus\:-translate-y-2\/12:focus {
  transform: translateY(-16.66667%);
}

.focus\:-translate-y-3\/12:focus {
  transform: translateY(-25%);
}

.focus\:-translate-y-4\/12:focus {
  transform: translateY(-33.33333%);
}

.focus\:-translate-y-5\/12:focus {
  transform: translateY(-41.66667%);
}

.focus\:-translate-y-6\/12:focus {
  transform: translateY(-50%);
}

.focus\:-translate-y-7\/12:focus {
  transform: translateY(-58.33333%);
}

.focus\:-translate-y-8\/12:focus {
  transform: translateY(-66.66667%);
}

.focus\:-translate-y-9\/12:focus {
  transform: translateY(-75%);
}

.focus\:-translate-y-10\/12:focus {
  transform: translateY(-83.33333%);
}

.focus\:-translate-y-11\/12:focus {
  transform: translateY(-91.66667%);
}

.focus\:-translate-y-full:focus {
  transform: translateY(-100%);
}

.skew-x-0 {
  transform: skewX(0);
}

.skew-x-3 {
  transform: skewX(3deg);
}

.skew-x-6 {
  transform: skewX(6deg);
}

.skew-x-12 {
  transform: skewX(12deg);
}

.-skew-x-12 {
  transform: skewX(-12deg);
}

.-skew-x-6 {
  transform: skewX(-6deg);
}

.-skew-x-3 {
  transform: skewX(-3deg);
}

.skew-y-0 {
  transform: skewY(0);
}

.skew-y-3 {
  transform: skewY(3deg);
}

.skew-y-6 {
  transform: skewY(6deg);
}

.skew-y-12 {
  transform: skewY(12deg);
}

.-skew-y-12 {
  transform: skewY(-12deg);
}

.-skew-y-6 {
  transform: skewY(-6deg);
}

.-skew-y-3 {
  transform: skewY(-3deg);
}

.hover\:skew-x-0:hover {
  transform: skewX(0);
}

.hover\:skew-x-3:hover {
  transform: skewX(3deg);
}

.hover\:skew-x-6:hover {
  transform: skewX(6deg);
}

.hover\:skew-x-12:hover {
  transform: skewX(12deg);
}

.hover\:-skew-x-12:hover {
  transform: skewX(-12deg);
}

.hover\:-skew-x-6:hover {
  transform: skewX(-6deg);
}

.hover\:-skew-x-3:hover {
  transform: skewX(-3deg);
}

.hover\:skew-y-0:hover {
  transform: skewY(0);
}

.hover\:skew-y-3:hover {
  transform: skewY(3deg);
}

.hover\:skew-y-6:hover {
  transform: skewY(6deg);
}

.hover\:skew-y-12:hover {
  transform: skewY(12deg);
}

.hover\:-skew-y-12:hover {
  transform: skewY(-12deg);
}

.hover\:-skew-y-6:hover {
  transform: skewY(-6deg);
}

.hover\:-skew-y-3:hover {
  transform: skewY(-3deg);
}

.focus\:skew-x-0:focus {
  transform: skewX(0);
}

.focus\:skew-x-3:focus {
  transform: skewX(3deg);
}

.focus\:skew-x-6:focus {
  transform: skewX(6deg);
}

.focus\:skew-x-12:focus {
  transform: skewX(12deg);
}

.focus\:-skew-x-12:focus {
  transform: skewX(-12deg);
}

.focus\:-skew-x-6:focus {
  transform: skewX(-6deg);
}

.focus\:-skew-x-3:focus {
  transform: skewX(-3deg);
}

.focus\:skew-y-0:focus {
  transform: skewY(0);
}

.focus\:skew-y-3:focus {
  transform: skewY(3deg);
}

.focus\:skew-y-6:focus {
  transform: skewY(6deg);
}

.focus\:skew-y-12:focus {
  transform: skewY(12deg);
}

.focus\:-skew-y-12:focus {
  transform: skewY(-12deg);
}

.focus\:-skew-y-6:focus {
  transform: skewY(-6deg);
}

.focus\:-skew-y-3:focus {
  transform: skewY(-3deg);
}

.transition-none {
  transition-property: none;
}

.transition-all {
  transition-property: all;
}

.transition {
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
}

.transition-colors {
  transition-property: background-color, border-color, color, fill, stroke;
}

.transition-opacity {
  transition-property: opacity;
}

.transition-shadow {
  transition-property: box-shadow;
}

.transition-transform {
  transition-property: transform;
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.duration-75 {
  transition-duration: 75ms;
}

.duration-100 {
  transition-duration: 100ms;
}

.duration-150 {
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.duration-700 {
  transition-duration: 700ms;
}

.duration-1000 {
  transition-duration: 1000ms;
}

.delay-75 {
  transition-delay: 75ms;
}

.delay-100 {
  transition-delay: 100ms;
}

.delay-150 {
  transition-delay: 150ms;
}

.delay-200 {
  transition-delay: 200ms;
}

.delay-300 {
  transition-delay: 300ms;
}

.delay-500 {
  transition-delay: 500ms;
}

.delay-700 {
  transition-delay: 700ms;
}

.delay-1000 {
  transition-delay: 1000ms;
}

@-webkit-keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ping {
  75%, 100% {
    transform: scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  50% {
    opacity: .5;
  }
}

@keyframes pulse {
  50% {
    opacity: .5;
  }
}

@-webkit-keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8,0,1,1);
            animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    -webkit-animation-timing-function: cubic-bezier(0,0,0.2,1);
            animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-none {
  -webkit-animation: none;
          animation: none;
}

.animate-spin {
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
}

.animate-ping {
  -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
          animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
}

.animate-pulse {
  -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
          animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

.animate-bounce {
  -webkit-animation: bounce 1s infinite;
          animation: bounce 1s infinite;
}

.ar-21x9 {
  width: 100%;
  padding-bottom: 42.86%;
}

.ar-16x9 {
  width: 100%;
  padding-bottom: 56.25%;
}

.ar-4x3 {
  width: 100%;
  padding-bottom: 75.00%;
}

.ar-4x5 {
  width: 100%;
  padding-bottom: 125.00%;
}

.ar-3x2 {
  width: 100%;
  padding-bottom: 66.67%;
}

.ar-8x5 {
  width: 100%;
  padding-bottom: 62.50%;
}

.ar-5x8 {
  width: 100%;
  padding-bottom: 160.00%;
}

.ar-1x1 {
  width: 100%;
  padding-bottom: 100.00%;
}

.col-none {
  -moz-column-count: initial;
       column-count: initial;
}

.col-2 {
  -moz-column-count: 2;
       column-count: 2;
}

.col-3 {
  -moz-column-count: 3;
       column-count: 3;
}

.col-4 {
  -moz-column-count: 4;
       column-count: 4;
}

@media (min-width: 640px) {
  .sm\:space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0;
  }

  .sm\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: 0;
  }

  .sm\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: 0.25rem;
  }

  .sm\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: 0.25rem;
  }

  .sm\:space-y-2 > :not(template) ~ :not(template) {
    margin-top: 0.5rem;
  }

  .sm\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: 0.5rem;
  }

  .sm\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 0.75rem;
  }

  .sm\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: 0.75rem;
  }

  .sm\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 1rem;
  }

  .sm\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem;
  }

  .sm\:space-y-5 > :not(template) ~ :not(template) {
    margin-top: 1.25rem;
  }

  .sm\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: 1.25rem;
  }

  .sm\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 1.5rem;
  }

  .sm\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 1.5rem;
  }

  .sm\:space-y-7 > :not(template) ~ :not(template) {
    margin-top: 1.75rem;
  }

  .sm\:space-x-7 > :not(template) ~ :not(template) {
    margin-left: 1.75rem;
  }

  .sm\:space-y-8 > :not(template) ~ :not(template) {
    margin-top: 2rem;
  }

  .sm\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 2rem;
  }

  .sm\:space-y-9 > :not(template) ~ :not(template) {
    margin-top: 2.25rem;
  }

  .sm\:space-x-9 > :not(template) ~ :not(template) {
    margin-left: 2.25rem;
  }

  .sm\:space-y-10 > :not(template) ~ :not(template) {
    margin-top: 2.5rem;
  }

  .sm\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: 2.5rem;
  }

  .sm\:space-y-11 > :not(template) ~ :not(template) {
    margin-top: 2.75rem;
  }

  .sm\:space-x-11 > :not(template) ~ :not(template) {
    margin-left: 2.75rem;
  }

  .sm\:space-y-12 > :not(template) ~ :not(template) {
    margin-top: 3rem;
  }

  .sm\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: 3rem;
  }

  .sm\:space-y-13 > :not(template) ~ :not(template) {
    margin-top: 3.25rem;
  }

  .sm\:space-x-13 > :not(template) ~ :not(template) {
    margin-left: 3.25rem;
  }

  .sm\:space-y-14 > :not(template) ~ :not(template) {
    margin-top: 3.5rem;
  }

  .sm\:space-x-14 > :not(template) ~ :not(template) {
    margin-left: 3.5rem;
  }

  .sm\:space-y-15 > :not(template) ~ :not(template) {
    margin-top: 3.75rem;
  }

  .sm\:space-x-15 > :not(template) ~ :not(template) {
    margin-left: 3.75rem;
  }

  .sm\:space-y-16 > :not(template) ~ :not(template) {
    margin-top: 4rem;
  }

  .sm\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: 4rem;
  }

  .sm\:space-y-20 > :not(template) ~ :not(template) {
    margin-top: 5rem;
  }

  .sm\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: 5rem;
  }

  .sm\:space-y-24 > :not(template) ~ :not(template) {
    margin-top: 6rem;
  }

  .sm\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: 6rem;
  }

  .sm\:space-y-28 > :not(template) ~ :not(template) {
    margin-top: 7rem;
  }

  .sm\:space-x-28 > :not(template) ~ :not(template) {
    margin-left: 7rem;
  }

  .sm\:space-y-32 > :not(template) ~ :not(template) {
    margin-top: 8rem;
  }

  .sm\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: 8rem;
  }

  .sm\:space-y-36 > :not(template) ~ :not(template) {
    margin-top: 9rem;
  }

  .sm\:space-x-36 > :not(template) ~ :not(template) {
    margin-left: 9rem;
  }

  .sm\:space-y-40 > :not(template) ~ :not(template) {
    margin-top: 10rem;
  }

  .sm\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: 10rem;
  }

  .sm\:space-y-44 > :not(template) ~ :not(template) {
    margin-top: 11rem;
  }

  .sm\:space-x-44 > :not(template) ~ :not(template) {
    margin-left: 11rem;
  }

  .sm\:space-y-48 > :not(template) ~ :not(template) {
    margin-top: 12rem;
  }

  .sm\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: 12rem;
  }

  .sm\:space-y-52 > :not(template) ~ :not(template) {
    margin-top: 13rem;
  }

  .sm\:space-x-52 > :not(template) ~ :not(template) {
    margin-left: 13rem;
  }

  .sm\:space-y-56 > :not(template) ~ :not(template) {
    margin-top: 14rem;
  }

  .sm\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: 14rem;
  }

  .sm\:space-y-60 > :not(template) ~ :not(template) {
    margin-top: 15rem;
  }

  .sm\:space-x-60 > :not(template) ~ :not(template) {
    margin-left: 15rem;
  }

  .sm\:space-y-64 > :not(template) ~ :not(template) {
    margin-top: 16rem;
  }

  .sm\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: 16rem;
  }

  .sm\:space-y-72 > :not(template) ~ :not(template) {
    margin-top: 18rem;
  }

  .sm\:space-x-72 > :not(template) ~ :not(template) {
    margin-left: 18rem;
  }

  .sm\:space-y-80 > :not(template) ~ :not(template) {
    margin-top: 20rem;
  }

  .sm\:space-x-80 > :not(template) ~ :not(template) {
    margin-left: 20rem;
  }

  .sm\:space-y-96 > :not(template) ~ :not(template) {
    margin-top: 24rem;
  }

  .sm\:space-x-96 > :not(template) ~ :not(template) {
    margin-left: 24rem;
  }

  .sm\:space-y-128 > :not(template) ~ :not(template) {
    margin-top: 32rem;
  }

  .sm\:space-x-128 > :not(template) ~ :not(template) {
    margin-left: 32rem;
  }

  .sm\:space-y-144 > :not(template) ~ :not(template) {
    margin-top: 36rem;
  }

  .sm\:space-x-144 > :not(template) ~ :not(template) {
    margin-left: 36rem;
  }

  .sm\:space-y-160 > :not(template) ~ :not(template) {
    margin-top: 40rem;
  }

  .sm\:space-x-160 > :not(template) ~ :not(template) {
    margin-left: 40rem;
  }

  .sm\:space-y-192 > :not(template) ~ :not(template) {
    margin-top: 48rem;
  }

  .sm\:space-x-192 > :not(template) ~ :not(template) {
    margin-left: 48rem;
  }

  .sm\:space-y-px > :not(template) ~ :not(template) {
    margin-top: 1px;
  }

  .sm\:space-x-px > :not(template) ~ :not(template) {
    margin-left: 1px;
  }

  .sm\:space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: 0.125rem;
  }

  .sm\:space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: 0.125rem;
  }

  .sm\:space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: 0.375rem;
  }

  .sm\:space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: 0.375rem;
  }

  .sm\:space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: 0.625rem;
  }

  .sm\:space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: 0.625rem;
  }

  .sm\:space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: 0.875rem;
  }

  .sm\:space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: 0.875rem;
  }

  .sm\:space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .sm\:space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .sm\:space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .sm\:space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .sm\:space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .sm\:space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .sm\:space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .sm\:space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .sm\:space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .sm\:space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .sm\:space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .sm\:space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .sm\:space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: 20%;
  }

  .sm\:space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: 20%;
  }

  .sm\:space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: 40%;
  }

  .sm\:space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: 40%;
  }

  .sm\:space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: 60%;
  }

  .sm\:space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: 60%;
  }

  .sm\:space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: 80%;
  }

  .sm\:space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: 80%;
  }

  .sm\:space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .sm\:space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .sm\:space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .sm\:space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .sm\:space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .sm\:space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .sm\:space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .sm\:space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .sm\:space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .sm\:space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .sm\:space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: 8.333333%;
  }

  .sm\:space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: 8.333333%;
  }

  .sm\:space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .sm\:space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .sm\:space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .sm\:space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .sm\:space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .sm\:space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .sm\:space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: 41.666667%;
  }

  .sm\:space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: 41.666667%;
  }

  .sm\:space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .sm\:space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .sm\:space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: 58.333333%;
  }

  .sm\:space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: 58.333333%;
  }

  .sm\:space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .sm\:space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .sm\:space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .sm\:space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .sm\:space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .sm\:space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .sm\:space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: 91.666667%;
  }

  .sm\:space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: 91.666667%;
  }

  .sm\:space-y-full > :not(template) ~ :not(template) {
    margin-top: 100%;
  }

  .sm\:space-x-full > :not(template) ~ :not(template) {
    margin-left: 100%;
  }

  .sm\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: -0.25rem;
  }

  .sm\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: -0.25rem;
  }

  .sm\:-space-y-2 > :not(template) ~ :not(template) {
    margin-top: -0.5rem;
  }

  .sm\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: -0.5rem;
  }

  .sm\:-space-y-3 > :not(template) ~ :not(template) {
    margin-top: -0.75rem;
  }

  .sm\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: -0.75rem;
  }

  .sm\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: -1rem;
  }

  .sm\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: -1rem;
  }

  .sm\:-space-y-5 > :not(template) ~ :not(template) {
    margin-top: -1.25rem;
  }

  .sm\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: -1.25rem;
  }

  .sm\:-space-y-6 > :not(template) ~ :not(template) {
    margin-top: -1.5rem;
  }

  .sm\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: -1.5rem;
  }

  .sm\:-space-y-7 > :not(template) ~ :not(template) {
    margin-top: -1.75rem;
  }

  .sm\:-space-x-7 > :not(template) ~ :not(template) {
    margin-left: -1.75rem;
  }

  .sm\:-space-y-8 > :not(template) ~ :not(template) {
    margin-top: -2rem;
  }

  .sm\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: -2rem;
  }

  .sm\:-space-y-9 > :not(template) ~ :not(template) {
    margin-top: -2.25rem;
  }

  .sm\:-space-x-9 > :not(template) ~ :not(template) {
    margin-left: -2.25rem;
  }

  .sm\:-space-y-10 > :not(template) ~ :not(template) {
    margin-top: -2.5rem;
  }

  .sm\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: -2.5rem;
  }

  .sm\:-space-y-11 > :not(template) ~ :not(template) {
    margin-top: -2.75rem;
  }

  .sm\:-space-x-11 > :not(template) ~ :not(template) {
    margin-left: -2.75rem;
  }

  .sm\:-space-y-12 > :not(template) ~ :not(template) {
    margin-top: -3rem;
  }

  .sm\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: -3rem;
  }

  .sm\:-space-y-13 > :not(template) ~ :not(template) {
    margin-top: -3.25rem;
  }

  .sm\:-space-x-13 > :not(template) ~ :not(template) {
    margin-left: -3.25rem;
  }

  .sm\:-space-y-14 > :not(template) ~ :not(template) {
    margin-top: -3.5rem;
  }

  .sm\:-space-x-14 > :not(template) ~ :not(template) {
    margin-left: -3.5rem;
  }

  .sm\:-space-y-15 > :not(template) ~ :not(template) {
    margin-top: -3.75rem;
  }

  .sm\:-space-x-15 > :not(template) ~ :not(template) {
    margin-left: -3.75rem;
  }

  .sm\:-space-y-16 > :not(template) ~ :not(template) {
    margin-top: -4rem;
  }

  .sm\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: -4rem;
  }

  .sm\:-space-y-20 > :not(template) ~ :not(template) {
    margin-top: -5rem;
  }

  .sm\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: -5rem;
  }

  .sm\:-space-y-24 > :not(template) ~ :not(template) {
    margin-top: -6rem;
  }

  .sm\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: -6rem;
  }

  .sm\:-space-y-28 > :not(template) ~ :not(template) {
    margin-top: -7rem;
  }

  .sm\:-space-x-28 > :not(template) ~ :not(template) {
    margin-left: -7rem;
  }

  .sm\:-space-y-32 > :not(template) ~ :not(template) {
    margin-top: -8rem;
  }

  .sm\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: -8rem;
  }

  .sm\:-space-y-36 > :not(template) ~ :not(template) {
    margin-top: -9rem;
  }

  .sm\:-space-x-36 > :not(template) ~ :not(template) {
    margin-left: -9rem;
  }

  .sm\:-space-y-40 > :not(template) ~ :not(template) {
    margin-top: -10rem;
  }

  .sm\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: -10rem;
  }

  .sm\:-space-y-44 > :not(template) ~ :not(template) {
    margin-top: -11rem;
  }

  .sm\:-space-x-44 > :not(template) ~ :not(template) {
    margin-left: -11rem;
  }

  .sm\:-space-y-48 > :not(template) ~ :not(template) {
    margin-top: -12rem;
  }

  .sm\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: -12rem;
  }

  .sm\:-space-y-52 > :not(template) ~ :not(template) {
    margin-top: -13rem;
  }

  .sm\:-space-x-52 > :not(template) ~ :not(template) {
    margin-left: -13rem;
  }

  .sm\:-space-y-56 > :not(template) ~ :not(template) {
    margin-top: -14rem;
  }

  .sm\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: -14rem;
  }

  .sm\:-space-y-60 > :not(template) ~ :not(template) {
    margin-top: -15rem;
  }

  .sm\:-space-x-60 > :not(template) ~ :not(template) {
    margin-left: -15rem;
  }

  .sm\:-space-y-64 > :not(template) ~ :not(template) {
    margin-top: -16rem;
  }

  .sm\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: -16rem;
  }

  .sm\:-space-y-72 > :not(template) ~ :not(template) {
    margin-top: -18rem;
  }

  .sm\:-space-x-72 > :not(template) ~ :not(template) {
    margin-left: -18rem;
  }

  .sm\:-space-y-80 > :not(template) ~ :not(template) {
    margin-top: -20rem;
  }

  .sm\:-space-x-80 > :not(template) ~ :not(template) {
    margin-left: -20rem;
  }

  .sm\:-space-y-96 > :not(template) ~ :not(template) {
    margin-top: -24rem;
  }

  .sm\:-space-x-96 > :not(template) ~ :not(template) {
    margin-left: -24rem;
  }

  .sm\:-space-y-128 > :not(template) ~ :not(template) {
    margin-top: -32rem;
  }

  .sm\:-space-x-128 > :not(template) ~ :not(template) {
    margin-left: -32rem;
  }

  .sm\:-space-y-144 > :not(template) ~ :not(template) {
    margin-top: -36rem;
  }

  .sm\:-space-x-144 > :not(template) ~ :not(template) {
    margin-left: -36rem;
  }

  .sm\:-space-y-160 > :not(template) ~ :not(template) {
    margin-top: -40rem;
  }

  .sm\:-space-x-160 > :not(template) ~ :not(template) {
    margin-left: -40rem;
  }

  .sm\:-space-y-192 > :not(template) ~ :not(template) {
    margin-top: -48rem;
  }

  .sm\:-space-x-192 > :not(template) ~ :not(template) {
    margin-left: -48rem;
  }

  .sm\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: -1px;
  }

  .sm\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: -1px;
  }

  .sm\:-space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: -0.125rem;
  }

  .sm\:-space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: -0.125rem;
  }

  .sm\:-space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: -0.375rem;
  }

  .sm\:-space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: -0.375rem;
  }

  .sm\:-space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: -0.625rem;
  }

  .sm\:-space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: -0.625rem;
  }

  .sm\:-space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: -0.875rem;
  }

  .sm\:-space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: -0.875rem;
  }

  .sm\:-space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .sm\:-space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .sm\:-space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .sm\:-space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .sm\:-space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .sm\:-space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .sm\:-space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .sm\:-space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .sm\:-space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .sm\:-space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .sm\:-space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .sm\:-space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .sm\:-space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: -20%;
  }

  .sm\:-space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: -20%;
  }

  .sm\:-space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: -40%;
  }

  .sm\:-space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: -40%;
  }

  .sm\:-space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: -60%;
  }

  .sm\:-space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: -60%;
  }

  .sm\:-space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: -80%;
  }

  .sm\:-space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: -80%;
  }

  .sm\:-space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .sm\:-space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .sm\:-space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .sm\:-space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .sm\:-space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .sm\:-space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .sm\:-space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .sm\:-space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .sm\:-space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .sm\:-space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .sm\:-space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: -8.33333%;
  }

  .sm\:-space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: -8.33333%;
  }

  .sm\:-space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .sm\:-space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .sm\:-space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .sm\:-space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .sm\:-space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .sm\:-space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .sm\:-space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: -41.66667%;
  }

  .sm\:-space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: -41.66667%;
  }

  .sm\:-space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .sm\:-space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .sm\:-space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: -58.33333%;
  }

  .sm\:-space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: -58.33333%;
  }

  .sm\:-space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .sm\:-space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .sm\:-space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .sm\:-space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .sm\:-space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .sm\:-space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .sm\:-space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: -91.66667%;
  }

  .sm\:-space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: -91.66667%;
  }

  .sm\:-space-y-full > :not(template) ~ :not(template) {
    margin-top: -100%;
  }

  .sm\:-space-x-full > :not(template) ~ :not(template) {
    margin-left: -100%;
  }

  .sm\:divide-y-0 > :not(template) ~ :not(template) {
    border-top-width: 0px;
  }

  .sm\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: 0px;
  }

  .sm\:divide-y-2 > :not(template) ~ :not(template) {
    border-top-width: 2px;
  }

  .sm\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: 2px;
  }

  .sm\:divide-y-3 > :not(template) ~ :not(template) {
    border-top-width: 3px;
  }

  .sm\:divide-x-3 > :not(template) ~ :not(template) {
    border-left-width: 3px;
  }

  .sm\:divide-y-4 > :not(template) ~ :not(template) {
    border-top-width: 4px;
  }

  .sm\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: 4px;
  }

  .sm\:divide-y-6 > :not(template) ~ :not(template) {
    border-top-width: 6px;
  }

  .sm\:divide-x-6 > :not(template) ~ :not(template) {
    border-left-width: 6px;
  }

  .sm\:divide-y-8 > :not(template) ~ :not(template) {
    border-top-width: 8px;
  }

  .sm\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: 8px;
  }

  .sm\:divide-y > :not(template) ~ :not(template) {
    border-top-width: 1px;
  }

  .sm\:divide-x > :not(template) ~ :not(template) {
    border-left-width: 1px;
  }

  .sm\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .sm\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff;
  }

  .sm\:divide-white-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:divide-white-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:divide-white-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:divide-white-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:divide-white-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:divide-white-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:divide-white-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:divide-white-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:divide-white-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:divide-black > :not(template) ~ :not(template) {
    border-color: #000;
  }

  .sm\:divide-black-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:divide-black-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:divide-black-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:divide-black-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:divide-black-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:divide-black-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:divide-black-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:divide-black-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:divide-black-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7f7f7;
  }

  .sm\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #ebebeb;
  }

  .sm\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #d0d0d0;
  }

  .sm\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #b8b8b8;
  }

  .sm\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #9e9e9e;
  }

  .sm\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #666666;
  }

  .sm\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #525252;
  }

  .sm\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #333333;
  }

  .sm\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1f1f1f;
  }

  .sm\:divide-gray-warm-100 > :not(template) ~ :not(template) {
    border-color: #f4f2f0;
  }

  .sm\:divide-gray-warm-200 > :not(template) ~ :not(template) {
    border-color: #e9e6e2;
  }

  .sm\:divide-gray-warm-300 > :not(template) ~ :not(template) {
    border-color: #dfdad4;
  }

  .sm\:divide-gray-warm-400 > :not(template) ~ :not(template) {
    border-color: #cfc7bf;
  }

  .sm\:divide-gray-warm-500 > :not(template) ~ :not(template) {
    border-color: #c2bab3;
  }

  .sm\:divide-gray-warm-600 > :not(template) ~ :not(template) {
    border-color: #b3aca8;
  }

  .sm\:divide-gray-warm-700 > :not(template) ~ :not(template) {
    border-color: #a19994;
  }

  .sm\:divide-gray-warm-800 > :not(template) ~ :not(template) {
    border-color: #63544b;
  }

  .sm\:divide-gray-warm-900 > :not(template) ~ :not(template) {
    border-color: #3f3731;
  }

  .sm\:divide-gray-cool-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f7;
  }

  .sm\:divide-gray-cool-200 > :not(template) ~ :not(template) {
    border-color: #e9edf1;
  }

  .sm\:divide-gray-cool-300 > :not(template) ~ :not(template) {
    border-color: #d5dde6;
  }

  .sm\:divide-gray-cool-400 > :not(template) ~ :not(template) {
    border-color: #bcc5d2;
  }

  .sm\:divide-gray-cool-500 > :not(template) ~ :not(template) {
    border-color: #99a3b0;
  }

  .sm\:divide-gray-cool-600 > :not(template) ~ :not(template) {
    border-color: #8d95a0;
  }

  .sm\:divide-gray-cool-700 > :not(template) ~ :not(template) {
    border-color: #7e848b;
  }

  .sm\:divide-gray-cool-800 > :not(template) ~ :not(template) {
    border-color: #686d73;
  }

  .sm\:divide-gray-cool-900 > :not(template) ~ :not(template) {
    border-color: #50565e;
  }

  .sm\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fff5f5;
  }

  .sm\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fed7d7;
  }

  .sm\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #feb2b2;
  }

  .sm\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #fc8181;
  }

  .sm\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #f56565;
  }

  .sm\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #e21d2f;
  }

  .sm\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #d41b2c;
  }

  .sm\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #c61929;
  }

  .sm\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #873138;
  }

  .sm\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #fff4f0;
  }

  .sm\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed8c8;
  }

  .sm\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fcb99c;
  }

  .sm\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fd9568;
  }

  .sm\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #ff854f;
  }

  .sm\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #e66833;
  }

  .sm\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c05621;
  }

  .sm\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9c4221;
  }

  .sm\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7b341e;
  }

  .sm\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fdf6e7;
  }

  .sm\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fee9bf;
  }

  .sm\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fbd893;
  }

  .sm\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #fcc85f;
  }

  .sm\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #ffbf3d;
  }

  .sm\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #e7a41d;
  }

  .sm\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #b7841f;
  }

  .sm\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #976c16;
  }

  .sm\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #745310;
  }

  .sm\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #f9fce9;
  }

  .sm\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #e5f396;
  }

  .sm\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #d0e656;
  }

  .sm\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #badb00;
  }

  .sm\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #acca07;
  }

  .sm\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #99b305;
  }

  .sm\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #869e00;
  }

  .sm\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #546727;
  }

  .sm\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #394a12;
  }

  .sm\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #e6fffa;
  }

  .sm\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #b2f5ea;
  }

  .sm\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #7beadc;
  }

  .sm\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #00cfb5;
  }

  .sm\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #3cbbaa;
  }

  .sm\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #319789;
  }

  .sm\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #2c7b70;
  }

  .sm\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #286159;
  }

  .sm\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #23524c;
  }

  .sm\:divide-aqua-100 > :not(template) ~ :not(template) {
    border-color: #ebfcff;
  }

  .sm\:divide-aqua-200 > :not(template) ~ :not(template) {
    border-color: #beeff8;
  }

  .sm\:divide-aqua-300 > :not(template) ~ :not(template) {
    border-color: #90e5f4;
  }

  .sm\:divide-aqua-400 > :not(template) ~ :not(template) {
    border-color: #71dcef;
  }

  .sm\:divide-aqua-500 > :not(template) ~ :not(template) {
    border-color: #52cfe5;
  }

  .sm\:divide-aqua-600 > :not(template) ~ :not(template) {
    border-color: #2bb2ca;
  }

  .sm\:divide-aqua-700 > :not(template) ~ :not(template) {
    border-color: #2097ac;
  }

  .sm\:divide-aqua-800 > :not(template) ~ :not(template) {
    border-color: #1c7382;
  }

  .sm\:divide-aqua-900 > :not(template) ~ :not(template) {
    border-color: #155460;
  }

  .sm\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #ebf8ff;
  }

  .sm\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bee3f8;
  }

  .sm\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #90cdf4;
  }

  .sm\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #63b3ed;
  }

  .sm\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #4299e1;
  }

  .sm\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #3182ce;
  }

  .sm\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #006eb5;
  }

  .sm\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #22547c;
  }

  .sm\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #2b435a;
  }

  .sm\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #fcf5ff;
  }

  .sm\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #f1d8fd;
  }

  .sm\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #dbbcfa;
  }

  .sm\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #cd82f2;
  }

  .sm\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #b26dd5;
  }

  .sm\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #904eb1;
  }

  .sm\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #824091;
  }

  .sm\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #743582;
  }

  .sm\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4a2353;
  }

  .sm\:divide-tan-100 > :not(template) ~ :not(template) {
    border-color: #f6f2e9;
  }

  .sm\:divide-tan-200 > :not(template) ~ :not(template) {
    border-color: #eee7d8;
  }

  .sm\:divide-tan-300 > :not(template) ~ :not(template) {
    border-color: #e7ddc5;
  }

  .sm\:divide-tan-400 > :not(template) ~ :not(template) {
    border-color: #e5d4ab;
  }

  .sm\:divide-tan-500 > :not(template) ~ :not(template) {
    border-color: #dec891;
  }

  .sm\:divide-tan-600 > :not(template) ~ :not(template) {
    border-color: #c3ac74;
  }

  .sm\:divide-tan-700 > :not(template) ~ :not(template) {
    border-color: #9a8451;
  }

  .sm\:divide-tan-800 > :not(template) ~ :not(template) {
    border-color: #685936;
  }

  .sm\:divide-tan-900 > :not(template) ~ :not(template) {
    border-color: #574c33;
  }

  .sm\:divide-gold-500 > :not(template) ~ :not(template) {
    border-color: #a4804a;
  }

  .sm\:divide-silver-500 > :not(template) ~ :not(template) {
    border-color: #8a8d8f;
  }

  .sm\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .sm\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .sm\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .sm\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .sm\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .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\: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\: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-transparent {
    background-color: transparent;
  }

  .sm\:bg-white {
    background-color: #ffffff;
  }

  .sm\:bg-white-semi-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:bg-white-semi-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:bg-white-semi-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:bg-white-semi-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:bg-white-semi-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:bg-white-semi-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:bg-white-semi-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:bg-white-semi-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:bg-white-semi-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:bg-black {
    background-color: #000;
  }

  .sm\:bg-black-semi-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:bg-black-semi-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:bg-black-semi-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:bg-black-semi-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:bg-black-semi-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:bg-black-semi-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:bg-black-semi-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:bg-black-semi-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:bg-black-semi-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:bg-gray-100 {
    background-color: #f7f7f7;
  }

  .sm\:bg-gray-200 {
    background-color: #ebebeb;
  }

  .sm\:bg-gray-300 {
    background-color: #d0d0d0;
  }

  .sm\:bg-gray-400 {
    background-color: #b8b8b8;
  }

  .sm\:bg-gray-500 {
    background-color: #9e9e9e;
  }

  .sm\:bg-gray-600 {
    background-color: #666666;
  }

  .sm\:bg-gray-700 {
    background-color: #525252;
  }

  .sm\:bg-gray-800 {
    background-color: #333333;
  }

  .sm\:bg-gray-900 {
    background-color: #1f1f1f;
  }

  .sm\:bg-gray-warm-100 {
    background-color: #f4f2f0;
  }

  .sm\:bg-gray-warm-200 {
    background-color: #e9e6e2;
  }

  .sm\:bg-gray-warm-300 {
    background-color: #dfdad4;
  }

  .sm\:bg-gray-warm-400 {
    background-color: #cfc7bf;
  }

  .sm\:bg-gray-warm-500 {
    background-color: #c2bab3;
  }

  .sm\:bg-gray-warm-600 {
    background-color: #b3aca8;
  }

  .sm\:bg-gray-warm-700 {
    background-color: #a19994;
  }

  .sm\:bg-gray-warm-800 {
    background-color: #63544b;
  }

  .sm\:bg-gray-warm-900 {
    background-color: #3f3731;
  }

  .sm\:bg-gray-cool-100 {
    background-color: #f3f4f7;
  }

  .sm\:bg-gray-cool-200 {
    background-color: #e9edf1;
  }

  .sm\:bg-gray-cool-300 {
    background-color: #d5dde6;
  }

  .sm\:bg-gray-cool-400 {
    background-color: #bcc5d2;
  }

  .sm\:bg-gray-cool-500 {
    background-color: #99a3b0;
  }

  .sm\:bg-gray-cool-600 {
    background-color: #8d95a0;
  }

  .sm\:bg-gray-cool-700 {
    background-color: #7e848b;
  }

  .sm\:bg-gray-cool-800 {
    background-color: #686d73;
  }

  .sm\:bg-gray-cool-900 {
    background-color: #50565e;
  }

  .sm\:bg-red-100 {
    background-color: #fff5f5;
  }

  .sm\:bg-red-200 {
    background-color: #fed7d7;
  }

  .sm\:bg-red-300 {
    background-color: #feb2b2;
  }

  .sm\:bg-red-400 {
    background-color: #fc8181;
  }

  .sm\:bg-red-500 {
    background-color: #f56565;
  }

  .sm\:bg-red-600 {
    background-color: #e21d2f;
  }

  .sm\:bg-red-700 {
    background-color: #d41b2c;
  }

  .sm\:bg-red-800 {
    background-color: #c61929;
  }

  .sm\:bg-red-900 {
    background-color: #873138;
  }

  .sm\:bg-orange-100 {
    background-color: #fff4f0;
  }

  .sm\:bg-orange-200 {
    background-color: #fed8c8;
  }

  .sm\:bg-orange-300 {
    background-color: #fcb99c;
  }

  .sm\:bg-orange-400 {
    background-color: #fd9568;
  }

  .sm\:bg-orange-500 {
    background-color: #ff854f;
  }

  .sm\:bg-orange-600 {
    background-color: #e66833;
  }

  .sm\:bg-orange-700 {
    background-color: #c05621;
  }

  .sm\:bg-orange-800 {
    background-color: #9c4221;
  }

  .sm\:bg-orange-900 {
    background-color: #7b341e;
  }

  .sm\:bg-yellow-100 {
    background-color: #fdf6e7;
  }

  .sm\:bg-yellow-200 {
    background-color: #fee9bf;
  }

  .sm\:bg-yellow-300 {
    background-color: #fbd893;
  }

  .sm\:bg-yellow-400 {
    background-color: #fcc85f;
  }

  .sm\:bg-yellow-500 {
    background-color: #ffbf3d;
  }

  .sm\:bg-yellow-600 {
    background-color: #e7a41d;
  }

  .sm\:bg-yellow-700 {
    background-color: #b7841f;
  }

  .sm\:bg-yellow-800 {
    background-color: #976c16;
  }

  .sm\:bg-yellow-900 {
    background-color: #745310;
  }

  .sm\:bg-green-100 {
    background-color: #f9fce9;
  }

  .sm\:bg-green-200 {
    background-color: #e5f396;
  }

  .sm\:bg-green-300 {
    background-color: #d0e656;
  }

  .sm\:bg-green-400 {
    background-color: #badb00;
  }

  .sm\:bg-green-500 {
    background-color: #acca07;
  }

  .sm\:bg-green-600 {
    background-color: #99b305;
  }

  .sm\:bg-green-700 {
    background-color: #869e00;
  }

  .sm\:bg-green-800 {
    background-color: #546727;
  }

  .sm\:bg-green-900 {
    background-color: #394a12;
  }

  .sm\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .sm\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .sm\:bg-teal-300 {
    background-color: #7beadc;
  }

  .sm\:bg-teal-400 {
    background-color: #00cfb5;
  }

  .sm\:bg-teal-500 {
    background-color: #3cbbaa;
  }

  .sm\:bg-teal-600 {
    background-color: #319789;
  }

  .sm\:bg-teal-700 {
    background-color: #2c7b70;
  }

  .sm\:bg-teal-800 {
    background-color: #286159;
  }

  .sm\:bg-teal-900 {
    background-color: #23524c;
  }

  .sm\:bg-aqua-100 {
    background-color: #ebfcff;
  }

  .sm\:bg-aqua-200 {
    background-color: #beeff8;
  }

  .sm\:bg-aqua-300 {
    background-color: #90e5f4;
  }

  .sm\:bg-aqua-400 {
    background-color: #71dcef;
  }

  .sm\:bg-aqua-500 {
    background-color: #52cfe5;
  }

  .sm\:bg-aqua-600 {
    background-color: #2bb2ca;
  }

  .sm\:bg-aqua-700 {
    background-color: #2097ac;
  }

  .sm\:bg-aqua-800 {
    background-color: #1c7382;
  }

  .sm\:bg-aqua-900 {
    background-color: #155460;
  }

  .sm\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .sm\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .sm\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .sm\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .sm\:bg-blue-500 {
    background-color: #4299e1;
  }

  .sm\:bg-blue-600 {
    background-color: #3182ce;
  }

  .sm\:bg-blue-700 {
    background-color: #006eb5;
  }

  .sm\:bg-blue-800 {
    background-color: #22547c;
  }

  .sm\:bg-blue-900 {
    background-color: #2b435a;
  }

  .sm\:bg-purple-100 {
    background-color: #fcf5ff;
  }

  .sm\:bg-purple-200 {
    background-color: #f1d8fd;
  }

  .sm\:bg-purple-300 {
    background-color: #dbbcfa;
  }

  .sm\:bg-purple-400 {
    background-color: #cd82f2;
  }

  .sm\:bg-purple-500 {
    background-color: #b26dd5;
  }

  .sm\:bg-purple-600 {
    background-color: #904eb1;
  }

  .sm\:bg-purple-700 {
    background-color: #824091;
  }

  .sm\:bg-purple-800 {
    background-color: #743582;
  }

  .sm\:bg-purple-900 {
    background-color: #4a2353;
  }

  .sm\:bg-tan-100 {
    background-color: #f6f2e9;
  }

  .sm\:bg-tan-200 {
    background-color: #eee7d8;
  }

  .sm\:bg-tan-300 {
    background-color: #e7ddc5;
  }

  .sm\:bg-tan-400 {
    background-color: #e5d4ab;
  }

  .sm\:bg-tan-500 {
    background-color: #dec891;
  }

  .sm\:bg-tan-600 {
    background-color: #c3ac74;
  }

  .sm\:bg-tan-700 {
    background-color: #9a8451;
  }

  .sm\:bg-tan-800 {
    background-color: #685936;
  }

  .sm\:bg-tan-900 {
    background-color: #574c33;
  }

  .sm\:bg-gold-500 {
    background-color: #a4804a;
  }

  .sm\:bg-silver-500 {
    background-color: #8a8d8f;
  }

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

  .sm\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .sm\:hover\:bg-white-semi-9:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:hover\:bg-white-semi-8:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:bg-white-semi-7:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:hover\:bg-white-semi-6:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:hover\:bg-white-semi-5:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:bg-white-semi-4:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:hover\:bg-white-semi-3:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:hover\:bg-white-semi-2:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:hover\:bg-white-semi-1:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:bg-black:hover {
    background-color: #000;
  }

  .sm\:hover\:bg-black-semi-9:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:hover\:bg-black-semi-8:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:bg-black-semi-7:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:hover\:bg-black-semi-6:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:hover\:bg-black-semi-5:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:bg-black-semi-4:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:hover\:bg-black-semi-3:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:bg-black-semi-2:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:hover\:bg-black-semi-1:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:bg-gray-100:hover {
    background-color: #f7f7f7;
  }

  .sm\:hover\:bg-gray-200:hover {
    background-color: #ebebeb;
  }

  .sm\:hover\:bg-gray-300:hover {
    background-color: #d0d0d0;
  }

  .sm\:hover\:bg-gray-400:hover {
    background-color: #b8b8b8;
  }

  .sm\:hover\:bg-gray-500:hover {
    background-color: #9e9e9e;
  }

  .sm\:hover\:bg-gray-600:hover {
    background-color: #666666;
  }

  .sm\:hover\:bg-gray-700:hover {
    background-color: #525252;
  }

  .sm\:hover\:bg-gray-800:hover {
    background-color: #333333;
  }

  .sm\:hover\:bg-gray-900:hover {
    background-color: #1f1f1f;
  }

  .sm\:hover\:bg-gray-warm-100:hover {
    background-color: #f4f2f0;
  }

  .sm\:hover\:bg-gray-warm-200:hover {
    background-color: #e9e6e2;
  }

  .sm\:hover\:bg-gray-warm-300:hover {
    background-color: #dfdad4;
  }

  .sm\:hover\:bg-gray-warm-400:hover {
    background-color: #cfc7bf;
  }

  .sm\:hover\:bg-gray-warm-500:hover {
    background-color: #c2bab3;
  }

  .sm\:hover\:bg-gray-warm-600:hover {
    background-color: #b3aca8;
  }

  .sm\:hover\:bg-gray-warm-700:hover {
    background-color: #a19994;
  }

  .sm\:hover\:bg-gray-warm-800:hover {
    background-color: #63544b;
  }

  .sm\:hover\:bg-gray-warm-900:hover {
    background-color: #3f3731;
  }

  .sm\:hover\:bg-gray-cool-100:hover {
    background-color: #f3f4f7;
  }

  .sm\:hover\:bg-gray-cool-200:hover {
    background-color: #e9edf1;
  }

  .sm\:hover\:bg-gray-cool-300:hover {
    background-color: #d5dde6;
  }

  .sm\:hover\:bg-gray-cool-400:hover {
    background-color: #bcc5d2;
  }

  .sm\:hover\:bg-gray-cool-500:hover {
    background-color: #99a3b0;
  }

  .sm\:hover\:bg-gray-cool-600:hover {
    background-color: #8d95a0;
  }

  .sm\:hover\:bg-gray-cool-700:hover {
    background-color: #7e848b;
  }

  .sm\:hover\:bg-gray-cool-800:hover {
    background-color: #686d73;
  }

  .sm\:hover\:bg-gray-cool-900:hover {
    background-color: #50565e;
  }

  .sm\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .sm\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .sm\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .sm\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .sm\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .sm\:hover\:bg-red-600:hover {
    background-color: #e21d2f;
  }

  .sm\:hover\:bg-red-700:hover {
    background-color: #d41b2c;
  }

  .sm\:hover\:bg-red-800:hover {
    background-color: #c61929;
  }

  .sm\:hover\:bg-red-900:hover {
    background-color: #873138;
  }

  .sm\:hover\:bg-orange-100:hover {
    background-color: #fff4f0;
  }

  .sm\:hover\:bg-orange-200:hover {
    background-color: #fed8c8;
  }

  .sm\:hover\:bg-orange-300:hover {
    background-color: #fcb99c;
  }

  .sm\:hover\:bg-orange-400:hover {
    background-color: #fd9568;
  }

  .sm\:hover\:bg-orange-500:hover {
    background-color: #ff854f;
  }

  .sm\:hover\:bg-orange-600:hover {
    background-color: #e66833;
  }

  .sm\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .sm\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .sm\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .sm\:hover\:bg-yellow-100:hover {
    background-color: #fdf6e7;
  }

  .sm\:hover\:bg-yellow-200:hover {
    background-color: #fee9bf;
  }

  .sm\:hover\:bg-yellow-300:hover {
    background-color: #fbd893;
  }

  .sm\:hover\:bg-yellow-400:hover {
    background-color: #fcc85f;
  }

  .sm\:hover\:bg-yellow-500:hover {
    background-color: #ffbf3d;
  }

  .sm\:hover\:bg-yellow-600:hover {
    background-color: #e7a41d;
  }

  .sm\:hover\:bg-yellow-700:hover {
    background-color: #b7841f;
  }

  .sm\:hover\:bg-yellow-800:hover {
    background-color: #976c16;
  }

  .sm\:hover\:bg-yellow-900:hover {
    background-color: #745310;
  }

  .sm\:hover\:bg-green-100:hover {
    background-color: #f9fce9;
  }

  .sm\:hover\:bg-green-200:hover {
    background-color: #e5f396;
  }

  .sm\:hover\:bg-green-300:hover {
    background-color: #d0e656;
  }

  .sm\:hover\:bg-green-400:hover {
    background-color: #badb00;
  }

  .sm\:hover\:bg-green-500:hover {
    background-color: #acca07;
  }

  .sm\:hover\:bg-green-600:hover {
    background-color: #99b305;
  }

  .sm\:hover\:bg-green-700:hover {
    background-color: #869e00;
  }

  .sm\:hover\:bg-green-800:hover {
    background-color: #546727;
  }

  .sm\:hover\:bg-green-900:hover {
    background-color: #394a12;
  }

  .sm\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .sm\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .sm\:hover\:bg-teal-300:hover {
    background-color: #7beadc;
  }

  .sm\:hover\:bg-teal-400:hover {
    background-color: #00cfb5;
  }

  .sm\:hover\:bg-teal-500:hover {
    background-color: #3cbbaa;
  }

  .sm\:hover\:bg-teal-600:hover {
    background-color: #319789;
  }

  .sm\:hover\:bg-teal-700:hover {
    background-color: #2c7b70;
  }

  .sm\:hover\:bg-teal-800:hover {
    background-color: #286159;
  }

  .sm\:hover\:bg-teal-900:hover {
    background-color: #23524c;
  }

  .sm\:hover\:bg-aqua-100:hover {
    background-color: #ebfcff;
  }

  .sm\:hover\:bg-aqua-200:hover {
    background-color: #beeff8;
  }

  .sm\:hover\:bg-aqua-300:hover {
    background-color: #90e5f4;
  }

  .sm\:hover\:bg-aqua-400:hover {
    background-color: #71dcef;
  }

  .sm\:hover\:bg-aqua-500:hover {
    background-color: #52cfe5;
  }

  .sm\:hover\:bg-aqua-600:hover {
    background-color: #2bb2ca;
  }

  .sm\:hover\:bg-aqua-700:hover {
    background-color: #2097ac;
  }

  .sm\:hover\:bg-aqua-800:hover {
    background-color: #1c7382;
  }

  .sm\:hover\:bg-aqua-900:hover {
    background-color: #155460;
  }

  .sm\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .sm\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .sm\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .sm\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .sm\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .sm\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .sm\:hover\:bg-blue-700:hover {
    background-color: #006eb5;
  }

  .sm\:hover\:bg-blue-800:hover {
    background-color: #22547c;
  }

  .sm\:hover\:bg-blue-900:hover {
    background-color: #2b435a;
  }

  .sm\:hover\:bg-purple-100:hover {
    background-color: #fcf5ff;
  }

  .sm\:hover\:bg-purple-200:hover {
    background-color: #f1d8fd;
  }

  .sm\:hover\:bg-purple-300:hover {
    background-color: #dbbcfa;
  }

  .sm\:hover\:bg-purple-400:hover {
    background-color: #cd82f2;
  }

  .sm\:hover\:bg-purple-500:hover {
    background-color: #b26dd5;
  }

  .sm\:hover\:bg-purple-600:hover {
    background-color: #904eb1;
  }

  .sm\:hover\:bg-purple-700:hover {
    background-color: #824091;
  }

  .sm\:hover\:bg-purple-800:hover {
    background-color: #743582;
  }

  .sm\:hover\:bg-purple-900:hover {
    background-color: #4a2353;
  }

  .sm\:hover\:bg-tan-100:hover {
    background-color: #f6f2e9;
  }

  .sm\:hover\:bg-tan-200:hover {
    background-color: #eee7d8;
  }

  .sm\:hover\:bg-tan-300:hover {
    background-color: #e7ddc5;
  }

  .sm\:hover\:bg-tan-400:hover {
    background-color: #e5d4ab;
  }

  .sm\:hover\:bg-tan-500:hover {
    background-color: #dec891;
  }

  .sm\:hover\:bg-tan-600:hover {
    background-color: #c3ac74;
  }

  .sm\:hover\:bg-tan-700:hover {
    background-color: #9a8451;
  }

  .sm\:hover\:bg-tan-800:hover {
    background-color: #685936;
  }

  .sm\:hover\:bg-tan-900:hover {
    background-color: #574c33;
  }

  .sm\:hover\:bg-gold-500:hover {
    background-color: #a4804a;
  }

  .sm\:hover\:bg-silver-500:hover {
    background-color: #8a8d8f;
  }

  .sm\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .sm\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .sm\:focus\:bg-white-semi-9:focus {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:focus\:bg-white-semi-8:focus {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:bg-white-semi-7:focus {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:focus\:bg-white-semi-6:focus {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:focus\:bg-white-semi-5:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:bg-white-semi-4:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:focus\:bg-white-semi-3:focus {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:focus\:bg-white-semi-2:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:focus\:bg-white-semi-1:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:bg-black:focus {
    background-color: #000;
  }

  .sm\:focus\:bg-black-semi-9:focus {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:focus\:bg-black-semi-8:focus {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:bg-black-semi-7:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:focus\:bg-black-semi-6:focus {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:focus\:bg-black-semi-5:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:bg-black-semi-4:focus {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:focus\:bg-black-semi-3:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:bg-black-semi-2:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:focus\:bg-black-semi-1:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:bg-gray-100:focus {
    background-color: #f7f7f7;
  }

  .sm\:focus\:bg-gray-200:focus {
    background-color: #ebebeb;
  }

  .sm\:focus\:bg-gray-300:focus {
    background-color: #d0d0d0;
  }

  .sm\:focus\:bg-gray-400:focus {
    background-color: #b8b8b8;
  }

  .sm\:focus\:bg-gray-500:focus {
    background-color: #9e9e9e;
  }

  .sm\:focus\:bg-gray-600:focus {
    background-color: #666666;
  }

  .sm\:focus\:bg-gray-700:focus {
    background-color: #525252;
  }

  .sm\:focus\:bg-gray-800:focus {
    background-color: #333333;
  }

  .sm\:focus\:bg-gray-900:focus {
    background-color: #1f1f1f;
  }

  .sm\:focus\:bg-gray-warm-100:focus {
    background-color: #f4f2f0;
  }

  .sm\:focus\:bg-gray-warm-200:focus {
    background-color: #e9e6e2;
  }

  .sm\:focus\:bg-gray-warm-300:focus {
    background-color: #dfdad4;
  }

  .sm\:focus\:bg-gray-warm-400:focus {
    background-color: #cfc7bf;
  }

  .sm\:focus\:bg-gray-warm-500:focus {
    background-color: #c2bab3;
  }

  .sm\:focus\:bg-gray-warm-600:focus {
    background-color: #b3aca8;
  }

  .sm\:focus\:bg-gray-warm-700:focus {
    background-color: #a19994;
  }

  .sm\:focus\:bg-gray-warm-800:focus {
    background-color: #63544b;
  }

  .sm\:focus\:bg-gray-warm-900:focus {
    background-color: #3f3731;
  }

  .sm\:focus\:bg-gray-cool-100:focus {
    background-color: #f3f4f7;
  }

  .sm\:focus\:bg-gray-cool-200:focus {
    background-color: #e9edf1;
  }

  .sm\:focus\:bg-gray-cool-300:focus {
    background-color: #d5dde6;
  }

  .sm\:focus\:bg-gray-cool-400:focus {
    background-color: #bcc5d2;
  }

  .sm\:focus\:bg-gray-cool-500:focus {
    background-color: #99a3b0;
  }

  .sm\:focus\:bg-gray-cool-600:focus {
    background-color: #8d95a0;
  }

  .sm\:focus\:bg-gray-cool-700:focus {
    background-color: #7e848b;
  }

  .sm\:focus\:bg-gray-cool-800:focus {
    background-color: #686d73;
  }

  .sm\:focus\:bg-gray-cool-900:focus {
    background-color: #50565e;
  }

  .sm\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .sm\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .sm\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .sm\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .sm\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .sm\:focus\:bg-red-600:focus {
    background-color: #e21d2f;
  }

  .sm\:focus\:bg-red-700:focus {
    background-color: #d41b2c;
  }

  .sm\:focus\:bg-red-800:focus {
    background-color: #c61929;
  }

  .sm\:focus\:bg-red-900:focus {
    background-color: #873138;
  }

  .sm\:focus\:bg-orange-100:focus {
    background-color: #fff4f0;
  }

  .sm\:focus\:bg-orange-200:focus {
    background-color: #fed8c8;
  }

  .sm\:focus\:bg-orange-300:focus {
    background-color: #fcb99c;
  }

  .sm\:focus\:bg-orange-400:focus {
    background-color: #fd9568;
  }

  .sm\:focus\:bg-orange-500:focus {
    background-color: #ff854f;
  }

  .sm\:focus\:bg-orange-600:focus {
    background-color: #e66833;
  }

  .sm\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .sm\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .sm\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .sm\:focus\:bg-yellow-100:focus {
    background-color: #fdf6e7;
  }

  .sm\:focus\:bg-yellow-200:focus {
    background-color: #fee9bf;
  }

  .sm\:focus\:bg-yellow-300:focus {
    background-color: #fbd893;
  }

  .sm\:focus\:bg-yellow-400:focus {
    background-color: #fcc85f;
  }

  .sm\:focus\:bg-yellow-500:focus {
    background-color: #ffbf3d;
  }

  .sm\:focus\:bg-yellow-600:focus {
    background-color: #e7a41d;
  }

  .sm\:focus\:bg-yellow-700:focus {
    background-color: #b7841f;
  }

  .sm\:focus\:bg-yellow-800:focus {
    background-color: #976c16;
  }

  .sm\:focus\:bg-yellow-900:focus {
    background-color: #745310;
  }

  .sm\:focus\:bg-green-100:focus {
    background-color: #f9fce9;
  }

  .sm\:focus\:bg-green-200:focus {
    background-color: #e5f396;
  }

  .sm\:focus\:bg-green-300:focus {
    background-color: #d0e656;
  }

  .sm\:focus\:bg-green-400:focus {
    background-color: #badb00;
  }

  .sm\:focus\:bg-green-500:focus {
    background-color: #acca07;
  }

  .sm\:focus\:bg-green-600:focus {
    background-color: #99b305;
  }

  .sm\:focus\:bg-green-700:focus {
    background-color: #869e00;
  }

  .sm\:focus\:bg-green-800:focus {
    background-color: #546727;
  }

  .sm\:focus\:bg-green-900:focus {
    background-color: #394a12;
  }

  .sm\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .sm\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .sm\:focus\:bg-teal-300:focus {
    background-color: #7beadc;
  }

  .sm\:focus\:bg-teal-400:focus {
    background-color: #00cfb5;
  }

  .sm\:focus\:bg-teal-500:focus {
    background-color: #3cbbaa;
  }

  .sm\:focus\:bg-teal-600:focus {
    background-color: #319789;
  }

  .sm\:focus\:bg-teal-700:focus {
    background-color: #2c7b70;
  }

  .sm\:focus\:bg-teal-800:focus {
    background-color: #286159;
  }

  .sm\:focus\:bg-teal-900:focus {
    background-color: #23524c;
  }

  .sm\:focus\:bg-aqua-100:focus {
    background-color: #ebfcff;
  }

  .sm\:focus\:bg-aqua-200:focus {
    background-color: #beeff8;
  }

  .sm\:focus\:bg-aqua-300:focus {
    background-color: #90e5f4;
  }

  .sm\:focus\:bg-aqua-400:focus {
    background-color: #71dcef;
  }

  .sm\:focus\:bg-aqua-500:focus {
    background-color: #52cfe5;
  }

  .sm\:focus\:bg-aqua-600:focus {
    background-color: #2bb2ca;
  }

  .sm\:focus\:bg-aqua-700:focus {
    background-color: #2097ac;
  }

  .sm\:focus\:bg-aqua-800:focus {
    background-color: #1c7382;
  }

  .sm\:focus\:bg-aqua-900:focus {
    background-color: #155460;
  }

  .sm\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .sm\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .sm\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .sm\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .sm\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .sm\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .sm\:focus\:bg-blue-700:focus {
    background-color: #006eb5;
  }

  .sm\:focus\:bg-blue-800:focus {
    background-color: #22547c;
  }

  .sm\:focus\:bg-blue-900:focus {
    background-color: #2b435a;
  }

  .sm\:focus\:bg-purple-100:focus {
    background-color: #fcf5ff;
  }

  .sm\:focus\:bg-purple-200:focus {
    background-color: #f1d8fd;
  }

  .sm\:focus\:bg-purple-300:focus {
    background-color: #dbbcfa;
  }

  .sm\:focus\:bg-purple-400:focus {
    background-color: #cd82f2;
  }

  .sm\:focus\:bg-purple-500:focus {
    background-color: #b26dd5;
  }

  .sm\:focus\:bg-purple-600:focus {
    background-color: #904eb1;
  }

  .sm\:focus\:bg-purple-700:focus {
    background-color: #824091;
  }

  .sm\:focus\:bg-purple-800:focus {
    background-color: #743582;
  }

  .sm\:focus\:bg-purple-900:focus {
    background-color: #4a2353;
  }

  .sm\:focus\:bg-tan-100:focus {
    background-color: #f6f2e9;
  }

  .sm\:focus\:bg-tan-200:focus {
    background-color: #eee7d8;
  }

  .sm\:focus\:bg-tan-300:focus {
    background-color: #e7ddc5;
  }

  .sm\:focus\:bg-tan-400:focus {
    background-color: #e5d4ab;
  }

  .sm\:focus\:bg-tan-500:focus {
    background-color: #dec891;
  }

  .sm\:focus\:bg-tan-600:focus {
    background-color: #c3ac74;
  }

  .sm\:focus\:bg-tan-700:focus {
    background-color: #9a8451;
  }

  .sm\:focus\:bg-tan-800:focus {
    background-color: #685936;
  }

  .sm\:focus\:bg-tan-900:focus {
    background-color: #574c33;
  }

  .sm\:focus\:bg-gold-500:focus {
    background-color: #a4804a;
  }

  .sm\:focus\:bg-silver-500:focus {
    background-color: #8a8d8f;
  }

  .sm\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .sm\:disabled\:bg-white:disabled {
    background-color: #ffffff;
  }

  .sm\:disabled\:bg-white-semi-9:disabled {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:disabled\:bg-white-semi-8:disabled {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:disabled\:bg-white-semi-7:disabled {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:disabled\:bg-white-semi-6:disabled {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:disabled\:bg-white-semi-5:disabled {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:disabled\:bg-white-semi-4:disabled {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:disabled\:bg-white-semi-3:disabled {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:disabled\:bg-white-semi-2:disabled {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:disabled\:bg-white-semi-1:disabled {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .sm\:disabled\:bg-black-semi-9:disabled {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:disabled\:bg-black-semi-8:disabled {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:disabled\:bg-black-semi-7:disabled {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:disabled\:bg-black-semi-6:disabled {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:disabled\:bg-black-semi-5:disabled {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:disabled\:bg-black-semi-4:disabled {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:disabled\:bg-black-semi-3:disabled {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:disabled\:bg-black-semi-2:disabled {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:disabled\:bg-black-semi-1:disabled {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:disabled\:bg-gray-100:disabled {
    background-color: #f7f7f7;
  }

  .sm\:disabled\:bg-gray-200:disabled {
    background-color: #ebebeb;
  }

  .sm\:disabled\:bg-gray-300:disabled {
    background-color: #d0d0d0;
  }

  .sm\:disabled\:bg-gray-400:disabled {
    background-color: #b8b8b8;
  }

  .sm\:disabled\:bg-gray-500:disabled {
    background-color: #9e9e9e;
  }

  .sm\:disabled\:bg-gray-600:disabled {
    background-color: #666666;
  }

  .sm\:disabled\:bg-gray-700:disabled {
    background-color: #525252;
  }

  .sm\:disabled\:bg-gray-800:disabled {
    background-color: #333333;
  }

  .sm\:disabled\:bg-gray-900:disabled {
    background-color: #1f1f1f;
  }

  .sm\:disabled\:bg-gray-warm-100:disabled {
    background-color: #f4f2f0;
  }

  .sm\:disabled\:bg-gray-warm-200:disabled {
    background-color: #e9e6e2;
  }

  .sm\:disabled\:bg-gray-warm-300:disabled {
    background-color: #dfdad4;
  }

  .sm\:disabled\:bg-gray-warm-400:disabled {
    background-color: #cfc7bf;
  }

  .sm\:disabled\:bg-gray-warm-500:disabled {
    background-color: #c2bab3;
  }

  .sm\:disabled\:bg-gray-warm-600:disabled {
    background-color: #b3aca8;
  }

  .sm\:disabled\:bg-gray-warm-700:disabled {
    background-color: #a19994;
  }

  .sm\:disabled\:bg-gray-warm-800:disabled {
    background-color: #63544b;
  }

  .sm\:disabled\:bg-gray-warm-900:disabled {
    background-color: #3f3731;
  }

  .sm\:disabled\:bg-gray-cool-100:disabled {
    background-color: #f3f4f7;
  }

  .sm\:disabled\:bg-gray-cool-200:disabled {
    background-color: #e9edf1;
  }

  .sm\:disabled\:bg-gray-cool-300:disabled {
    background-color: #d5dde6;
  }

  .sm\:disabled\:bg-gray-cool-400:disabled {
    background-color: #bcc5d2;
  }

  .sm\:disabled\:bg-gray-cool-500:disabled {
    background-color: #99a3b0;
  }

  .sm\:disabled\:bg-gray-cool-600:disabled {
    background-color: #8d95a0;
  }

  .sm\:disabled\:bg-gray-cool-700:disabled {
    background-color: #7e848b;
  }

  .sm\:disabled\:bg-gray-cool-800:disabled {
    background-color: #686d73;
  }

  .sm\:disabled\:bg-gray-cool-900:disabled {
    background-color: #50565e;
  }

  .sm\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .sm\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .sm\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .sm\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .sm\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .sm\:disabled\:bg-red-600:disabled {
    background-color: #e21d2f;
  }

  .sm\:disabled\:bg-red-700:disabled {
    background-color: #d41b2c;
  }

  .sm\:disabled\:bg-red-800:disabled {
    background-color: #c61929;
  }

  .sm\:disabled\:bg-red-900:disabled {
    background-color: #873138;
  }

  .sm\:disabled\:bg-orange-100:disabled {
    background-color: #fff4f0;
  }

  .sm\:disabled\:bg-orange-200:disabled {
    background-color: #fed8c8;
  }

  .sm\:disabled\:bg-orange-300:disabled {
    background-color: #fcb99c;
  }

  .sm\:disabled\:bg-orange-400:disabled {
    background-color: #fd9568;
  }

  .sm\:disabled\:bg-orange-500:disabled {
    background-color: #ff854f;
  }

  .sm\:disabled\:bg-orange-600:disabled {
    background-color: #e66833;
  }

  .sm\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .sm\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .sm\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .sm\:disabled\:bg-yellow-100:disabled {
    background-color: #fdf6e7;
  }

  .sm\:disabled\:bg-yellow-200:disabled {
    background-color: #fee9bf;
  }

  .sm\:disabled\:bg-yellow-300:disabled {
    background-color: #fbd893;
  }

  .sm\:disabled\:bg-yellow-400:disabled {
    background-color: #fcc85f;
  }

  .sm\:disabled\:bg-yellow-500:disabled {
    background-color: #ffbf3d;
  }

  .sm\:disabled\:bg-yellow-600:disabled {
    background-color: #e7a41d;
  }

  .sm\:disabled\:bg-yellow-700:disabled {
    background-color: #b7841f;
  }

  .sm\:disabled\:bg-yellow-800:disabled {
    background-color: #976c16;
  }

  .sm\:disabled\:bg-yellow-900:disabled {
    background-color: #745310;
  }

  .sm\:disabled\:bg-green-100:disabled {
    background-color: #f9fce9;
  }

  .sm\:disabled\:bg-green-200:disabled {
    background-color: #e5f396;
  }

  .sm\:disabled\:bg-green-300:disabled {
    background-color: #d0e656;
  }

  .sm\:disabled\:bg-green-400:disabled {
    background-color: #badb00;
  }

  .sm\:disabled\:bg-green-500:disabled {
    background-color: #acca07;
  }

  .sm\:disabled\:bg-green-600:disabled {
    background-color: #99b305;
  }

  .sm\:disabled\:bg-green-700:disabled {
    background-color: #869e00;
  }

  .sm\:disabled\:bg-green-800:disabled {
    background-color: #546727;
  }

  .sm\:disabled\:bg-green-900:disabled {
    background-color: #394a12;
  }

  .sm\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .sm\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .sm\:disabled\:bg-teal-300:disabled {
    background-color: #7beadc;
  }

  .sm\:disabled\:bg-teal-400:disabled {
    background-color: #00cfb5;
  }

  .sm\:disabled\:bg-teal-500:disabled {
    background-color: #3cbbaa;
  }

  .sm\:disabled\:bg-teal-600:disabled {
    background-color: #319789;
  }

  .sm\:disabled\:bg-teal-700:disabled {
    background-color: #2c7b70;
  }

  .sm\:disabled\:bg-teal-800:disabled {
    background-color: #286159;
  }

  .sm\:disabled\:bg-teal-900:disabled {
    background-color: #23524c;
  }

  .sm\:disabled\:bg-aqua-100:disabled {
    background-color: #ebfcff;
  }

  .sm\:disabled\:bg-aqua-200:disabled {
    background-color: #beeff8;
  }

  .sm\:disabled\:bg-aqua-300:disabled {
    background-color: #90e5f4;
  }

  .sm\:disabled\:bg-aqua-400:disabled {
    background-color: #71dcef;
  }

  .sm\:disabled\:bg-aqua-500:disabled {
    background-color: #52cfe5;
  }

  .sm\:disabled\:bg-aqua-600:disabled {
    background-color: #2bb2ca;
  }

  .sm\:disabled\:bg-aqua-700:disabled {
    background-color: #2097ac;
  }

  .sm\:disabled\:bg-aqua-800:disabled {
    background-color: #1c7382;
  }

  .sm\:disabled\:bg-aqua-900:disabled {
    background-color: #155460;
  }

  .sm\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .sm\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .sm\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .sm\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .sm\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .sm\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .sm\:disabled\:bg-blue-700:disabled {
    background-color: #006eb5;
  }

  .sm\:disabled\:bg-blue-800:disabled {
    background-color: #22547c;
  }

  .sm\:disabled\:bg-blue-900:disabled {
    background-color: #2b435a;
  }

  .sm\:disabled\:bg-purple-100:disabled {
    background-color: #fcf5ff;
  }

  .sm\:disabled\:bg-purple-200:disabled {
    background-color: #f1d8fd;
  }

  .sm\:disabled\:bg-purple-300:disabled {
    background-color: #dbbcfa;
  }

  .sm\:disabled\:bg-purple-400:disabled {
    background-color: #cd82f2;
  }

  .sm\:disabled\:bg-purple-500:disabled {
    background-color: #b26dd5;
  }

  .sm\:disabled\:bg-purple-600:disabled {
    background-color: #904eb1;
  }

  .sm\:disabled\:bg-purple-700:disabled {
    background-color: #824091;
  }

  .sm\:disabled\:bg-purple-800:disabled {
    background-color: #743582;
  }

  .sm\:disabled\:bg-purple-900:disabled {
    background-color: #4a2353;
  }

  .sm\:disabled\:bg-tan-100:disabled {
    background-color: #f6f2e9;
  }

  .sm\:disabled\:bg-tan-200:disabled {
    background-color: #eee7d8;
  }

  .sm\:disabled\:bg-tan-300:disabled {
    background-color: #e7ddc5;
  }

  .sm\:disabled\:bg-tan-400:disabled {
    background-color: #e5d4ab;
  }

  .sm\:disabled\:bg-tan-500:disabled {
    background-color: #dec891;
  }

  .sm\:disabled\:bg-tan-600:disabled {
    background-color: #c3ac74;
  }

  .sm\:disabled\:bg-tan-700:disabled {
    background-color: #9a8451;
  }

  .sm\:disabled\:bg-tan-800:disabled {
    background-color: #685936;
  }

  .sm\:disabled\:bg-tan-900:disabled {
    background-color: #574c33;
  }

  .sm\:disabled\:bg-gold-500:disabled {
    background-color: #a4804a;
  }

  .sm\:disabled\:bg-silver-500:disabled {
    background-color: #8a8d8f;
  }

  .sm\:bg-none {
    background-image: none;
  }

  .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-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-white {
    border-color: #ffffff;
  }

  .sm\:border-white-semi-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:border-white-semi-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:border-white-semi-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:border-white-semi-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:border-white-semi-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:border-white-semi-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:border-white-semi-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:border-white-semi-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:border-white-semi-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:border-black {
    border-color: #000;
  }

  .sm\:border-black-semi-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:border-black-semi-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:border-black-semi-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:border-black-semi-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:border-black-semi-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:border-black-semi-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:border-black-semi-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:border-black-semi-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:border-black-semi-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:border-gray-100 {
    border-color: #f7f7f7;
  }

  .sm\:border-gray-200 {
    border-color: #ebebeb;
  }

  .sm\:border-gray-300 {
    border-color: #d0d0d0;
  }

  .sm\:border-gray-400 {
    border-color: #b8b8b8;
  }

  .sm\:border-gray-500 {
    border-color: #9e9e9e;
  }

  .sm\:border-gray-600 {
    border-color: #666666;
  }

  .sm\:border-gray-700 {
    border-color: #525252;
  }

  .sm\:border-gray-800 {
    border-color: #333333;
  }

  .sm\:border-gray-900 {
    border-color: #1f1f1f;
  }

  .sm\:border-gray-warm-100 {
    border-color: #f4f2f0;
  }

  .sm\:border-gray-warm-200 {
    border-color: #e9e6e2;
  }

  .sm\:border-gray-warm-300 {
    border-color: #dfdad4;
  }

  .sm\:border-gray-warm-400 {
    border-color: #cfc7bf;
  }

  .sm\:border-gray-warm-500 {
    border-color: #c2bab3;
  }

  .sm\:border-gray-warm-600 {
    border-color: #b3aca8;
  }

  .sm\:border-gray-warm-700 {
    border-color: #a19994;
  }

  .sm\:border-gray-warm-800 {
    border-color: #63544b;
  }

  .sm\:border-gray-warm-900 {
    border-color: #3f3731;
  }

  .sm\:border-gray-cool-100 {
    border-color: #f3f4f7;
  }

  .sm\:border-gray-cool-200 {
    border-color: #e9edf1;
  }

  .sm\:border-gray-cool-300 {
    border-color: #d5dde6;
  }

  .sm\:border-gray-cool-400 {
    border-color: #bcc5d2;
  }

  .sm\:border-gray-cool-500 {
    border-color: #99a3b0;
  }

  .sm\:border-gray-cool-600 {
    border-color: #8d95a0;
  }

  .sm\:border-gray-cool-700 {
    border-color: #7e848b;
  }

  .sm\:border-gray-cool-800 {
    border-color: #686d73;
  }

  .sm\:border-gray-cool-900 {
    border-color: #50565e;
  }

  .sm\:border-red-100 {
    border-color: #fff5f5;
  }

  .sm\:border-red-200 {
    border-color: #fed7d7;
  }

  .sm\:border-red-300 {
    border-color: #feb2b2;
  }

  .sm\:border-red-400 {
    border-color: #fc8181;
  }

  .sm\:border-red-500 {
    border-color: #f56565;
  }

  .sm\:border-red-600 {
    border-color: #e21d2f;
  }

  .sm\:border-red-700 {
    border-color: #d41b2c;
  }

  .sm\:border-red-800 {
    border-color: #c61929;
  }

  .sm\:border-red-900 {
    border-color: #873138;
  }

  .sm\:border-orange-100 {
    border-color: #fff4f0;
  }

  .sm\:border-orange-200 {
    border-color: #fed8c8;
  }

  .sm\:border-orange-300 {
    border-color: #fcb99c;
  }

  .sm\:border-orange-400 {
    border-color: #fd9568;
  }

  .sm\:border-orange-500 {
    border-color: #ff854f;
  }

  .sm\:border-orange-600 {
    border-color: #e66833;
  }

  .sm\:border-orange-700 {
    border-color: #c05621;
  }

  .sm\:border-orange-800 {
    border-color: #9c4221;
  }

  .sm\:border-orange-900 {
    border-color: #7b341e;
  }

  .sm\:border-yellow-100 {
    border-color: #fdf6e7;
  }

  .sm\:border-yellow-200 {
    border-color: #fee9bf;
  }

  .sm\:border-yellow-300 {
    border-color: #fbd893;
  }

  .sm\:border-yellow-400 {
    border-color: #fcc85f;
  }

  .sm\:border-yellow-500 {
    border-color: #ffbf3d;
  }

  .sm\:border-yellow-600 {
    border-color: #e7a41d;
  }

  .sm\:border-yellow-700 {
    border-color: #b7841f;
  }

  .sm\:border-yellow-800 {
    border-color: #976c16;
  }

  .sm\:border-yellow-900 {
    border-color: #745310;
  }

  .sm\:border-green-100 {
    border-color: #f9fce9;
  }

  .sm\:border-green-200 {
    border-color: #e5f396;
  }

  .sm\:border-green-300 {
    border-color: #d0e656;
  }

  .sm\:border-green-400 {
    border-color: #badb00;
  }

  .sm\:border-green-500 {
    border-color: #acca07;
  }

  .sm\:border-green-600 {
    border-color: #99b305;
  }

  .sm\:border-green-700 {
    border-color: #869e00;
  }

  .sm\:border-green-800 {
    border-color: #546727;
  }

  .sm\:border-green-900 {
    border-color: #394a12;
  }

  .sm\:border-teal-100 {
    border-color: #e6fffa;
  }

  .sm\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .sm\:border-teal-300 {
    border-color: #7beadc;
  }

  .sm\:border-teal-400 {
    border-color: #00cfb5;
  }

  .sm\:border-teal-500 {
    border-color: #3cbbaa;
  }

  .sm\:border-teal-600 {
    border-color: #319789;
  }

  .sm\:border-teal-700 {
    border-color: #2c7b70;
  }

  .sm\:border-teal-800 {
    border-color: #286159;
  }

  .sm\:border-teal-900 {
    border-color: #23524c;
  }

  .sm\:border-aqua-100 {
    border-color: #ebfcff;
  }

  .sm\:border-aqua-200 {
    border-color: #beeff8;
  }

  .sm\:border-aqua-300 {
    border-color: #90e5f4;
  }

  .sm\:border-aqua-400 {
    border-color: #71dcef;
  }

  .sm\:border-aqua-500 {
    border-color: #52cfe5;
  }

  .sm\:border-aqua-600 {
    border-color: #2bb2ca;
  }

  .sm\:border-aqua-700 {
    border-color: #2097ac;
  }

  .sm\:border-aqua-800 {
    border-color: #1c7382;
  }

  .sm\:border-aqua-900 {
    border-color: #155460;
  }

  .sm\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .sm\:border-blue-200 {
    border-color: #bee3f8;
  }

  .sm\:border-blue-300 {
    border-color: #90cdf4;
  }

  .sm\:border-blue-400 {
    border-color: #63b3ed;
  }

  .sm\:border-blue-500 {
    border-color: #4299e1;
  }

  .sm\:border-blue-600 {
    border-color: #3182ce;
  }

  .sm\:border-blue-700 {
    border-color: #006eb5;
  }

  .sm\:border-blue-800 {
    border-color: #22547c;
  }

  .sm\:border-blue-900 {
    border-color: #2b435a;
  }

  .sm\:border-purple-100 {
    border-color: #fcf5ff;
  }

  .sm\:border-purple-200 {
    border-color: #f1d8fd;
  }

  .sm\:border-purple-300 {
    border-color: #dbbcfa;
  }

  .sm\:border-purple-400 {
    border-color: #cd82f2;
  }

  .sm\:border-purple-500 {
    border-color: #b26dd5;
  }

  .sm\:border-purple-600 {
    border-color: #904eb1;
  }

  .sm\:border-purple-700 {
    border-color: #824091;
  }

  .sm\:border-purple-800 {
    border-color: #743582;
  }

  .sm\:border-purple-900 {
    border-color: #4a2353;
  }

  .sm\:border-tan-100 {
    border-color: #f6f2e9;
  }

  .sm\:border-tan-200 {
    border-color: #eee7d8;
  }

  .sm\:border-tan-300 {
    border-color: #e7ddc5;
  }

  .sm\:border-tan-400 {
    border-color: #e5d4ab;
  }

  .sm\:border-tan-500 {
    border-color: #dec891;
  }

  .sm\:border-tan-600 {
    border-color: #c3ac74;
  }

  .sm\:border-tan-700 {
    border-color: #9a8451;
  }

  .sm\:border-tan-800 {
    border-color: #685936;
  }

  .sm\:border-tan-900 {
    border-color: #574c33;
  }

  .sm\:border-gold-500 {
    border-color: #a4804a;
  }

  .sm\:border-silver-500 {
    border-color: #8a8d8f;
  }

  .sm\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .sm\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .sm\:hover\:border-white-semi-9:hover {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:hover\:border-white-semi-8:hover {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:border-white-semi-7:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:hover\:border-white-semi-6:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:hover\:border-white-semi-5:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:border-white-semi-4:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:hover\:border-white-semi-3:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:hover\:border-white-semi-2:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:hover\:border-white-semi-1:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:border-black:hover {
    border-color: #000;
  }

  .sm\:hover\:border-black-semi-9:hover {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:hover\:border-black-semi-8:hover {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:border-black-semi-7:hover {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:hover\:border-black-semi-6:hover {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:hover\:border-black-semi-5:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:border-black-semi-4:hover {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:hover\:border-black-semi-3:hover {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:border-black-semi-2:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:hover\:border-black-semi-1:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:border-gray-100:hover {
    border-color: #f7f7f7;
  }

  .sm\:hover\:border-gray-200:hover {
    border-color: #ebebeb;
  }

  .sm\:hover\:border-gray-300:hover {
    border-color: #d0d0d0;
  }

  .sm\:hover\:border-gray-400:hover {
    border-color: #b8b8b8;
  }

  .sm\:hover\:border-gray-500:hover {
    border-color: #9e9e9e;
  }

  .sm\:hover\:border-gray-600:hover {
    border-color: #666666;
  }

  .sm\:hover\:border-gray-700:hover {
    border-color: #525252;
  }

  .sm\:hover\:border-gray-800:hover {
    border-color: #333333;
  }

  .sm\:hover\:border-gray-900:hover {
    border-color: #1f1f1f;
  }

  .sm\:hover\:border-gray-warm-100:hover {
    border-color: #f4f2f0;
  }

  .sm\:hover\:border-gray-warm-200:hover {
    border-color: #e9e6e2;
  }

  .sm\:hover\:border-gray-warm-300:hover {
    border-color: #dfdad4;
  }

  .sm\:hover\:border-gray-warm-400:hover {
    border-color: #cfc7bf;
  }

  .sm\:hover\:border-gray-warm-500:hover {
    border-color: #c2bab3;
  }

  .sm\:hover\:border-gray-warm-600:hover {
    border-color: #b3aca8;
  }

  .sm\:hover\:border-gray-warm-700:hover {
    border-color: #a19994;
  }

  .sm\:hover\:border-gray-warm-800:hover {
    border-color: #63544b;
  }

  .sm\:hover\:border-gray-warm-900:hover {
    border-color: #3f3731;
  }

  .sm\:hover\:border-gray-cool-100:hover {
    border-color: #f3f4f7;
  }

  .sm\:hover\:border-gray-cool-200:hover {
    border-color: #e9edf1;
  }

  .sm\:hover\:border-gray-cool-300:hover {
    border-color: #d5dde6;
  }

  .sm\:hover\:border-gray-cool-400:hover {
    border-color: #bcc5d2;
  }

  .sm\:hover\:border-gray-cool-500:hover {
    border-color: #99a3b0;
  }

  .sm\:hover\:border-gray-cool-600:hover {
    border-color: #8d95a0;
  }

  .sm\:hover\:border-gray-cool-700:hover {
    border-color: #7e848b;
  }

  .sm\:hover\:border-gray-cool-800:hover {
    border-color: #686d73;
  }

  .sm\:hover\:border-gray-cool-900:hover {
    border-color: #50565e;
  }

  .sm\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .sm\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .sm\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .sm\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .sm\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .sm\:hover\:border-red-600:hover {
    border-color: #e21d2f;
  }

  .sm\:hover\:border-red-700:hover {
    border-color: #d41b2c;
  }

  .sm\:hover\:border-red-800:hover {
    border-color: #c61929;
  }

  .sm\:hover\:border-red-900:hover {
    border-color: #873138;
  }

  .sm\:hover\:border-orange-100:hover {
    border-color: #fff4f0;
  }

  .sm\:hover\:border-orange-200:hover {
    border-color: #fed8c8;
  }

  .sm\:hover\:border-orange-300:hover {
    border-color: #fcb99c;
  }

  .sm\:hover\:border-orange-400:hover {
    border-color: #fd9568;
  }

  .sm\:hover\:border-orange-500:hover {
    border-color: #ff854f;
  }

  .sm\:hover\:border-orange-600:hover {
    border-color: #e66833;
  }

  .sm\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .sm\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .sm\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .sm\:hover\:border-yellow-100:hover {
    border-color: #fdf6e7;
  }

  .sm\:hover\:border-yellow-200:hover {
    border-color: #fee9bf;
  }

  .sm\:hover\:border-yellow-300:hover {
    border-color: #fbd893;
  }

  .sm\:hover\:border-yellow-400:hover {
    border-color: #fcc85f;
  }

  .sm\:hover\:border-yellow-500:hover {
    border-color: #ffbf3d;
  }

  .sm\:hover\:border-yellow-600:hover {
    border-color: #e7a41d;
  }

  .sm\:hover\:border-yellow-700:hover {
    border-color: #b7841f;
  }

  .sm\:hover\:border-yellow-800:hover {
    border-color: #976c16;
  }

  .sm\:hover\:border-yellow-900:hover {
    border-color: #745310;
  }

  .sm\:hover\:border-green-100:hover {
    border-color: #f9fce9;
  }

  .sm\:hover\:border-green-200:hover {
    border-color: #e5f396;
  }

  .sm\:hover\:border-green-300:hover {
    border-color: #d0e656;
  }

  .sm\:hover\:border-green-400:hover {
    border-color: #badb00;
  }

  .sm\:hover\:border-green-500:hover {
    border-color: #acca07;
  }

  .sm\:hover\:border-green-600:hover {
    border-color: #99b305;
  }

  .sm\:hover\:border-green-700:hover {
    border-color: #869e00;
  }

  .sm\:hover\:border-green-800:hover {
    border-color: #546727;
  }

  .sm\:hover\:border-green-900:hover {
    border-color: #394a12;
  }

  .sm\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .sm\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .sm\:hover\:border-teal-300:hover {
    border-color: #7beadc;
  }

  .sm\:hover\:border-teal-400:hover {
    border-color: #00cfb5;
  }

  .sm\:hover\:border-teal-500:hover {
    border-color: #3cbbaa;
  }

  .sm\:hover\:border-teal-600:hover {
    border-color: #319789;
  }

  .sm\:hover\:border-teal-700:hover {
    border-color: #2c7b70;
  }

  .sm\:hover\:border-teal-800:hover {
    border-color: #286159;
  }

  .sm\:hover\:border-teal-900:hover {
    border-color: #23524c;
  }

  .sm\:hover\:border-aqua-100:hover {
    border-color: #ebfcff;
  }

  .sm\:hover\:border-aqua-200:hover {
    border-color: #beeff8;
  }

  .sm\:hover\:border-aqua-300:hover {
    border-color: #90e5f4;
  }

  .sm\:hover\:border-aqua-400:hover {
    border-color: #71dcef;
  }

  .sm\:hover\:border-aqua-500:hover {
    border-color: #52cfe5;
  }

  .sm\:hover\:border-aqua-600:hover {
    border-color: #2bb2ca;
  }

  .sm\:hover\:border-aqua-700:hover {
    border-color: #2097ac;
  }

  .sm\:hover\:border-aqua-800:hover {
    border-color: #1c7382;
  }

  .sm\:hover\:border-aqua-900:hover {
    border-color: #155460;
  }

  .sm\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .sm\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .sm\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .sm\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .sm\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .sm\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .sm\:hover\:border-blue-700:hover {
    border-color: #006eb5;
  }

  .sm\:hover\:border-blue-800:hover {
    border-color: #22547c;
  }

  .sm\:hover\:border-blue-900:hover {
    border-color: #2b435a;
  }

  .sm\:hover\:border-purple-100:hover {
    border-color: #fcf5ff;
  }

  .sm\:hover\:border-purple-200:hover {
    border-color: #f1d8fd;
  }

  .sm\:hover\:border-purple-300:hover {
    border-color: #dbbcfa;
  }

  .sm\:hover\:border-purple-400:hover {
    border-color: #cd82f2;
  }

  .sm\:hover\:border-purple-500:hover {
    border-color: #b26dd5;
  }

  .sm\:hover\:border-purple-600:hover {
    border-color: #904eb1;
  }

  .sm\:hover\:border-purple-700:hover {
    border-color: #824091;
  }

  .sm\:hover\:border-purple-800:hover {
    border-color: #743582;
  }

  .sm\:hover\:border-purple-900:hover {
    border-color: #4a2353;
  }

  .sm\:hover\:border-tan-100:hover {
    border-color: #f6f2e9;
  }

  .sm\:hover\:border-tan-200:hover {
    border-color: #eee7d8;
  }

  .sm\:hover\:border-tan-300:hover {
    border-color: #e7ddc5;
  }

  .sm\:hover\:border-tan-400:hover {
    border-color: #e5d4ab;
  }

  .sm\:hover\:border-tan-500:hover {
    border-color: #dec891;
  }

  .sm\:hover\:border-tan-600:hover {
    border-color: #c3ac74;
  }

  .sm\:hover\:border-tan-700:hover {
    border-color: #9a8451;
  }

  .sm\:hover\:border-tan-800:hover {
    border-color: #685936;
  }

  .sm\:hover\:border-tan-900:hover {
    border-color: #574c33;
  }

  .sm\:hover\:border-gold-500:hover {
    border-color: #a4804a;
  }

  .sm\:hover\:border-silver-500:hover {
    border-color: #8a8d8f;
  }

  .sm\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .sm\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .sm\:focus\:border-white-semi-9:focus {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .sm\:focus\:border-white-semi-8:focus {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:border-white-semi-7:focus {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .sm\:focus\:border-white-semi-6:focus {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .sm\:focus\:border-white-semi-5:focus {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:border-white-semi-4:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .sm\:focus\:border-white-semi-3:focus {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .sm\:focus\:border-white-semi-2:focus {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .sm\:focus\:border-white-semi-1:focus {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:border-black:focus {
    border-color: #000;
  }

  .sm\:focus\:border-black-semi-9:focus {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .sm\:focus\:border-black-semi-8:focus {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:border-black-semi-7:focus {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .sm\:focus\:border-black-semi-6:focus {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .sm\:focus\:border-black-semi-5:focus {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:border-black-semi-4:focus {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .sm\:focus\:border-black-semi-3:focus {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:border-black-semi-2:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .sm\:focus\:border-black-semi-1:focus {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:border-gray-100:focus {
    border-color: #f7f7f7;
  }

  .sm\:focus\:border-gray-200:focus {
    border-color: #ebebeb;
  }

  .sm\:focus\:border-gray-300:focus {
    border-color: #d0d0d0;
  }

  .sm\:focus\:border-gray-400:focus {
    border-color: #b8b8b8;
  }

  .sm\:focus\:border-gray-500:focus {
    border-color: #9e9e9e;
  }

  .sm\:focus\:border-gray-600:focus {
    border-color: #666666;
  }

  .sm\:focus\:border-gray-700:focus {
    border-color: #525252;
  }

  .sm\:focus\:border-gray-800:focus {
    border-color: #333333;
  }

  .sm\:focus\:border-gray-900:focus {
    border-color: #1f1f1f;
  }

  .sm\:focus\:border-gray-warm-100:focus {
    border-color: #f4f2f0;
  }

  .sm\:focus\:border-gray-warm-200:focus {
    border-color: #e9e6e2;
  }

  .sm\:focus\:border-gray-warm-300:focus {
    border-color: #dfdad4;
  }

  .sm\:focus\:border-gray-warm-400:focus {
    border-color: #cfc7bf;
  }

  .sm\:focus\:border-gray-warm-500:focus {
    border-color: #c2bab3;
  }

  .sm\:focus\:border-gray-warm-600:focus {
    border-color: #b3aca8;
  }

  .sm\:focus\:border-gray-warm-700:focus {
    border-color: #a19994;
  }

  .sm\:focus\:border-gray-warm-800:focus {
    border-color: #63544b;
  }

  .sm\:focus\:border-gray-warm-900:focus {
    border-color: #3f3731;
  }

  .sm\:focus\:border-gray-cool-100:focus {
    border-color: #f3f4f7;
  }

  .sm\:focus\:border-gray-cool-200:focus {
    border-color: #e9edf1;
  }

  .sm\:focus\:border-gray-cool-300:focus {
    border-color: #d5dde6;
  }

  .sm\:focus\:border-gray-cool-400:focus {
    border-color: #bcc5d2;
  }

  .sm\:focus\:border-gray-cool-500:focus {
    border-color: #99a3b0;
  }

  .sm\:focus\:border-gray-cool-600:focus {
    border-color: #8d95a0;
  }

  .sm\:focus\:border-gray-cool-700:focus {
    border-color: #7e848b;
  }

  .sm\:focus\:border-gray-cool-800:focus {
    border-color: #686d73;
  }

  .sm\:focus\:border-gray-cool-900:focus {
    border-color: #50565e;
  }

  .sm\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .sm\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .sm\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .sm\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .sm\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .sm\:focus\:border-red-600:focus {
    border-color: #e21d2f;
  }

  .sm\:focus\:border-red-700:focus {
    border-color: #d41b2c;
  }

  .sm\:focus\:border-red-800:focus {
    border-color: #c61929;
  }

  .sm\:focus\:border-red-900:focus {
    border-color: #873138;
  }

  .sm\:focus\:border-orange-100:focus {
    border-color: #fff4f0;
  }

  .sm\:focus\:border-orange-200:focus {
    border-color: #fed8c8;
  }

  .sm\:focus\:border-orange-300:focus {
    border-color: #fcb99c;
  }

  .sm\:focus\:border-orange-400:focus {
    border-color: #fd9568;
  }

  .sm\:focus\:border-orange-500:focus {
    border-color: #ff854f;
  }

  .sm\:focus\:border-orange-600:focus {
    border-color: #e66833;
  }

  .sm\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .sm\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .sm\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .sm\:focus\:border-yellow-100:focus {
    border-color: #fdf6e7;
  }

  .sm\:focus\:border-yellow-200:focus {
    border-color: #fee9bf;
  }

  .sm\:focus\:border-yellow-300:focus {
    border-color: #fbd893;
  }

  .sm\:focus\:border-yellow-400:focus {
    border-color: #fcc85f;
  }

  .sm\:focus\:border-yellow-500:focus {
    border-color: #ffbf3d;
  }

  .sm\:focus\:border-yellow-600:focus {
    border-color: #e7a41d;
  }

  .sm\:focus\:border-yellow-700:focus {
    border-color: #b7841f;
  }

  .sm\:focus\:border-yellow-800:focus {
    border-color: #976c16;
  }

  .sm\:focus\:border-yellow-900:focus {
    border-color: #745310;
  }

  .sm\:focus\:border-green-100:focus {
    border-color: #f9fce9;
  }

  .sm\:focus\:border-green-200:focus {
    border-color: #e5f396;
  }

  .sm\:focus\:border-green-300:focus {
    border-color: #d0e656;
  }

  .sm\:focus\:border-green-400:focus {
    border-color: #badb00;
  }

  .sm\:focus\:border-green-500:focus {
    border-color: #acca07;
  }

  .sm\:focus\:border-green-600:focus {
    border-color: #99b305;
  }

  .sm\:focus\:border-green-700:focus {
    border-color: #869e00;
  }

  .sm\:focus\:border-green-800:focus {
    border-color: #546727;
  }

  .sm\:focus\:border-green-900:focus {
    border-color: #394a12;
  }

  .sm\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .sm\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .sm\:focus\:border-teal-300:focus {
    border-color: #7beadc;
  }

  .sm\:focus\:border-teal-400:focus {
    border-color: #00cfb5;
  }

  .sm\:focus\:border-teal-500:focus {
    border-color: #3cbbaa;
  }

  .sm\:focus\:border-teal-600:focus {
    border-color: #319789;
  }

  .sm\:focus\:border-teal-700:focus {
    border-color: #2c7b70;
  }

  .sm\:focus\:border-teal-800:focus {
    border-color: #286159;
  }

  .sm\:focus\:border-teal-900:focus {
    border-color: #23524c;
  }

  .sm\:focus\:border-aqua-100:focus {
    border-color: #ebfcff;
  }

  .sm\:focus\:border-aqua-200:focus {
    border-color: #beeff8;
  }

  .sm\:focus\:border-aqua-300:focus {
    border-color: #90e5f4;
  }

  .sm\:focus\:border-aqua-400:focus {
    border-color: #71dcef;
  }

  .sm\:focus\:border-aqua-500:focus {
    border-color: #52cfe5;
  }

  .sm\:focus\:border-aqua-600:focus {
    border-color: #2bb2ca;
  }

  .sm\:focus\:border-aqua-700:focus {
    border-color: #2097ac;
  }

  .sm\:focus\:border-aqua-800:focus {
    border-color: #1c7382;
  }

  .sm\:focus\:border-aqua-900:focus {
    border-color: #155460;
  }

  .sm\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .sm\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .sm\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .sm\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .sm\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .sm\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .sm\:focus\:border-blue-700:focus {
    border-color: #006eb5;
  }

  .sm\:focus\:border-blue-800:focus {
    border-color: #22547c;
  }

  .sm\:focus\:border-blue-900:focus {
    border-color: #2b435a;
  }

  .sm\:focus\:border-purple-100:focus {
    border-color: #fcf5ff;
  }

  .sm\:focus\:border-purple-200:focus {
    border-color: #f1d8fd;
  }

  .sm\:focus\:border-purple-300:focus {
    border-color: #dbbcfa;
  }

  .sm\:focus\:border-purple-400:focus {
    border-color: #cd82f2;
  }

  .sm\:focus\:border-purple-500:focus {
    border-color: #b26dd5;
  }

  .sm\:focus\:border-purple-600:focus {
    border-color: #904eb1;
  }

  .sm\:focus\:border-purple-700:focus {
    border-color: #824091;
  }

  .sm\:focus\:border-purple-800:focus {
    border-color: #743582;
  }

  .sm\:focus\:border-purple-900:focus {
    border-color: #4a2353;
  }

  .sm\:focus\:border-tan-100:focus {
    border-color: #f6f2e9;
  }

  .sm\:focus\:border-tan-200:focus {
    border-color: #eee7d8;
  }

  .sm\:focus\:border-tan-300:focus {
    border-color: #e7ddc5;
  }

  .sm\:focus\:border-tan-400:focus {
    border-color: #e5d4ab;
  }

  .sm\:focus\:border-tan-500:focus {
    border-color: #dec891;
  }

  .sm\:focus\:border-tan-600:focus {
    border-color: #c3ac74;
  }

  .sm\:focus\:border-tan-700:focus {
    border-color: #9a8451;
  }

  .sm\:focus\:border-tan-800:focus {
    border-color: #685936;
  }

  .sm\:focus\:border-tan-900:focus {
    border-color: #574c33;
  }

  .sm\:focus\:border-gold-500:focus {
    border-color: #a4804a;
  }

  .sm\:focus\:border-silver-500:focus {
    border-color: #8a8d8f;
  }

  .sm\:rounded-none {
    border-radius: 0;
  }

  .sm\:rounded-sm {
    border-radius: 0.125rem;
  }

  .sm\:rounded {
    border-radius: 0.25rem;
  }

  .sm\:rounded-md {
    border-radius: 0.375rem;
  }

  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }

  .sm\:rounded-full {
    border-radius: 9999px;
  }

  .sm\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .sm\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

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

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

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

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

  .sm\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .sm\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .sm\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .sm\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .sm\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .sm\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .sm\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .sm\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .sm\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .sm\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .sm\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .sm\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .sm\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .sm\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .sm\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .sm\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .sm\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .sm\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .sm\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .sm\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .sm\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .sm\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .sm\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .sm\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .sm\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .sm\: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-3 {
    border-width: 3px;
  }

  .sm\:border-4 {
    border-width: 4px;
  }

  .sm\:border-6 {
    border-width: 6px;
  }

  .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-3 {
    border-top-width: 3px;
  }

  .sm\:border-r-3 {
    border-right-width: 3px;
  }

  .sm\:border-b-3 {
    border-bottom-width: 3px;
  }

  .sm\:border-l-3 {
    border-left-width: 3px;
  }

  .sm\:border-t-4 {
    border-top-width: 4px;
  }

  .sm\:border-r-4 {
    border-right-width: 4px;
  }

  .sm\:border-b-4 {
    border-bottom-width: 4px;
  }

  .sm\:border-l-4 {
    border-left-width: 4px;
  }

  .sm\:border-t-6 {
    border-top-width: 6px;
  }

  .sm\:border-r-6 {
    border-right-width: 6px;
  }

  .sm\:border-b-6 {
    border-bottom-width: 6px;
  }

  .sm\:border-l-6 {
    border-left-width: 6px;
  }

  .sm\:border-t-8 {
    border-top-width: 8px;
  }

  .sm\:border-r-8 {
    border-right-width: 8px;
  }

  .sm\:border-b-8 {
    border-bottom-width: 8px;
  }

  .sm\:border-l-8 {
    border-left-width: 8px;
  }

  .sm\:border-t {
    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\: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\: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-no-wrap {
    flex-wrap: nowrap;
  }

  .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-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\: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\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .sm\:clear-left {
    clear: left;
  }

  .sm\:clear-right {
    clear: right;
  }

  .sm\:clear-both {
    clear: both;
  }

  .sm\:clear-none {
    clear: none;
  }

  .sm\:font-light {
    font-weight: 300;
  }

  .sm\:font-normal {
    font-weight: 400;
  }

  .sm\:font-semibold {
    font-weight: 600;
  }

  .sm\:font-bold {
    font-weight: 700;
  }

  .sm\:font-black {
    font-weight: 900;
  }

  .sm\:hover\:font-light:hover {
    font-weight: 300;
  }

  .sm\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .sm\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .sm\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .sm\:hover\:font-black:hover {
    font-weight: 900;
  }

  .sm\:focus\:font-light:focus {
    font-weight: 300;
  }

  .sm\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .sm\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .sm\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .sm\:focus\:font-black:focus {
    font-weight: 900;
  }

  .sm\:h-0 {
    height: 0;
  }

  .sm\:h-1 {
    height: 0.25rem;
  }

  .sm\:h-2 {
    height: 0.5rem;
  }

  .sm\:h-3 {
    height: 0.75rem;
  }

  .sm\:h-4 {
    height: 1rem;
  }

  .sm\:h-5 {
    height: 1.25rem;
  }

  .sm\:h-6 {
    height: 1.5rem;
  }

  .sm\:h-7 {
    height: 1.75rem;
  }

  .sm\:h-8 {
    height: 2rem;
  }

  .sm\:h-9 {
    height: 2.25rem;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-11 {
    height: 2.75rem;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-13 {
    height: 3.25rem;
  }

  .sm\:h-14 {
    height: 3.5rem;
  }

  .sm\:h-15 {
    height: 3.75rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-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-128 {
    height: 32rem;
  }

  .sm\:h-144 {
    height: 36rem;
  }

  .sm\:h-160 {
    height: 40rem;
  }

  .sm\:h-192 {
    height: 48rem;
  }

  .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-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-1\/12 {
    height: 8.333333%;
  }

  .sm\:h-2\/12 {
    height: 16.666667%;
  }

  .sm\:h-3\/12 {
    height: 25%;
  }

  .sm\:h-4\/12 {
    height: 33.333333%;
  }

  .sm\:h-5\/12 {
    height: 41.666667%;
  }

  .sm\:h-6\/12 {
    height: 50%;
  }

  .sm\:h-7\/12 {
    height: 58.333333%;
  }

  .sm\:h-8\/12 {
    height: 66.666667%;
  }

  .sm\:h-9\/12 {
    height: 75%;
  }

  .sm\:h-10\/12 {
    height: 83.333333%;
  }

  .sm\:h-11\/12 {
    height: 91.666667%;
  }

  .sm\:h-full {
    height: 100%;
  }

  .sm\:h-screen {
    height: 100vh;
  }

  .sm\:text-xs {
    font-size: 0.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
  }

  .sm\:text-base {
    font-size: 1rem;
  }

  .sm\:text-lg {
    font-size: 1.25rem;
  }

  .sm\:text-xl {
    font-size: 1.375rem;
  }

  .sm\:text-2xl {
    font-size: 1.875rem;
  }

  .sm\:text-3xl {
    font-size: 2.25rem;
  }

  .sm\:text-4xl {
    font-size: 2.625rem;
  }

  .sm\:text-5xl {
    font-size: 3.00rem;
  }

  .sm\:text-6xl {
    font-size: 3.75rem;
  }

  .sm\:text-7xl {
    font-size: 4.50rem;
  }

  .sm\:text-8xl {
    font-size: 5.50rem;
  }

  .sm\:text-9xl {
    font-size: 6.50rem;
  }

  .sm\:text-10xl {
    font-size: 7.5rem;
  }

  .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\:m-0 {
    margin: 0;
  }

  .sm\:m-1 {
    margin: 0.25rem;
  }

  .sm\:m-2 {
    margin: 0.5rem;
  }

  .sm\:m-3 {
    margin: 0.75rem;
  }

  .sm\:m-4 {
    margin: 1rem;
  }

  .sm\:m-5 {
    margin: 1.25rem;
  }

  .sm\:m-6 {
    margin: 1.5rem;
  }

  .sm\:m-7 {
    margin: 1.75rem;
  }

  .sm\:m-8 {
    margin: 2rem;
  }

  .sm\:m-9 {
    margin: 2.25rem;
  }

  .sm\:m-10 {
    margin: 2.5rem;
  }

  .sm\:m-11 {
    margin: 2.75rem;
  }

  .sm\:m-12 {
    margin: 3rem;
  }

  .sm\:m-13 {
    margin: 3.25rem;
  }

  .sm\:m-14 {
    margin: 3.5rem;
  }

  .sm\:m-15 {
    margin: 3.75rem;
  }

  .sm\:m-16 {
    margin: 4rem;
  }

  .sm\:m-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-128 {
    margin: 32rem;
  }

  .sm\:m-144 {
    margin: 36rem;
  }

  .sm\:m-160 {
    margin: 40rem;
  }

  .sm\:m-192 {
    margin: 48rem;
  }

  .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-1\/2 {
    margin: 50%;
  }

  .sm\:m-1\/3 {
    margin: 33.333333%;
  }

  .sm\:m-2\/3 {
    margin: 66.666667%;
  }

  .sm\:m-1\/4 {
    margin: 25%;
  }

  .sm\:m-2\/4 {
    margin: 50%;
  }

  .sm\:m-3\/4 {
    margin: 75%;
  }

  .sm\:m-1\/5 {
    margin: 20%;
  }

  .sm\:m-2\/5 {
    margin: 40%;
  }

  .sm\:m-3\/5 {
    margin: 60%;
  }

  .sm\:m-4\/5 {
    margin: 80%;
  }

  .sm\:m-1\/6 {
    margin: 16.666667%;
  }

  .sm\:m-2\/6 {
    margin: 33.333333%;
  }

  .sm\:m-3\/6 {
    margin: 50%;
  }

  .sm\:m-4\/6 {
    margin: 66.666667%;
  }

  .sm\:m-5\/6 {
    margin: 83.333333%;
  }

  .sm\:m-1\/12 {
    margin: 8.333333%;
  }

  .sm\:m-2\/12 {
    margin: 16.666667%;
  }

  .sm\:m-3\/12 {
    margin: 25%;
  }

  .sm\:m-4\/12 {
    margin: 33.333333%;
  }

  .sm\:m-5\/12 {
    margin: 41.666667%;
  }

  .sm\:m-6\/12 {
    margin: 50%;
  }

  .sm\:m-7\/12 {
    margin: 58.333333%;
  }

  .sm\:m-8\/12 {
    margin: 66.666667%;
  }

  .sm\:m-9\/12 {
    margin: 75%;
  }

  .sm\:m-10\/12 {
    margin: 83.333333%;
  }

  .sm\:m-11\/12 {
    margin: 91.666667%;
  }

  .sm\:m-full {
    margin: 100%;
  }

  .sm\:-m-1 {
    margin: -0.25rem;
  }

  .sm\:-m-2 {
    margin: -0.5rem;
  }

  .sm\:-m-3 {
    margin: -0.75rem;
  }

  .sm\:-m-4 {
    margin: -1rem;
  }

  .sm\:-m-5 {
    margin: -1.25rem;
  }

  .sm\:-m-6 {
    margin: -1.5rem;
  }

  .sm\:-m-7 {
    margin: -1.75rem;
  }

  .sm\:-m-8 {
    margin: -2rem;
  }

  .sm\:-m-9 {
    margin: -2.25rem;
  }

  .sm\:-m-10 {
    margin: -2.5rem;
  }

  .sm\:-m-11 {
    margin: -2.75rem;
  }

  .sm\:-m-12 {
    margin: -3rem;
  }

  .sm\:-m-13 {
    margin: -3.25rem;
  }

  .sm\:-m-14 {
    margin: -3.5rem;
  }

  .sm\:-m-15 {
    margin: -3.75rem;
  }

  .sm\:-m-16 {
    margin: -4rem;
  }

  .sm\:-m-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-128 {
    margin: -32rem;
  }

  .sm\:-m-144 {
    margin: -36rem;
  }

  .sm\:-m-160 {
    margin: -40rem;
  }

  .sm\:-m-192 {
    margin: -48rem;
  }

  .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-1\/2 {
    margin: -50%;
  }

  .sm\:-m-1\/3 {
    margin: -33.33333%;
  }

  .sm\:-m-2\/3 {
    margin: -66.66667%;
  }

  .sm\:-m-1\/4 {
    margin: -25%;
  }

  .sm\:-m-2\/4 {
    margin: -50%;
  }

  .sm\:-m-3\/4 {
    margin: -75%;
  }

  .sm\:-m-1\/5 {
    margin: -20%;
  }

  .sm\:-m-2\/5 {
    margin: -40%;
  }

  .sm\:-m-3\/5 {
    margin: -60%;
  }

  .sm\:-m-4\/5 {
    margin: -80%;
  }

  .sm\:-m-1\/6 {
    margin: -16.66667%;
  }

  .sm\:-m-2\/6 {
    margin: -33.33333%;
  }

  .sm\:-m-3\/6 {
    margin: -50%;
  }

  .sm\:-m-4\/6 {
    margin: -66.66667%;
  }

  .sm\:-m-5\/6 {
    margin: -83.33333%;
  }

  .sm\:-m-1\/12 {
    margin: -8.33333%;
  }

  .sm\:-m-2\/12 {
    margin: -16.66667%;
  }

  .sm\:-m-3\/12 {
    margin: -25%;
  }

  .sm\:-m-4\/12 {
    margin: -33.33333%;
  }

  .sm\:-m-5\/12 {
    margin: -41.66667%;
  }

  .sm\:-m-6\/12 {
    margin: -50%;
  }

  .sm\:-m-7\/12 {
    margin: -58.33333%;
  }

  .sm\:-m-8\/12 {
    margin: -66.66667%;
  }

  .sm\:-m-9\/12 {
    margin: -75%;
  }

  .sm\:-m-10\/12 {
    margin: -83.33333%;
  }

  .sm\:-m-11\/12 {
    margin: -91.66667%;
  }

  .sm\:-m-full {
    margin: -100%;
  }

  .sm\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .sm\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .sm\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .sm\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .sm\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .sm\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .sm\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .sm\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .sm\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .sm\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .sm\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .sm\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .sm\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .sm\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .sm\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .sm\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sm\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .sm\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .sm\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .sm\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .sm\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .sm\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .sm\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .sm\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .sm\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .sm\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .sm\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .sm\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .sm\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .sm\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .sm\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .sm\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .sm\:my-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-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .sm\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .sm\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .sm\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .sm\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .sm\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .sm\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .sm\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .sm\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .sm\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .sm\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .sm\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .sm\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .sm\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .sm\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .sm\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .sm\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .sm\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .sm\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .sm\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .sm\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .sm\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .sm\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .sm\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .sm\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .sm\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .sm\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .sm\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .sm\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .sm\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .sm\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .sm\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .sm\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .sm\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .sm\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .sm\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .sm\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .sm\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .sm\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .sm\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .sm\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .sm\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .sm\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .sm\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .sm\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .sm\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .sm\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sm\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .sm\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .sm\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .sm\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .sm\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .sm\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .sm\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .sm\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .sm\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .sm\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .sm\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .sm\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .sm\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .sm\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .sm\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .sm\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .sm\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .sm\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .sm\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .sm\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .sm\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .sm\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .sm\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .sm\:-my-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-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .sm\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .sm\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .sm\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .sm\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .sm\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .sm\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .sm\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .sm\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .sm\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .sm\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .sm\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .sm\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .sm\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .sm\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .sm\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .sm\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .sm\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .sm\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .sm\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .sm\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .sm\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .sm\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .sm\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .sm\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .sm\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .sm\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .sm\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .sm\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .sm\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .sm\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .sm\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .sm\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .sm\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .sm\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .sm\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .sm\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .sm\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .sm\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .sm\:mt-0 {
    margin-top: 0;
  }

  .sm\:mr-0 {
    margin-right: 0;
  }

  .sm\:mb-0 {
    margin-bottom: 0;
  }

  .sm\:ml-0 {
    margin-left: 0;
  }

  .sm\:mt-1 {
    margin-top: 0.25rem;
  }

  .sm\:mr-1 {
    margin-right: 0.25rem;
  }

  .sm\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .sm\:ml-1 {
    margin-left: 0.25rem;
  }

  .sm\:mt-2 {
    margin-top: 0.5rem;
  }

  .sm\:mr-2 {
    margin-right: 0.5rem;
  }

  .sm\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .sm\:ml-2 {
    margin-left: 0.5rem;
  }

  .sm\:mt-3 {
    margin-top: 0.75rem;
  }

  .sm\:mr-3 {
    margin-right: 0.75rem;
  }

  .sm\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .sm\:ml-3 {
    margin-left: 0.75rem;
  }

  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mb-4 {
    margin-bottom: 1rem;
  }

  .sm\:ml-4 {
    margin-left: 1rem;
  }

  .sm\:mt-5 {
    margin-top: 1.25rem;
  }

  .sm\:mr-5 {
    margin-right: 1.25rem;
  }

  .sm\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .sm\:ml-5 {
    margin-left: 1.25rem;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:mr-6 {
    margin-right: 1.5rem;
  }

  .sm\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .sm\:ml-6 {
    margin-left: 1.5rem;
  }

  .sm\:mt-7 {
    margin-top: 1.75rem;
  }

  .sm\:mr-7 {
    margin-right: 1.75rem;
  }

  .sm\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .sm\:ml-7 {
    margin-left: 1.75rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mr-8 {
    margin-right: 2rem;
  }

  .sm\:mb-8 {
    margin-bottom: 2rem;
  }

  .sm\:ml-8 {
    margin-left: 2rem;
  }

  .sm\:mt-9 {
    margin-top: 2.25rem;
  }

  .sm\:mr-9 {
    margin-right: 2.25rem;
  }

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-9 {
    margin-left: 2.25rem;
  }

  .sm\:mt-10 {
    margin-top: 2.5rem;
  }

  .sm\:mr-10 {
    margin-right: 2.5rem;
  }

  .sm\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .sm\:ml-10 {
    margin-left: 2.5rem;
  }

  .sm\:mt-11 {
    margin-top: 2.75rem;
  }

  .sm\:mr-11 {
    margin-right: 2.75rem;
  }

  .sm\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .sm\:ml-11 {
    margin-left: 2.75rem;
  }

  .sm\:mt-12 {
    margin-top: 3rem;
  }

  .sm\:mr-12 {
    margin-right: 3rem;
  }

  .sm\:mb-12 {
    margin-bottom: 3rem;
  }

  .sm\:ml-12 {
    margin-left: 3rem;
  }

  .sm\:mt-13 {
    margin-top: 3.25rem;
  }

  .sm\:mr-13 {
    margin-right: 3.25rem;
  }

  .sm\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .sm\:ml-13 {
    margin-left: 3.25rem;
  }

  .sm\:mt-14 {
    margin-top: 3.5rem;
  }

  .sm\:mr-14 {
    margin-right: 3.5rem;
  }

  .sm\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .sm\:ml-14 {
    margin-left: 3.5rem;
  }

  .sm\:mt-15 {
    margin-top: 3.75rem;
  }

  .sm\:mr-15 {
    margin-right: 3.75rem;
  }

  .sm\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .sm\:ml-15 {
    margin-left: 3.75rem;
  }

  .sm\:mt-16 {
    margin-top: 4rem;
  }

  .sm\:mr-16 {
    margin-right: 4rem;
  }

  .sm\:mb-16 {
    margin-bottom: 4rem;
  }

  .sm\:ml-16 {
    margin-left: 4rem;
  }

  .sm\:mt-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-128 {
    margin-top: 32rem;
  }

  .sm\:mr-128 {
    margin-right: 32rem;
  }

  .sm\:mb-128 {
    margin-bottom: 32rem;
  }

  .sm\:ml-128 {
    margin-left: 32rem;
  }

  .sm\:mt-144 {
    margin-top: 36rem;
  }

  .sm\:mr-144 {
    margin-right: 36rem;
  }

  .sm\:mb-144 {
    margin-bottom: 36rem;
  }

  .sm\:ml-144 {
    margin-left: 36rem;
  }

  .sm\:mt-160 {
    margin-top: 40rem;
  }

  .sm\:mr-160 {
    margin-right: 40rem;
  }

  .sm\:mb-160 {
    margin-bottom: 40rem;
  }

  .sm\:ml-160 {
    margin-left: 40rem;
  }

  .sm\:mt-192 {
    margin-top: 48rem;
  }

  .sm\:mr-192 {
    margin-right: 48rem;
  }

  .sm\:mb-192 {
    margin-bottom: 48rem;
  }

  .sm\:ml-192 {
    margin-left: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
  }

  .sm\:mr-1\/2 {
    margin-right: 50%;
  }

  .sm\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .sm\:ml-1\/2 {
    margin-left: 50%;
  }

  .sm\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .sm\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .sm\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .sm\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .sm\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .sm\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .sm\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .sm\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .sm\:mt-1\/4 {
    margin-top: 25%;
  }

  .sm\:mr-1\/4 {
    margin-right: 25%;
  }

  .sm\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .sm\:ml-1\/4 {
    margin-left: 25%;
  }

  .sm\:mt-2\/4 {
    margin-top: 50%;
  }

  .sm\:mr-2\/4 {
    margin-right: 50%;
  }

  .sm\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .sm\:ml-2\/4 {
    margin-left: 50%;
  }

  .sm\:mt-3\/4 {
    margin-top: 75%;
  }

  .sm\:mr-3\/4 {
    margin-right: 75%;
  }

  .sm\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .sm\:ml-3\/4 {
    margin-left: 75%;
  }

  .sm\:mt-1\/5 {
    margin-top: 20%;
  }

  .sm\:mr-1\/5 {
    margin-right: 20%;
  }

  .sm\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .sm\:ml-1\/5 {
    margin-left: 20%;
  }

  .sm\:mt-2\/5 {
    margin-top: 40%;
  }

  .sm\:mr-2\/5 {
    margin-right: 40%;
  }

  .sm\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .sm\:ml-2\/5 {
    margin-left: 40%;
  }

  .sm\:mt-3\/5 {
    margin-top: 60%;
  }

  .sm\:mr-3\/5 {
    margin-right: 60%;
  }

  .sm\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .sm\:ml-3\/5 {
    margin-left: 60%;
  }

  .sm\:mt-4\/5 {
    margin-top: 80%;
  }

  .sm\:mr-4\/5 {
    margin-right: 80%;
  }

  .sm\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .sm\:ml-4\/5 {
    margin-left: 80%;
  }

  .sm\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .sm\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .sm\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .sm\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .sm\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .sm\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .sm\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .sm\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .sm\:mt-3\/6 {
    margin-top: 50%;
  }

  .sm\:mr-3\/6 {
    margin-right: 50%;
  }

  .sm\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .sm\:ml-3\/6 {
    margin-left: 50%;
  }

  .sm\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .sm\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .sm\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .sm\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .sm\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .sm\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .sm\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .sm\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .sm\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .sm\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .sm\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .sm\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .sm\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .sm\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .sm\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .sm\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .sm\:mt-3\/12 {
    margin-top: 25%;
  }

  .sm\:mr-3\/12 {
    margin-right: 25%;
  }

  .sm\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .sm\:ml-3\/12 {
    margin-left: 25%;
  }

  .sm\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .sm\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .sm\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .sm\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .sm\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .sm\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .sm\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .sm\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .sm\:mt-6\/12 {
    margin-top: 50%;
  }

  .sm\:mr-6\/12 {
    margin-right: 50%;
  }

  .sm\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .sm\:ml-6\/12 {
    margin-left: 50%;
  }

  .sm\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .sm\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .sm\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .sm\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .sm\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .sm\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .sm\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .sm\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .sm\:mt-9\/12 {
    margin-top: 75%;
  }

  .sm\:mr-9\/12 {
    margin-right: 75%;
  }

  .sm\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .sm\:ml-9\/12 {
    margin-left: 75%;
  }

  .sm\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .sm\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .sm\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .sm\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .sm\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .sm\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .sm\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .sm\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .sm\:mt-full {
    margin-top: 100%;
  }

  .sm\:mr-full {
    margin-right: 100%;
  }

  .sm\:mb-full {
    margin-bottom: 100%;
  }

  .sm\:ml-full {
    margin-left: 100%;
  }

  .sm\:-mt-1 {
    margin-top: -0.25rem;
  }

  .sm\:-mr-1 {
    margin-right: -0.25rem;
  }

  .sm\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .sm\:-ml-1 {
    margin-left: -0.25rem;
  }

  .sm\:-mt-2 {
    margin-top: -0.5rem;
  }

  .sm\:-mr-2 {
    margin-right: -0.5rem;
  }

  .sm\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .sm\:-ml-2 {
    margin-left: -0.5rem;
  }

  .sm\:-mt-3 {
    margin-top: -0.75rem;
  }

  .sm\:-mr-3 {
    margin-right: -0.75rem;
  }

  .sm\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .sm\:-ml-3 {
    margin-left: -0.75rem;
  }

  .sm\:-mt-4 {
    margin-top: -1rem;
  }

  .sm\:-mr-4 {
    margin-right: -1rem;
  }

  .sm\:-mb-4 {
    margin-bottom: -1rem;
  }

  .sm\:-ml-4 {
    margin-left: -1rem;
  }

  .sm\:-mt-5 {
    margin-top: -1.25rem;
  }

  .sm\:-mr-5 {
    margin-right: -1.25rem;
  }

  .sm\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .sm\:-ml-5 {
    margin-left: -1.25rem;
  }

  .sm\:-mt-6 {
    margin-top: -1.5rem;
  }

  .sm\:-mr-6 {
    margin-right: -1.5rem;
  }

  .sm\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .sm\:-ml-6 {
    margin-left: -1.5rem;
  }

  .sm\:-mt-7 {
    margin-top: -1.75rem;
  }

  .sm\:-mr-7 {
    margin-right: -1.75rem;
  }

  .sm\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .sm\:-ml-7 {
    margin-left: -1.75rem;
  }

  .sm\:-mt-8 {
    margin-top: -2rem;
  }

  .sm\:-mr-8 {
    margin-right: -2rem;
  }

  .sm\:-mb-8 {
    margin-bottom: -2rem;
  }

  .sm\:-ml-8 {
    margin-left: -2rem;
  }

  .sm\:-mt-9 {
    margin-top: -2.25rem;
  }

  .sm\:-mr-9 {
    margin-right: -2.25rem;
  }

  .sm\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .sm\:-ml-9 {
    margin-left: -2.25rem;
  }

  .sm\:-mt-10 {
    margin-top: -2.5rem;
  }

  .sm\:-mr-10 {
    margin-right: -2.5rem;
  }

  .sm\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }

  .sm\:-mt-11 {
    margin-top: -2.75rem;
  }

  .sm\:-mr-11 {
    margin-right: -2.75rem;
  }

  .sm\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .sm\:-ml-11 {
    margin-left: -2.75rem;
  }

  .sm\:-mt-12 {
    margin-top: -3rem;
  }

  .sm\:-mr-12 {
    margin-right: -3rem;
  }

  .sm\:-mb-12 {
    margin-bottom: -3rem;
  }

  .sm\:-ml-12 {
    margin-left: -3rem;
  }

  .sm\:-mt-13 {
    margin-top: -3.25rem;
  }

  .sm\:-mr-13 {
    margin-right: -3.25rem;
  }

  .sm\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .sm\:-ml-13 {
    margin-left: -3.25rem;
  }

  .sm\:-mt-14 {
    margin-top: -3.5rem;
  }

  .sm\:-mr-14 {
    margin-right: -3.5rem;
  }

  .sm\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .sm\:-ml-14 {
    margin-left: -3.5rem;
  }

  .sm\:-mt-15 {
    margin-top: -3.75rem;
  }

  .sm\:-mr-15 {
    margin-right: -3.75rem;
  }

  .sm\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .sm\:-ml-15 {
    margin-left: -3.75rem;
  }

  .sm\:-mt-16 {
    margin-top: -4rem;
  }

  .sm\:-mr-16 {
    margin-right: -4rem;
  }

  .sm\:-mb-16 {
    margin-bottom: -4rem;
  }

  .sm\:-ml-16 {
    margin-left: -4rem;
  }

  .sm\:-mt-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-128 {
    margin-top: -32rem;
  }

  .sm\:-mr-128 {
    margin-right: -32rem;
  }

  .sm\:-mb-128 {
    margin-bottom: -32rem;
  }

  .sm\:-ml-128 {
    margin-left: -32rem;
  }

  .sm\:-mt-144 {
    margin-top: -36rem;
  }

  .sm\:-mr-144 {
    margin-right: -36rem;
  }

  .sm\:-mb-144 {
    margin-bottom: -36rem;
  }

  .sm\:-ml-144 {
    margin-left: -36rem;
  }

  .sm\:-mt-160 {
    margin-top: -40rem;
  }

  .sm\:-mr-160 {
    margin-right: -40rem;
  }

  .sm\:-mb-160 {
    margin-bottom: -40rem;
  }

  .sm\:-ml-160 {
    margin-left: -40rem;
  }

  .sm\:-mt-192 {
    margin-top: -48rem;
  }

  .sm\:-mr-192 {
    margin-right: -48rem;
  }

  .sm\:-mb-192 {
    margin-bottom: -48rem;
  }

  .sm\:-ml-192 {
    margin-left: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
  }

  .sm\:-mr-1\/2 {
    margin-right: -50%;
  }

  .sm\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .sm\:-ml-1\/2 {
    margin-left: -50%;
  }

  .sm\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .sm\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .sm\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .sm\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .sm\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .sm\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .sm\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .sm\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .sm\:-mt-1\/4 {
    margin-top: -25%;
  }

  .sm\:-mr-1\/4 {
    margin-right: -25%;
  }

  .sm\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .sm\:-ml-1\/4 {
    margin-left: -25%;
  }

  .sm\:-mt-2\/4 {
    margin-top: -50%;
  }

  .sm\:-mr-2\/4 {
    margin-right: -50%;
  }

  .sm\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .sm\:-ml-2\/4 {
    margin-left: -50%;
  }

  .sm\:-mt-3\/4 {
    margin-top: -75%;
  }

  .sm\:-mr-3\/4 {
    margin-right: -75%;
  }

  .sm\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .sm\:-ml-3\/4 {
    margin-left: -75%;
  }

  .sm\:-mt-1\/5 {
    margin-top: -20%;
  }

  .sm\:-mr-1\/5 {
    margin-right: -20%;
  }

  .sm\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .sm\:-ml-1\/5 {
    margin-left: -20%;
  }

  .sm\:-mt-2\/5 {
    margin-top: -40%;
  }

  .sm\:-mr-2\/5 {
    margin-right: -40%;
  }

  .sm\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .sm\:-ml-2\/5 {
    margin-left: -40%;
  }

  .sm\:-mt-3\/5 {
    margin-top: -60%;
  }

  .sm\:-mr-3\/5 {
    margin-right: -60%;
  }

  .sm\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .sm\:-ml-3\/5 {
    margin-left: -60%;
  }

  .sm\:-mt-4\/5 {
    margin-top: -80%;
  }

  .sm\:-mr-4\/5 {
    margin-right: -80%;
  }

  .sm\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .sm\:-ml-4\/5 {
    margin-left: -80%;
  }

  .sm\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .sm\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .sm\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .sm\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .sm\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .sm\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .sm\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .sm\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .sm\:-mt-3\/6 {
    margin-top: -50%;
  }

  .sm\:-mr-3\/6 {
    margin-right: -50%;
  }

  .sm\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .sm\:-ml-3\/6 {
    margin-left: -50%;
  }

  .sm\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .sm\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .sm\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .sm\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .sm\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .sm\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .sm\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .sm\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .sm\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .sm\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .sm\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .sm\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .sm\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .sm\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .sm\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .sm\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .sm\:-mt-3\/12 {
    margin-top: -25%;
  }

  .sm\:-mr-3\/12 {
    margin-right: -25%;
  }

  .sm\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .sm\:-ml-3\/12 {
    margin-left: -25%;
  }

  .sm\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .sm\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .sm\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .sm\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .sm\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .sm\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .sm\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .sm\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .sm\:-mt-6\/12 {
    margin-top: -50%;
  }

  .sm\:-mr-6\/12 {
    margin-right: -50%;
  }

  .sm\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .sm\:-ml-6\/12 {
    margin-left: -50%;
  }

  .sm\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .sm\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .sm\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .sm\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .sm\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .sm\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .sm\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .sm\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .sm\:-mt-9\/12 {
    margin-top: -75%;
  }

  .sm\:-mr-9\/12 {
    margin-right: -75%;
  }

  .sm\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .sm\:-ml-9\/12 {
    margin-left: -75%;
  }

  .sm\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .sm\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .sm\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .sm\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .sm\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .sm\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .sm\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .sm\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .sm\:-mt-full {
    margin-top: -100%;
  }

  .sm\:-mr-full {
    margin-right: -100%;
  }

  .sm\:-mb-full {
    margin-bottom: -100%;
  }

  .sm\:-ml-full {
    margin-left: -100%;
  }

  .sm\:max-h-0 {
    max-height: 0;
  }

  .sm\:max-h-full {
    max-height: 100%;
  }

  .sm\:max-h-screen {
    max-height: 100vh;
  }

  .sm\:max-w-none {
    max-width: none;
  }

  .sm\:max-w-xs {
    max-width: 20rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .sm\:max-w-md {
    max-width: 28rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-xl {
    max-width: 36rem;
  }

  .sm\:max-w-2xl {
    max-width: 42rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-4xl {
    max-width: 56rem;
  }

  .sm\:max-w-5xl {
    max-width: 64rem;
  }

  .sm\:max-w-6xl {
    max-width: 72rem;
  }

  .sm\:max-w-full {
    max-width: 100%;
  }

  .sm\:max-w-screen-sm {
    max-width: 640px;
  }

  .sm\:max-w-screen-md {
    max-width: 768px;
  }

  .sm\:max-w-screen-lg {
    max-width: 1024px;
  }

  .sm\:max-w-screen-xl {
    max-width: 1280px;
  }

  .sm\:max-w-screen-2xl {
    max-width: 1440px;
  }

  .sm\:min-h-0 {
    min-height: 0;
  }

  .sm\:min-h-10vh {
    min-height: 10vh;
  }

  .sm\:min-h-20vh {
    min-height: 20vh;
  }

  .sm\:min-h-30vh {
    min-height: 30vh;
  }

  .sm\:min-h-40vh {
    min-height: 40vh;
  }

  .sm\:min-h-50vh {
    min-height: 50vh;
  }

  .sm\:min-h-60vh {
    min-height: 60vh;
  }

  .sm\:min-h-70vh {
    min-height: 70vh;
  }

  .sm\:min-h-80vh {
    min-height: 80vh;
  }

  .sm\:min-h-90vh {
    min-height: 90vh;
  }

  .sm\:min-h-100vh {
    min-height: 100vh;
  }

  .sm\:min-h-screen {
    min-height: 100vh;
  }

  .sm\:min-h-full {
    min-height: 100%;
  }

  .sm\:min-w-0 {
    min-width: 0;
  }

  .sm\:min-w-full {
    min-width: 100%;
  }

  .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-10 {
    opacity: 0.1;
  }

  .sm\:opacity-20 {
    opacity: 0.2;
  }

  .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-80 {
    opacity: 0.8;
  }

  .sm\:opacity-90 {
    opacity: 0.9;
  }

  .sm\:opacity-100 {
    opacity: 1;
  }

  .sm\:opacity-025 {
    opacity: 0.025;
  }

  .sm\:opacity-05 {
    opacity: 0.05;
  }

  .sm\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .sm\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .sm\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .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-80:hover {
    opacity: 0.8;
  }

  .sm\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .sm\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .sm\:hover\:opacity-025:hover {
    opacity: 0.025;
  }

  .sm\:hover\:opacity-05:hover {
    opacity: 0.05;
  }

  .sm\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .sm\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .sm\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .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-80:focus {
    opacity: 0.8;
  }

  .sm\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .sm\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .sm\:focus\:opacity-025:focus {
    opacity: 0.025;
  }

  .sm\:focus\:opacity-05:focus {
    opacity: 0.05;
  }

  .sm\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .sm\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .sm\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .sm\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .sm\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .sm\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .sm\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .sm\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .sm\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .sm\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .sm\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .sm\:disabled\:opacity-025:disabled {
    opacity: 0.025;
  }

  .sm\:disabled\:opacity-05:disabled {
    opacity: 0.05;
  }

  .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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .sm\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .sm\:p-0 {
    padding: 0;
  }

  .sm\:p-1 {
    padding: 0.25rem;
  }

  .sm\:p-2 {
    padding: 0.5rem;
  }

  .sm\:p-3 {
    padding: 0.75rem;
  }

  .sm\:p-4 {
    padding: 1rem;
  }

  .sm\:p-5 {
    padding: 1.25rem;
  }

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-7 {
    padding: 1.75rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

  .sm\:p-9 {
    padding: 2.25rem;
  }

  .sm\:p-10 {
    padding: 2.5rem;
  }

  .sm\:p-11 {
    padding: 2.75rem;
  }

  .sm\:p-12 {
    padding: 3rem;
  }

  .sm\:p-13 {
    padding: 3.25rem;
  }

  .sm\:p-14 {
    padding: 3.5rem;
  }

  .sm\:p-15 {
    padding: 3.75rem;
  }

  .sm\:p-16 {
    padding: 4rem;
  }

  .sm\:p-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-128 {
    padding: 32rem;
  }

  .sm\:p-144 {
    padding: 36rem;
  }

  .sm\:p-160 {
    padding: 40rem;
  }

  .sm\:p-192 {
    padding: 48rem;
  }

  .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-1\/2 {
    padding: 50%;
  }

  .sm\:p-1\/3 {
    padding: 33.333333%;
  }

  .sm\:p-2\/3 {
    padding: 66.666667%;
  }

  .sm\:p-1\/4 {
    padding: 25%;
  }

  .sm\:p-2\/4 {
    padding: 50%;
  }

  .sm\:p-3\/4 {
    padding: 75%;
  }

  .sm\:p-1\/5 {
    padding: 20%;
  }

  .sm\:p-2\/5 {
    padding: 40%;
  }

  .sm\:p-3\/5 {
    padding: 60%;
  }

  .sm\:p-4\/5 {
    padding: 80%;
  }

  .sm\:p-1\/6 {
    padding: 16.666667%;
  }

  .sm\:p-2\/6 {
    padding: 33.333333%;
  }

  .sm\:p-3\/6 {
    padding: 50%;
  }

  .sm\:p-4\/6 {
    padding: 66.666667%;
  }

  .sm\:p-5\/6 {
    padding: 83.333333%;
  }

  .sm\:p-1\/12 {
    padding: 8.333333%;
  }

  .sm\:p-2\/12 {
    padding: 16.666667%;
  }

  .sm\:p-3\/12 {
    padding: 25%;
  }

  .sm\:p-4\/12 {
    padding: 33.333333%;
  }

  .sm\:p-5\/12 {
    padding: 41.666667%;
  }

  .sm\:p-6\/12 {
    padding: 50%;
  }

  .sm\:p-7\/12 {
    padding: 58.333333%;
  }

  .sm\:p-8\/12 {
    padding: 66.666667%;
  }

  .sm\:p-9\/12 {
    padding: 75%;
  }

  .sm\:p-10\/12 {
    padding: 83.333333%;
  }

  .sm\:p-11\/12 {
    padding: 91.666667%;
  }

  .sm\:p-full {
    padding: 100%;
  }

  .sm\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .sm\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .sm\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .sm\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .sm\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .sm\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sm\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .sm\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sm\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sm\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .sm\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .sm\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .sm\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .sm\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .sm\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sm\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .sm\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .sm\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .sm\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .sm\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .sm\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .sm\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .sm\:py-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-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .sm\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .sm\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .sm\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .sm\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .sm\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .sm\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .sm\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sm\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .sm\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .sm\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .sm\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .sm\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .sm\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .sm\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .sm\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .sm\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .sm\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .sm\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .sm\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .sm\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .sm\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .sm\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .sm\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .sm\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .sm\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .sm\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .sm\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .sm\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .sm\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .sm\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .sm\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .sm\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .sm\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .sm\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .sm\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .sm\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .sm\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .sm\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .sm\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .sm\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .sm\:pt-0 {
    padding-top: 0;
  }

  .sm\:pr-0 {
    padding-right: 0;
  }

  .sm\:pb-0 {
    padding-bottom: 0;
  }

  .sm\:pl-0 {
    padding-left: 0;
  }

  .sm\:pt-1 {
    padding-top: 0.25rem;
  }

  .sm\:pr-1 {
    padding-right: 0.25rem;
  }

  .sm\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .sm\:pl-1 {
    padding-left: 0.25rem;
  }

  .sm\:pt-2 {
    padding-top: 0.5rem;
  }

  .sm\:pr-2 {
    padding-right: 0.5rem;
  }

  .sm\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .sm\:pl-2 {
    padding-left: 0.5rem;
  }

  .sm\:pt-3 {
    padding-top: 0.75rem;
  }

  .sm\:pr-3 {
    padding-right: 0.75rem;
  }

  .sm\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .sm\:pl-3 {
    padding-left: 0.75rem;
  }

  .sm\:pt-4 {
    padding-top: 1rem;
  }

  .sm\:pr-4 {
    padding-right: 1rem;
  }

  .sm\:pb-4 {
    padding-bottom: 1rem;
  }

  .sm\:pl-4 {
    padding-left: 1rem;
  }

  .sm\:pt-5 {
    padding-top: 1.25rem;
  }

  .sm\:pr-5 {
    padding-right: 1.25rem;
  }

  .sm\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .sm\:pl-5 {
    padding-left: 1.25rem;
  }

  .sm\:pt-6 {
    padding-top: 1.5rem;
  }

  .sm\:pr-6 {
    padding-right: 1.5rem;
  }

  .sm\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .sm\:pl-6 {
    padding-left: 1.5rem;
  }

  .sm\:pt-7 {
    padding-top: 1.75rem;
  }

  .sm\:pr-7 {
    padding-right: 1.75rem;
  }

  .sm\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .sm\:pl-7 {
    padding-left: 1.75rem;
  }

  .sm\:pt-8 {
    padding-top: 2rem;
  }

  .sm\:pr-8 {
    padding-right: 2rem;
  }

  .sm\:pb-8 {
    padding-bottom: 2rem;
  }

  .sm\:pl-8 {
    padding-left: 2rem;
  }

  .sm\:pt-9 {
    padding-top: 2.25rem;
  }

  .sm\:pr-9 {
    padding-right: 2.25rem;
  }

  .sm\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .sm\:pl-9 {
    padding-left: 2.25rem;
  }

  .sm\:pt-10 {
    padding-top: 2.5rem;
  }

  .sm\:pr-10 {
    padding-right: 2.5rem;
  }

  .sm\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .sm\:pl-10 {
    padding-left: 2.5rem;
  }

  .sm\:pt-11 {
    padding-top: 2.75rem;
  }

  .sm\:pr-11 {
    padding-right: 2.75rem;
  }

  .sm\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .sm\:pl-11 {
    padding-left: 2.75rem;
  }

  .sm\:pt-12 {
    padding-top: 3rem;
  }

  .sm\:pr-12 {
    padding-right: 3rem;
  }

  .sm\:pb-12 {
    padding-bottom: 3rem;
  }

  .sm\:pl-12 {
    padding-left: 3rem;
  }

  .sm\:pt-13 {
    padding-top: 3.25rem;
  }

  .sm\:pr-13 {
    padding-right: 3.25rem;
  }

  .sm\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .sm\:pl-13 {
    padding-left: 3.25rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pr-14 {
    padding-right: 3.5rem;
  }

  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .sm\:pl-14 {
    padding-left: 3.5rem;
  }

  .sm\:pt-15 {
    padding-top: 3.75rem;
  }

  .sm\:pr-15 {
    padding-right: 3.75rem;
  }

  .sm\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .sm\:pl-15 {
    padding-left: 3.75rem;
  }

  .sm\:pt-16 {
    padding-top: 4rem;
  }

  .sm\:pr-16 {
    padding-right: 4rem;
  }

  .sm\:pb-16 {
    padding-bottom: 4rem;
  }

  .sm\:pl-16 {
    padding-left: 4rem;
  }

  .sm\:pt-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-128 {
    padding-top: 32rem;
  }

  .sm\:pr-128 {
    padding-right: 32rem;
  }

  .sm\:pb-128 {
    padding-bottom: 32rem;
  }

  .sm\:pl-128 {
    padding-left: 32rem;
  }

  .sm\:pt-144 {
    padding-top: 36rem;
  }

  .sm\:pr-144 {
    padding-right: 36rem;
  }

  .sm\:pb-144 {
    padding-bottom: 36rem;
  }

  .sm\:pl-144 {
    padding-left: 36rem;
  }

  .sm\:pt-160 {
    padding-top: 40rem;
  }

  .sm\:pr-160 {
    padding-right: 40rem;
  }

  .sm\:pb-160 {
    padding-bottom: 40rem;
  }

  .sm\:pl-160 {
    padding-left: 40rem;
  }

  .sm\:pt-192 {
    padding-top: 48rem;
  }

  .sm\:pr-192 {
    padding-right: 48rem;
  }

  .sm\:pb-192 {
    padding-bottom: 48rem;
  }

  .sm\:pl-192 {
    padding-left: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
  }

  .sm\:pr-1\/2 {
    padding-right: 50%;
  }

  .sm\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .sm\:pl-1\/2 {
    padding-left: 50%;
  }

  .sm\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .sm\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .sm\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .sm\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .sm\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .sm\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .sm\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .sm\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .sm\:pt-1\/4 {
    padding-top: 25%;
  }

  .sm\:pr-1\/4 {
    padding-right: 25%;
  }

  .sm\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .sm\:pl-1\/4 {
    padding-left: 25%;
  }

  .sm\:pt-2\/4 {
    padding-top: 50%;
  }

  .sm\:pr-2\/4 {
    padding-right: 50%;
  }

  .sm\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .sm\:pl-2\/4 {
    padding-left: 50%;
  }

  .sm\:pt-3\/4 {
    padding-top: 75%;
  }

  .sm\:pr-3\/4 {
    padding-right: 75%;
  }

  .sm\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .sm\:pl-3\/4 {
    padding-left: 75%;
  }

  .sm\:pt-1\/5 {
    padding-top: 20%;
  }

  .sm\:pr-1\/5 {
    padding-right: 20%;
  }

  .sm\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .sm\:pl-1\/5 {
    padding-left: 20%;
  }

  .sm\:pt-2\/5 {
    padding-top: 40%;
  }

  .sm\:pr-2\/5 {
    padding-right: 40%;
  }

  .sm\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .sm\:pl-2\/5 {
    padding-left: 40%;
  }

  .sm\:pt-3\/5 {
    padding-top: 60%;
  }

  .sm\:pr-3\/5 {
    padding-right: 60%;
  }

  .sm\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .sm\:pl-3\/5 {
    padding-left: 60%;
  }

  .sm\:pt-4\/5 {
    padding-top: 80%;
  }

  .sm\:pr-4\/5 {
    padding-right: 80%;
  }

  .sm\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .sm\:pl-4\/5 {
    padding-left: 80%;
  }

  .sm\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .sm\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .sm\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .sm\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .sm\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .sm\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .sm\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .sm\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .sm\:pt-3\/6 {
    padding-top: 50%;
  }

  .sm\:pr-3\/6 {
    padding-right: 50%;
  }

  .sm\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .sm\:pl-3\/6 {
    padding-left: 50%;
  }

  .sm\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .sm\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .sm\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .sm\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .sm\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .sm\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .sm\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .sm\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .sm\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .sm\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .sm\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .sm\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .sm\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .sm\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .sm\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .sm\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .sm\:pt-3\/12 {
    padding-top: 25%;
  }

  .sm\:pr-3\/12 {
    padding-right: 25%;
  }

  .sm\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .sm\:pl-3\/12 {
    padding-left: 25%;
  }

  .sm\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .sm\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .sm\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .sm\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .sm\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .sm\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .sm\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .sm\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .sm\:pt-6\/12 {
    padding-top: 50%;
  }

  .sm\:pr-6\/12 {
    padding-right: 50%;
  }

  .sm\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .sm\:pl-6\/12 {
    padding-left: 50%;
  }

  .sm\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .sm\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .sm\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .sm\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .sm\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .sm\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .sm\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .sm\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .sm\:pt-9\/12 {
    padding-top: 75%;
  }

  .sm\:pr-9\/12 {
    padding-right: 75%;
  }

  .sm\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .sm\:pl-9\/12 {
    padding-left: 75%;
  }

  .sm\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .sm\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .sm\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .sm\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .sm\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .sm\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .sm\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .sm\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .sm\:pt-full {
    padding-top: 100%;
  }

  .sm\:pr-full {
    padding-right: 100%;
  }

  .sm\:pb-full {
    padding-bottom: 100%;
  }

  .sm\:pl-full {
    padding-left: 100%;
  }

  .sm\:static {
    position: static;
  }

  .sm\:fixed {
    position: fixed;
  }

  .sm\:absolute {
    position: absolute;
  }

  .sm\:relative {
    position: relative;
  }

  .sm\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:focus\:static:focus {
    position: static;
  }

  .sm\:focus\:fixed:focus {
    position: fixed;
  }

  .sm\:focus\:absolute:focus {
    position: absolute;
  }

  .sm\:focus\:relative:focus {
    position: relative;
  }

  .sm\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .sm\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .sm\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .sm\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .sm\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .sm\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .sm\:top-0 {
    top: 0;
  }

  .sm\:right-0 {
    right: 0;
  }

  .sm\:bottom-0 {
    bottom: 0;
  }

  .sm\:left-0 {
    left: 0;
  }

  .sm\:top-auto {
    top: auto;
  }

  .sm\:right-auto {
    right: auto;
  }

  .sm\:bottom-auto {
    bottom: auto;
  }

  .sm\:left-auto {
    left: auto;
  }

  .sm\:-top-16 {
    top: -4rem;
  }

  .sm\:-right-16 {
    right: -4rem;
  }

  .sm\:-bottom-16 {
    bottom: -4rem;
  }

  .sm\:-left-16 {
    left: -4rem;
  }

  .sm\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .sm\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .sm\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .sm\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .sm\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .sm\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .sm\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .sm\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .sm\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .sm\:focus\:top-0:focus {
    top: 0;
  }

  .sm\:focus\:right-0:focus {
    right: 0;
  }

  .sm\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .sm\:focus\:left-0:focus {
    left: 0;
  }

  .sm\:focus\:top-auto:focus {
    top: auto;
  }

  .sm\:focus\:right-auto:focus {
    right: auto;
  }

  .sm\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .sm\:focus\:left-auto:focus {
    left: auto;
  }

  .sm\:focus\:-top-16:focus {
    top: -4rem;
  }

  .sm\:focus\:-right-16:focus {
    right: -4rem;
  }

  .sm\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .sm\:focus\:-left-16:focus {
    left: -4rem;
  }

  .sm\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .sm\:shadow-none {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .sm\:shadow-sm {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .sm\:shadow-lg {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .sm\:shadow-xl {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .sm\:shadow-inset {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .sm\:shadow-inset-lg {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .sm\:shadow-inset-xl {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:hover\:shadow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .sm\:hover\:shadow-none:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .sm\:hover\:shadow-sm:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:shadow-lg:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .sm\:hover\:shadow-xl:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:shadow-inset:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:shadow-inset-lg:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .sm\:hover\:shadow-inset-xl:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .sm\:focus\:shadow:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .sm\:focus\:shadow-none:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .sm\:focus\:shadow-sm:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:shadow-lg:focus {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .sm\:focus\:shadow-xl:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:shadow-inset:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:shadow-inset-lg:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .sm\:focus\:shadow-inset-xl:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .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-white {
    color: #ffffff;
  }

  .sm\:text-white-semi-9 {
    color: rgba(255, 255, 255, 0.9);
  }

  .sm\:text-white-semi-8 {
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:text-white-semi-7 {
    color: rgba(255, 255, 255, 0.7);
  }

  .sm\:text-white-semi-6 {
    color: rgba(255, 255, 255, 0.6);
  }

  .sm\:text-white-semi-5 {
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:text-white-semi-4 {
    color: rgba(255, 255, 255, 0.4);
  }

  .sm\:text-white-semi-3 {
    color: rgba(255, 255, 255, 0.3);
  }

  .sm\:text-white-semi-2 {
    color: rgba(255, 255, 255, 0.2);
  }

  .sm\:text-white-semi-1 {
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:text-black {
    color: #000;
  }

  .sm\:text-black-semi-9 {
    color: rgba(0, 0, 0, 0.9);
  }

  .sm\:text-black-semi-8 {
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:text-black-semi-7 {
    color: rgba(0, 0, 0, 0.7);
  }

  .sm\:text-black-semi-6 {
    color: rgba(0, 0, 0, 0.6);
  }

  .sm\:text-black-semi-5 {
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:text-black-semi-4 {
    color: rgba(0, 0, 0, 0.4);
  }

  .sm\:text-black-semi-3 {
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:text-black-semi-2 {
    color: rgba(0, 0, 0, 0.2);
  }

  .sm\:text-black-semi-1 {
    color: rgba(0, 0, 0, 0.1);
  }

  .sm\:text-gray-100 {
    color: #f7f7f7;
  }

  .sm\:text-gray-200 {
    color: #ebebeb;
  }

  .sm\:text-gray-300 {
    color: #d0d0d0;
  }

  .sm\:text-gray-400 {
    color: #b8b8b8;
  }

  .sm\:text-gray-500 {
    color: #9e9e9e;
  }

  .sm\:text-gray-600 {
    color: #666666;
  }

  .sm\:text-gray-700 {
    color: #525252;
  }

  .sm\:text-gray-800 {
    color: #333333;
  }

  .sm\:text-gray-900 {
    color: #1f1f1f;
  }

  .sm\:text-gray-warm-100 {
    color: #f4f2f0;
  }

  .sm\:text-gray-warm-200 {
    color: #e9e6e2;
  }

  .sm\:text-gray-warm-300 {
    color: #dfdad4;
  }

  .sm\:text-gray-warm-400 {
    color: #cfc7bf;
  }

  .sm\:text-gray-warm-500 {
    color: #c2bab3;
  }

  .sm\:text-gray-warm-600 {
    color: #b3aca8;
  }

  .sm\:text-gray-warm-700 {
    color: #a19994;
  }

  .sm\:text-gray-warm-800 {
    color: #63544b;
  }

  .sm\:text-gray-warm-900 {
    color: #3f3731;
  }

  .sm\:text-gray-cool-100 {
    color: #f3f4f7;
  }

  .sm\:text-gray-cool-200 {
    color: #e9edf1;
  }

  .sm\:text-gray-cool-300 {
    color: #d5dde6;
  }

  .sm\:text-gray-cool-400 {
    color: #bcc5d2;
  }

  .sm\:text-gray-cool-500 {
    color: #99a3b0;
  }

  .sm\:text-gray-cool-600 {
    color: #8d95a0;
  }

  .sm\:text-gray-cool-700 {
    color: #7e848b;
  }

  .sm\:text-gray-cool-800 {
    color: #686d73;
  }

  .sm\:text-gray-cool-900 {
    color: #50565e;
  }

  .sm\:text-red-100 {
    color: #fff5f5;
  }

  .sm\:text-red-200 {
    color: #fed7d7;
  }

  .sm\:text-red-300 {
    color: #feb2b2;
  }

  .sm\:text-red-400 {
    color: #fc8181;
  }

  .sm\:text-red-500 {
    color: #f56565;
  }

  .sm\:text-red-600 {
    color: #e21d2f;
  }

  .sm\:text-red-700 {
    color: #d41b2c;
  }

  .sm\:text-red-800 {
    color: #c61929;
  }

  .sm\:text-red-900 {
    color: #873138;
  }

  .sm\:text-orange-100 {
    color: #fff4f0;
  }

  .sm\:text-orange-200 {
    color: #fed8c8;
  }

  .sm\:text-orange-300 {
    color: #fcb99c;
  }

  .sm\:text-orange-400 {
    color: #fd9568;
  }

  .sm\:text-orange-500 {
    color: #ff854f;
  }

  .sm\:text-orange-600 {
    color: #e66833;
  }

  .sm\:text-orange-700 {
    color: #c05621;
  }

  .sm\:text-orange-800 {
    color: #9c4221;
  }

  .sm\:text-orange-900 {
    color: #7b341e;
  }

  .sm\:text-yellow-100 {
    color: #fdf6e7;
  }

  .sm\:text-yellow-200 {
    color: #fee9bf;
  }

  .sm\:text-yellow-300 {
    color: #fbd893;
  }

  .sm\:text-yellow-400 {
    color: #fcc85f;
  }

  .sm\:text-yellow-500 {
    color: #ffbf3d;
  }

  .sm\:text-yellow-600 {
    color: #e7a41d;
  }

  .sm\:text-yellow-700 {
    color: #b7841f;
  }

  .sm\:text-yellow-800 {
    color: #976c16;
  }

  .sm\:text-yellow-900 {
    color: #745310;
  }

  .sm\:text-green-100 {
    color: #f9fce9;
  }

  .sm\:text-green-200 {
    color: #e5f396;
  }

  .sm\:text-green-300 {
    color: #d0e656;
  }

  .sm\:text-green-400 {
    color: #badb00;
  }

  .sm\:text-green-500 {
    color: #acca07;
  }

  .sm\:text-green-600 {
    color: #99b305;
  }

  .sm\:text-green-700 {
    color: #869e00;
  }

  .sm\:text-green-800 {
    color: #546727;
  }

  .sm\:text-green-900 {
    color: #394a12;
  }

  .sm\:text-teal-100 {
    color: #e6fffa;
  }

  .sm\:text-teal-200 {
    color: #b2f5ea;
  }

  .sm\:text-teal-300 {
    color: #7beadc;
  }

  .sm\:text-teal-400 {
    color: #00cfb5;
  }

  .sm\:text-teal-500 {
    color: #3cbbaa;
  }

  .sm\:text-teal-600 {
    color: #319789;
  }

  .sm\:text-teal-700 {
    color: #2c7b70;
  }

  .sm\:text-teal-800 {
    color: #286159;
  }

  .sm\:text-teal-900 {
    color: #23524c;
  }

  .sm\:text-aqua-100 {
    color: #ebfcff;
  }

  .sm\:text-aqua-200 {
    color: #beeff8;
  }

  .sm\:text-aqua-300 {
    color: #90e5f4;
  }

  .sm\:text-aqua-400 {
    color: #71dcef;
  }

  .sm\:text-aqua-500 {
    color: #52cfe5;
  }

  .sm\:text-aqua-600 {
    color: #2bb2ca;
  }

  .sm\:text-aqua-700 {
    color: #2097ac;
  }

  .sm\:text-aqua-800 {
    color: #1c7382;
  }

  .sm\:text-aqua-900 {
    color: #155460;
  }

  .sm\:text-blue-100 {
    color: #ebf8ff;
  }

  .sm\:text-blue-200 {
    color: #bee3f8;
  }

  .sm\:text-blue-300 {
    color: #90cdf4;
  }

  .sm\:text-blue-400 {
    color: #63b3ed;
  }

  .sm\:text-blue-500 {
    color: #4299e1;
  }

  .sm\:text-blue-600 {
    color: #3182ce;
  }

  .sm\:text-blue-700 {
    color: #006eb5;
  }

  .sm\:text-blue-800 {
    color: #22547c;
  }

  .sm\:text-blue-900 {
    color: #2b435a;
  }

  .sm\:text-purple-100 {
    color: #fcf5ff;
  }

  .sm\:text-purple-200 {
    color: #f1d8fd;
  }

  .sm\:text-purple-300 {
    color: #dbbcfa;
  }

  .sm\:text-purple-400 {
    color: #cd82f2;
  }

  .sm\:text-purple-500 {
    color: #b26dd5;
  }

  .sm\:text-purple-600 {
    color: #904eb1;
  }

  .sm\:text-purple-700 {
    color: #824091;
  }

  .sm\:text-purple-800 {
    color: #743582;
  }

  .sm\:text-purple-900 {
    color: #4a2353;
  }

  .sm\:text-tan-100 {
    color: #f6f2e9;
  }

  .sm\:text-tan-200 {
    color: #eee7d8;
  }

  .sm\:text-tan-300 {
    color: #e7ddc5;
  }

  .sm\:text-tan-400 {
    color: #e5d4ab;
  }

  .sm\:text-tan-500 {
    color: #dec891;
  }

  .sm\:text-tan-600 {
    color: #c3ac74;
  }

  .sm\:text-tan-700 {
    color: #9a8451;
  }

  .sm\:text-tan-800 {
    color: #685936;
  }

  .sm\:text-tan-900 {
    color: #574c33;
  }

  .sm\:text-gold-500 {
    color: #a4804a;
  }

  .sm\:text-silver-500 {
    color: #8a8d8f;
  }

  .sm\:hover\:text-transparent:hover {
    color: transparent;
  }

  .sm\:hover\:text-white:hover {
    color: #ffffff;
  }

  .sm\:hover\:text-white-semi-9:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .sm\:hover\:text-white-semi-8:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:hover\:text-white-semi-7:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .sm\:hover\:text-white-semi-6:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .sm\:hover\:text-white-semi-5:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:hover\:text-white-semi-4:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  .sm\:hover\:text-white-semi-3:hover {
    color: rgba(255, 255, 255, 0.3);
  }

  .sm\:hover\:text-white-semi-2:hover {
    color: rgba(255, 255, 255, 0.2);
  }

  .sm\:hover\:text-white-semi-1:hover {
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:hover\:text-black:hover {
    color: #000;
  }

  .sm\:hover\:text-black-semi-9:hover {
    color: rgba(0, 0, 0, 0.9);
  }

  .sm\:hover\:text-black-semi-8:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:hover\:text-black-semi-7:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .sm\:hover\:text-black-semi-6:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  .sm\:hover\:text-black-semi-5:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:hover\:text-black-semi-4:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  .sm\:hover\:text-black-semi-3:hover {
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:hover\:text-black-semi-2:hover {
    color: rgba(0, 0, 0, 0.2);
  }

  .sm\:hover\:text-black-semi-1:hover {
    color: rgba(0, 0, 0, 0.1);
  }

  .sm\:hover\:text-gray-100:hover {
    color: #f7f7f7;
  }

  .sm\:hover\:text-gray-200:hover {
    color: #ebebeb;
  }

  .sm\:hover\:text-gray-300:hover {
    color: #d0d0d0;
  }

  .sm\:hover\:text-gray-400:hover {
    color: #b8b8b8;
  }

  .sm\:hover\:text-gray-500:hover {
    color: #9e9e9e;
  }

  .sm\:hover\:text-gray-600:hover {
    color: #666666;
  }

  .sm\:hover\:text-gray-700:hover {
    color: #525252;
  }

  .sm\:hover\:text-gray-800:hover {
    color: #333333;
  }

  .sm\:hover\:text-gray-900:hover {
    color: #1f1f1f;
  }

  .sm\:hover\:text-gray-warm-100:hover {
    color: #f4f2f0;
  }

  .sm\:hover\:text-gray-warm-200:hover {
    color: #e9e6e2;
  }

  .sm\:hover\:text-gray-warm-300:hover {
    color: #dfdad4;
  }

  .sm\:hover\:text-gray-warm-400:hover {
    color: #cfc7bf;
  }

  .sm\:hover\:text-gray-warm-500:hover {
    color: #c2bab3;
  }

  .sm\:hover\:text-gray-warm-600:hover {
    color: #b3aca8;
  }

  .sm\:hover\:text-gray-warm-700:hover {
    color: #a19994;
  }

  .sm\:hover\:text-gray-warm-800:hover {
    color: #63544b;
  }

  .sm\:hover\:text-gray-warm-900:hover {
    color: #3f3731;
  }

  .sm\:hover\:text-gray-cool-100:hover {
    color: #f3f4f7;
  }

  .sm\:hover\:text-gray-cool-200:hover {
    color: #e9edf1;
  }

  .sm\:hover\:text-gray-cool-300:hover {
    color: #d5dde6;
  }

  .sm\:hover\:text-gray-cool-400:hover {
    color: #bcc5d2;
  }

  .sm\:hover\:text-gray-cool-500:hover {
    color: #99a3b0;
  }

  .sm\:hover\:text-gray-cool-600:hover {
    color: #8d95a0;
  }

  .sm\:hover\:text-gray-cool-700:hover {
    color: #7e848b;
  }

  .sm\:hover\:text-gray-cool-800:hover {
    color: #686d73;
  }

  .sm\:hover\:text-gray-cool-900:hover {
    color: #50565e;
  }

  .sm\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .sm\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .sm\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .sm\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .sm\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .sm\:hover\:text-red-600:hover {
    color: #e21d2f;
  }

  .sm\:hover\:text-red-700:hover {
    color: #d41b2c;
  }

  .sm\:hover\:text-red-800:hover {
    color: #c61929;
  }

  .sm\:hover\:text-red-900:hover {
    color: #873138;
  }

  .sm\:hover\:text-orange-100:hover {
    color: #fff4f0;
  }

  .sm\:hover\:text-orange-200:hover {
    color: #fed8c8;
  }

  .sm\:hover\:text-orange-300:hover {
    color: #fcb99c;
  }

  .sm\:hover\:text-orange-400:hover {
    color: #fd9568;
  }

  .sm\:hover\:text-orange-500:hover {
    color: #ff854f;
  }

  .sm\:hover\:text-orange-600:hover {
    color: #e66833;
  }

  .sm\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .sm\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .sm\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .sm\:hover\:text-yellow-100:hover {
    color: #fdf6e7;
  }

  .sm\:hover\:text-yellow-200:hover {
    color: #fee9bf;
  }

  .sm\:hover\:text-yellow-300:hover {
    color: #fbd893;
  }

  .sm\:hover\:text-yellow-400:hover {
    color: #fcc85f;
  }

  .sm\:hover\:text-yellow-500:hover {
    color: #ffbf3d;
  }

  .sm\:hover\:text-yellow-600:hover {
    color: #e7a41d;
  }

  .sm\:hover\:text-yellow-700:hover {
    color: #b7841f;
  }

  .sm\:hover\:text-yellow-800:hover {
    color: #976c16;
  }

  .sm\:hover\:text-yellow-900:hover {
    color: #745310;
  }

  .sm\:hover\:text-green-100:hover {
    color: #f9fce9;
  }

  .sm\:hover\:text-green-200:hover {
    color: #e5f396;
  }

  .sm\:hover\:text-green-300:hover {
    color: #d0e656;
  }

  .sm\:hover\:text-green-400:hover {
    color: #badb00;
  }

  .sm\:hover\:text-green-500:hover {
    color: #acca07;
  }

  .sm\:hover\:text-green-600:hover {
    color: #99b305;
  }

  .sm\:hover\:text-green-700:hover {
    color: #869e00;
  }

  .sm\:hover\:text-green-800:hover {
    color: #546727;
  }

  .sm\:hover\:text-green-900:hover {
    color: #394a12;
  }

  .sm\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .sm\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .sm\:hover\:text-teal-300:hover {
    color: #7beadc;
  }

  .sm\:hover\:text-teal-400:hover {
    color: #00cfb5;
  }

  .sm\:hover\:text-teal-500:hover {
    color: #3cbbaa;
  }

  .sm\:hover\:text-teal-600:hover {
    color: #319789;
  }

  .sm\:hover\:text-teal-700:hover {
    color: #2c7b70;
  }

  .sm\:hover\:text-teal-800:hover {
    color: #286159;
  }

  .sm\:hover\:text-teal-900:hover {
    color: #23524c;
  }

  .sm\:hover\:text-aqua-100:hover {
    color: #ebfcff;
  }

  .sm\:hover\:text-aqua-200:hover {
    color: #beeff8;
  }

  .sm\:hover\:text-aqua-300:hover {
    color: #90e5f4;
  }

  .sm\:hover\:text-aqua-400:hover {
    color: #71dcef;
  }

  .sm\:hover\:text-aqua-500:hover {
    color: #52cfe5;
  }

  .sm\:hover\:text-aqua-600:hover {
    color: #2bb2ca;
  }

  .sm\:hover\:text-aqua-700:hover {
    color: #2097ac;
  }

  .sm\:hover\:text-aqua-800:hover {
    color: #1c7382;
  }

  .sm\:hover\:text-aqua-900:hover {
    color: #155460;
  }

  .sm\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .sm\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .sm\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .sm\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .sm\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .sm\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .sm\:hover\:text-blue-700:hover {
    color: #006eb5;
  }

  .sm\:hover\:text-blue-800:hover {
    color: #22547c;
  }

  .sm\:hover\:text-blue-900:hover {
    color: #2b435a;
  }

  .sm\:hover\:text-purple-100:hover {
    color: #fcf5ff;
  }

  .sm\:hover\:text-purple-200:hover {
    color: #f1d8fd;
  }

  .sm\:hover\:text-purple-300:hover {
    color: #dbbcfa;
  }

  .sm\:hover\:text-purple-400:hover {
    color: #cd82f2;
  }

  .sm\:hover\:text-purple-500:hover {
    color: #b26dd5;
  }

  .sm\:hover\:text-purple-600:hover {
    color: #904eb1;
  }

  .sm\:hover\:text-purple-700:hover {
    color: #824091;
  }

  .sm\:hover\:text-purple-800:hover {
    color: #743582;
  }

  .sm\:hover\:text-purple-900:hover {
    color: #4a2353;
  }

  .sm\:hover\:text-tan-100:hover {
    color: #f6f2e9;
  }

  .sm\:hover\:text-tan-200:hover {
    color: #eee7d8;
  }

  .sm\:hover\:text-tan-300:hover {
    color: #e7ddc5;
  }

  .sm\:hover\:text-tan-400:hover {
    color: #e5d4ab;
  }

  .sm\:hover\:text-tan-500:hover {
    color: #dec891;
  }

  .sm\:hover\:text-tan-600:hover {
    color: #c3ac74;
  }

  .sm\:hover\:text-tan-700:hover {
    color: #9a8451;
  }

  .sm\:hover\:text-tan-800:hover {
    color: #685936;
  }

  .sm\:hover\:text-tan-900:hover {
    color: #574c33;
  }

  .sm\:hover\:text-gold-500:hover {
    color: #a4804a;
  }

  .sm\:hover\:text-silver-500:hover {
    color: #8a8d8f;
  }

  .sm\:focus\:text-transparent:focus {
    color: transparent;
  }

  .sm\:focus\:text-white:focus {
    color: #ffffff;
  }

  .sm\:focus\:text-white-semi-9:focus {
    color: rgba(255, 255, 255, 0.9);
  }

  .sm\:focus\:text-white-semi-8:focus {
    color: rgba(255, 255, 255, 0.8);
  }

  .sm\:focus\:text-white-semi-7:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .sm\:focus\:text-white-semi-6:focus {
    color: rgba(255, 255, 255, 0.6);
  }

  .sm\:focus\:text-white-semi-5:focus {
    color: rgba(255, 255, 255, 0.5);
  }

  .sm\:focus\:text-white-semi-4:focus {
    color: rgba(255, 255, 255, 0.4);
  }

  .sm\:focus\:text-white-semi-3:focus {
    color: rgba(255, 255, 255, 0.3);
  }

  .sm\:focus\:text-white-semi-2:focus {
    color: rgba(255, 255, 255, 0.2);
  }

  .sm\:focus\:text-white-semi-1:focus {
    color: rgba(255, 255, 255, 0.1);
  }

  .sm\:focus\:text-black:focus {
    color: #000;
  }

  .sm\:focus\:text-black-semi-9:focus {
    color: rgba(0, 0, 0, 0.9);
  }

  .sm\:focus\:text-black-semi-8:focus {
    color: rgba(0, 0, 0, 0.8);
  }

  .sm\:focus\:text-black-semi-7:focus {
    color: rgba(0, 0, 0, 0.7);
  }

  .sm\:focus\:text-black-semi-6:focus {
    color: rgba(0, 0, 0, 0.6);
  }

  .sm\:focus\:text-black-semi-5:focus {
    color: rgba(0, 0, 0, 0.5);
  }

  .sm\:focus\:text-black-semi-4:focus {
    color: rgba(0, 0, 0, 0.4);
  }

  .sm\:focus\:text-black-semi-3:focus {
    color: rgba(0, 0, 0, 0.3);
  }

  .sm\:focus\:text-black-semi-2:focus {
    color: rgba(0, 0, 0, 0.2);
  }

  .sm\:focus\:text-black-semi-1:focus {
    color: rgba(0, 0, 0, 0.1);
  }

  .sm\:focus\:text-gray-100:focus {
    color: #f7f7f7;
  }

  .sm\:focus\:text-gray-200:focus {
    color: #ebebeb;
  }

  .sm\:focus\:text-gray-300:focus {
    color: #d0d0d0;
  }

  .sm\:focus\:text-gray-400:focus {
    color: #b8b8b8;
  }

  .sm\:focus\:text-gray-500:focus {
    color: #9e9e9e;
  }

  .sm\:focus\:text-gray-600:focus {
    color: #666666;
  }

  .sm\:focus\:text-gray-700:focus {
    color: #525252;
  }

  .sm\:focus\:text-gray-800:focus {
    color: #333333;
  }

  .sm\:focus\:text-gray-900:focus {
    color: #1f1f1f;
  }

  .sm\:focus\:text-gray-warm-100:focus {
    color: #f4f2f0;
  }

  .sm\:focus\:text-gray-warm-200:focus {
    color: #e9e6e2;
  }

  .sm\:focus\:text-gray-warm-300:focus {
    color: #dfdad4;
  }

  .sm\:focus\:text-gray-warm-400:focus {
    color: #cfc7bf;
  }

  .sm\:focus\:text-gray-warm-500:focus {
    color: #c2bab3;
  }

  .sm\:focus\:text-gray-warm-600:focus {
    color: #b3aca8;
  }

  .sm\:focus\:text-gray-warm-700:focus {
    color: #a19994;
  }

  .sm\:focus\:text-gray-warm-800:focus {
    color: #63544b;
  }

  .sm\:focus\:text-gray-warm-900:focus {
    color: #3f3731;
  }

  .sm\:focus\:text-gray-cool-100:focus {
    color: #f3f4f7;
  }

  .sm\:focus\:text-gray-cool-200:focus {
    color: #e9edf1;
  }

  .sm\:focus\:text-gray-cool-300:focus {
    color: #d5dde6;
  }

  .sm\:focus\:text-gray-cool-400:focus {
    color: #bcc5d2;
  }

  .sm\:focus\:text-gray-cool-500:focus {
    color: #99a3b0;
  }

  .sm\:focus\:text-gray-cool-600:focus {
    color: #8d95a0;
  }

  .sm\:focus\:text-gray-cool-700:focus {
    color: #7e848b;
  }

  .sm\:focus\:text-gray-cool-800:focus {
    color: #686d73;
  }

  .sm\:focus\:text-gray-cool-900:focus {
    color: #50565e;
  }

  .sm\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .sm\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .sm\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .sm\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .sm\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .sm\:focus\:text-red-600:focus {
    color: #e21d2f;
  }

  .sm\:focus\:text-red-700:focus {
    color: #d41b2c;
  }

  .sm\:focus\:text-red-800:focus {
    color: #c61929;
  }

  .sm\:focus\:text-red-900:focus {
    color: #873138;
  }

  .sm\:focus\:text-orange-100:focus {
    color: #fff4f0;
  }

  .sm\:focus\:text-orange-200:focus {
    color: #fed8c8;
  }

  .sm\:focus\:text-orange-300:focus {
    color: #fcb99c;
  }

  .sm\:focus\:text-orange-400:focus {
    color: #fd9568;
  }

  .sm\:focus\:text-orange-500:focus {
    color: #ff854f;
  }

  .sm\:focus\:text-orange-600:focus {
    color: #e66833;
  }

  .sm\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .sm\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .sm\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .sm\:focus\:text-yellow-100:focus {
    color: #fdf6e7;
  }

  .sm\:focus\:text-yellow-200:focus {
    color: #fee9bf;
  }

  .sm\:focus\:text-yellow-300:focus {
    color: #fbd893;
  }

  .sm\:focus\:text-yellow-400:focus {
    color: #fcc85f;
  }

  .sm\:focus\:text-yellow-500:focus {
    color: #ffbf3d;
  }

  .sm\:focus\:text-yellow-600:focus {
    color: #e7a41d;
  }

  .sm\:focus\:text-yellow-700:focus {
    color: #b7841f;
  }

  .sm\:focus\:text-yellow-800:focus {
    color: #976c16;
  }

  .sm\:focus\:text-yellow-900:focus {
    color: #745310;
  }

  .sm\:focus\:text-green-100:focus {
    color: #f9fce9;
  }

  .sm\:focus\:text-green-200:focus {
    color: #e5f396;
  }

  .sm\:focus\:text-green-300:focus {
    color: #d0e656;
  }

  .sm\:focus\:text-green-400:focus {
    color: #badb00;
  }

  .sm\:focus\:text-green-500:focus {
    color: #acca07;
  }

  .sm\:focus\:text-green-600:focus {
    color: #99b305;
  }

  .sm\:focus\:text-green-700:focus {
    color: #869e00;
  }

  .sm\:focus\:text-green-800:focus {
    color: #546727;
  }

  .sm\:focus\:text-green-900:focus {
    color: #394a12;
  }

  .sm\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .sm\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .sm\:focus\:text-teal-300:focus {
    color: #7beadc;
  }

  .sm\:focus\:text-teal-400:focus {
    color: #00cfb5;
  }

  .sm\:focus\:text-teal-500:focus {
    color: #3cbbaa;
  }

  .sm\:focus\:text-teal-600:focus {
    color: #319789;
  }

  .sm\:focus\:text-teal-700:focus {
    color: #2c7b70;
  }

  .sm\:focus\:text-teal-800:focus {
    color: #286159;
  }

  .sm\:focus\:text-teal-900:focus {
    color: #23524c;
  }

  .sm\:focus\:text-aqua-100:focus {
    color: #ebfcff;
  }

  .sm\:focus\:text-aqua-200:focus {
    color: #beeff8;
  }

  .sm\:focus\:text-aqua-300:focus {
    color: #90e5f4;
  }

  .sm\:focus\:text-aqua-400:focus {
    color: #71dcef;
  }

  .sm\:focus\:text-aqua-500:focus {
    color: #52cfe5;
  }

  .sm\:focus\:text-aqua-600:focus {
    color: #2bb2ca;
  }

  .sm\:focus\:text-aqua-700:focus {
    color: #2097ac;
  }

  .sm\:focus\:text-aqua-800:focus {
    color: #1c7382;
  }

  .sm\:focus\:text-aqua-900:focus {
    color: #155460;
  }

  .sm\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .sm\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .sm\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .sm\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .sm\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .sm\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .sm\:focus\:text-blue-700:focus {
    color: #006eb5;
  }

  .sm\:focus\:text-blue-800:focus {
    color: #22547c;
  }

  .sm\:focus\:text-blue-900:focus {
    color: #2b435a;
  }

  .sm\:focus\:text-purple-100:focus {
    color: #fcf5ff;
  }

  .sm\:focus\:text-purple-200:focus {
    color: #f1d8fd;
  }

  .sm\:focus\:text-purple-300:focus {
    color: #dbbcfa;
  }

  .sm\:focus\:text-purple-400:focus {
    color: #cd82f2;
  }

  .sm\:focus\:text-purple-500:focus {
    color: #b26dd5;
  }

  .sm\:focus\:text-purple-600:focus {
    color: #904eb1;
  }

  .sm\:focus\:text-purple-700:focus {
    color: #824091;
  }

  .sm\:focus\:text-purple-800:focus {
    color: #743582;
  }

  .sm\:focus\:text-purple-900:focus {
    color: #4a2353;
  }

  .sm\:focus\:text-tan-100:focus {
    color: #f6f2e9;
  }

  .sm\:focus\:text-tan-200:focus {
    color: #eee7d8;
  }

  .sm\:focus\:text-tan-300:focus {
    color: #e7ddc5;
  }

  .sm\:focus\:text-tan-400:focus {
    color: #e5d4ab;
  }

  .sm\:focus\:text-tan-500:focus {
    color: #dec891;
  }

  .sm\:focus\:text-tan-600:focus {
    color: #c3ac74;
  }

  .sm\:focus\:text-tan-700:focus {
    color: #9a8451;
  }

  .sm\:focus\:text-tan-800:focus {
    color: #685936;
  }

  .sm\:focus\:text-tan-900:focus {
    color: #574c33;
  }

  .sm\:focus\:text-gold-500:focus {
    color: #a4804a;
  }

  .sm\:focus\:text-silver-500:focus {
    color: #8a8d8f;
  }

  .sm\:w-0 {
    width: 0;
  }

  .sm\:w-1 {
    width: 0.25rem;
  }

  .sm\:w-2 {
    width: 0.5rem;
  }

  .sm\:w-3 {
    width: 0.75rem;
  }

  .sm\:w-4 {
    width: 1rem;
  }

  .sm\:w-5 {
    width: 1.25rem;
  }

  .sm\:w-6 {
    width: 1.5rem;
  }

  .sm\:w-7 {
    width: 1.75rem;
  }

  .sm\:w-8 {
    width: 2rem;
  }

  .sm\:w-9 {
    width: 2.25rem;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-11 {
    width: 2.75rem;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-13 {
    width: 3.25rem;
  }

  .sm\:w-14 {
    width: 3.5rem;
  }

  .sm\:w-15 {
    width: 3.75rem;
  }

  .sm\:w-16 {
    width: 4rem;
  }

  .sm\:w-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-128 {
    width: 32rem;
  }

  .sm\:w-144 {
    width: 36rem;
  }

  .sm\:w-160 {
    width: 40rem;
  }

  .sm\:w-192 {
    width: 48rem;
  }

  .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-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\:z-0 {
    z-index: 0;
  }

  .sm\:z-10 {
    z-index: 10;
  }

  .sm\:z-20 {
    z-index: 20;
  }

  .sm\:z-30 {
    z-index: 30;
  }

  .sm\:z-40 {
    z-index: 40;
  }

  .sm\:z-50 {
    z-index: 50;
  }

  .sm\:z-auto {
    z-index: auto;
  }

  .sm\:z-behind {
    z-index: -1;
  }

  .sm\:z-max {
    z-index: 1000;
  }

  .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\:rotate-0 {
    transform: rotate(0);
  }

  .sm\:rotate-45 {
    transform: rotate(45deg);
  }

  .sm\:rotate-90 {
    transform: rotate(90deg);
  }

  .sm\:rotate-180 {
    transform: rotate(180deg);
  }

  .sm\:-rotate-180 {
    transform: rotate(-180deg);
  }

  .sm\:-rotate-90 {
    transform: rotate(-90deg);
  }

  .sm\:-rotate-45 {
    transform: rotate(-45deg);
  }

  .sm\:hover\:rotate-0:hover {
    transform: rotate(0);
  }

  .sm\:hover\:rotate-45:hover {
    transform: rotate(45deg);
  }

  .sm\:hover\:rotate-90:hover {
    transform: rotate(90deg);
  }

  .sm\:hover\:rotate-180:hover {
    transform: rotate(180deg);
  }

  .sm\:hover\:-rotate-180:hover {
    transform: rotate(-180deg);
  }

  .sm\:hover\:-rotate-90:hover {
    transform: rotate(-90deg);
  }

  .sm\:hover\:-rotate-45:hover {
    transform: rotate(-45deg);
  }

  .sm\:focus\:rotate-0:focus {
    transform: rotate(0);
  }

  .sm\:focus\:rotate-45:focus {
    transform: rotate(45deg);
  }

  .sm\:focus\:rotate-90:focus {
    transform: rotate(90deg);
  }

  .sm\:focus\:rotate-180:focus {
    transform: rotate(180deg);
  }

  .sm\:focus\:-rotate-180:focus {
    transform: rotate(-180deg);
  }

  .sm\:focus\:-rotate-90:focus {
    transform: rotate(-90deg);
  }

  .sm\:focus\:-rotate-45:focus {
    transform: rotate(-45deg);
  }

  .sm\:translate-x-0 {
    transform: translateX(0);
  }

  .sm\:translate-x-1 {
    transform: translateX(0.25rem);
  }

  .sm\:translate-x-2 {
    transform: translateX(0.5rem);
  }

  .sm\:translate-x-3 {
    transform: translateX(0.75rem);
  }

  .sm\:translate-x-4 {
    transform: translateX(1rem);
  }

  .sm\:translate-x-5 {
    transform: translateX(1.25rem);
  }

  .sm\:translate-x-6 {
    transform: translateX(1.5rem);
  }

  .sm\:translate-x-7 {
    transform: translateX(1.75rem);
  }

  .sm\:translate-x-8 {
    transform: translateX(2rem);
  }

  .sm\:translate-x-9 {
    transform: translateX(2.25rem);
  }

  .sm\:translate-x-10 {
    transform: translateX(2.5rem);
  }

  .sm\:translate-x-11 {
    transform: translateX(2.75rem);
  }

  .sm\:translate-x-12 {
    transform: translateX(3rem);
  }

  .sm\:translate-x-13 {
    transform: translateX(3.25rem);
  }

  .sm\:translate-x-14 {
    transform: translateX(3.5rem);
  }

  .sm\:translate-x-15 {
    transform: translateX(3.75rem);
  }

  .sm\:translate-x-16 {
    transform: translateX(4rem);
  }

  .sm\:translate-x-20 {
    transform: translateX(5rem);
  }

  .sm\:translate-x-24 {
    transform: translateX(6rem);
  }

  .sm\:translate-x-28 {
    transform: translateX(7rem);
  }

  .sm\:translate-x-32 {
    transform: translateX(8rem);
  }

  .sm\:translate-x-36 {
    transform: translateX(9rem);
  }

  .sm\:translate-x-40 {
    transform: translateX(10rem);
  }

  .sm\:translate-x-44 {
    transform: translateX(11rem);
  }

  .sm\:translate-x-48 {
    transform: translateX(12rem);
  }

  .sm\:translate-x-52 {
    transform: translateX(13rem);
  }

  .sm\:translate-x-56 {
    transform: translateX(14rem);
  }

  .sm\:translate-x-60 {
    transform: translateX(15rem);
  }

  .sm\:translate-x-64 {
    transform: translateX(16rem);
  }

  .sm\:translate-x-72 {
    transform: translateX(18rem);
  }

  .sm\:translate-x-80 {
    transform: translateX(20rem);
  }

  .sm\:translate-x-96 {
    transform: translateX(24rem);
  }

  .sm\:translate-x-128 {
    transform: translateX(32rem);
  }

  .sm\:translate-x-144 {
    transform: translateX(36rem);
  }

  .sm\:translate-x-160 {
    transform: translateX(40rem);
  }

  .sm\:translate-x-192 {
    transform: translateX(48rem);
  }

  .sm\:translate-x-px {
    transform: translateX(1px);
  }

  .sm\:translate-x-0\.5 {
    transform: translateX(0.125rem);
  }

  .sm\:translate-x-1\.5 {
    transform: translateX(0.375rem);
  }

  .sm\:translate-x-2\.5 {
    transform: translateX(0.625rem);
  }

  .sm\:translate-x-3\.5 {
    transform: translateX(0.875rem);
  }

  .sm\:translate-x-1\/2 {
    transform: translateX(50%);
  }

  .sm\:translate-x-1\/3 {
    transform: translateX(33.333333%);
  }

  .sm\:translate-x-2\/3 {
    transform: translateX(66.666667%);
  }

  .sm\:translate-x-1\/4 {
    transform: translateX(25%);
  }

  .sm\:translate-x-2\/4 {
    transform: translateX(50%);
  }

  .sm\:translate-x-3\/4 {
    transform: translateX(75%);
  }

  .sm\:translate-x-1\/5 {
    transform: translateX(20%);
  }

  .sm\:translate-x-2\/5 {
    transform: translateX(40%);
  }

  .sm\:translate-x-3\/5 {
    transform: translateX(60%);
  }

  .sm\:translate-x-4\/5 {
    transform: translateX(80%);
  }

  .sm\:translate-x-1\/6 {
    transform: translateX(16.666667%);
  }

  .sm\:translate-x-2\/6 {
    transform: translateX(33.333333%);
  }

  .sm\:translate-x-3\/6 {
    transform: translateX(50%);
  }

  .sm\:translate-x-4\/6 {
    transform: translateX(66.666667%);
  }

  .sm\:translate-x-5\/6 {
    transform: translateX(83.333333%);
  }

  .sm\:translate-x-1\/12 {
    transform: translateX(8.333333%);
  }

  .sm\:translate-x-2\/12 {
    transform: translateX(16.666667%);
  }

  .sm\:translate-x-3\/12 {
    transform: translateX(25%);
  }

  .sm\:translate-x-4\/12 {
    transform: translateX(33.333333%);
  }

  .sm\:translate-x-5\/12 {
    transform: translateX(41.666667%);
  }

  .sm\:translate-x-6\/12 {
    transform: translateX(50%);
  }

  .sm\:translate-x-7\/12 {
    transform: translateX(58.333333%);
  }

  .sm\:translate-x-8\/12 {
    transform: translateX(66.666667%);
  }

  .sm\:translate-x-9\/12 {
    transform: translateX(75%);
  }

  .sm\:translate-x-10\/12 {
    transform: translateX(83.333333%);
  }

  .sm\:translate-x-11\/12 {
    transform: translateX(91.666667%);
  }

  .sm\:translate-x-full {
    transform: translateX(100%);
  }

  .sm\:-translate-x-1 {
    transform: translateX(-0.25rem);
  }

  .sm\:-translate-x-2 {
    transform: translateX(-0.5rem);
  }

  .sm\:-translate-x-3 {
    transform: translateX(-0.75rem);
  }

  .sm\:-translate-x-4 {
    transform: translateX(-1rem);
  }

  .sm\:-translate-x-5 {
    transform: translateX(-1.25rem);
  }

  .sm\:-translate-x-6 {
    transform: translateX(-1.5rem);
  }

  .sm\:-translate-x-7 {
    transform: translateX(-1.75rem);
  }

  .sm\:-translate-x-8 {
    transform: translateX(-2rem);
  }

  .sm\:-translate-x-9 {
    transform: translateX(-2.25rem);
  }

  .sm\:-translate-x-10 {
    transform: translateX(-2.5rem);
  }

  .sm\:-translate-x-11 {
    transform: translateX(-2.75rem);
  }

  .sm\:-translate-x-12 {
    transform: translateX(-3rem);
  }

  .sm\:-translate-x-13 {
    transform: translateX(-3.25rem);
  }

  .sm\:-translate-x-14 {
    transform: translateX(-3.5rem);
  }

  .sm\:-translate-x-15 {
    transform: translateX(-3.75rem);
  }

  .sm\:-translate-x-16 {
    transform: translateX(-4rem);
  }

  .sm\:-translate-x-20 {
    transform: translateX(-5rem);
  }

  .sm\:-translate-x-24 {
    transform: translateX(-6rem);
  }

  .sm\:-translate-x-28 {
    transform: translateX(-7rem);
  }

  .sm\:-translate-x-32 {
    transform: translateX(-8rem);
  }

  .sm\:-translate-x-36 {
    transform: translateX(-9rem);
  }

  .sm\:-translate-x-40 {
    transform: translateX(-10rem);
  }

  .sm\:-translate-x-44 {
    transform: translateX(-11rem);
  }

  .sm\:-translate-x-48 {
    transform: translateX(-12rem);
  }

  .sm\:-translate-x-52 {
    transform: translateX(-13rem);
  }

  .sm\:-translate-x-56 {
    transform: translateX(-14rem);
  }

  .sm\:-translate-x-60 {
    transform: translateX(-15rem);
  }

  .sm\:-translate-x-64 {
    transform: translateX(-16rem);
  }

  .sm\:-translate-x-72 {
    transform: translateX(-18rem);
  }

  .sm\:-translate-x-80 {
    transform: translateX(-20rem);
  }

  .sm\:-translate-x-96 {
    transform: translateX(-24rem);
  }

  .sm\:-translate-x-128 {
    transform: translateX(-32rem);
  }

  .sm\:-translate-x-144 {
    transform: translateX(-36rem);
  }

  .sm\:-translate-x-160 {
    transform: translateX(-40rem);
  }

  .sm\:-translate-x-192 {
    transform: translateX(-48rem);
  }

  .sm\:-translate-x-px {
    transform: translateX(-1px);
  }

  .sm\:-translate-x-0\.5 {
    transform: translateX(-0.125rem);
  }

  .sm\:-translate-x-1\.5 {
    transform: translateX(-0.375rem);
  }

  .sm\:-translate-x-2\.5 {
    transform: translateX(-0.625rem);
  }

  .sm\:-translate-x-3\.5 {
    transform: translateX(-0.875rem);
  }

  .sm\:-translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .sm\:-translate-x-1\/3 {
    transform: translateX(-33.33333%);
  }

  .sm\:-translate-x-2\/3 {
    transform: translateX(-66.66667%);
  }

  .sm\:-translate-x-1\/4 {
    transform: translateX(-25%);
  }

  .sm\:-translate-x-2\/4 {
    transform: translateX(-50%);
  }

  .sm\:-translate-x-3\/4 {
    transform: translateX(-75%);
  }

  .sm\:-translate-x-1\/5 {
    transform: translateX(-20%);
  }

  .sm\:-translate-x-2\/5 {
    transform: translateX(-40%);
  }

  .sm\:-translate-x-3\/5 {
    transform: translateX(-60%);
  }

  .sm\:-translate-x-4\/5 {
    transform: translateX(-80%);
  }

  .sm\:-translate-x-1\/6 {
    transform: translateX(-16.66667%);
  }

  .sm\:-translate-x-2\/6 {
    transform: translateX(-33.33333%);
  }

  .sm\:-translate-x-3\/6 {
    transform: translateX(-50%);
  }

  .sm\:-translate-x-4\/6 {
    transform: translateX(-66.66667%);
  }

  .sm\:-translate-x-5\/6 {
    transform: translateX(-83.33333%);
  }

  .sm\:-translate-x-1\/12 {
    transform: translateX(-8.33333%);
  }

  .sm\:-translate-x-2\/12 {
    transform: translateX(-16.66667%);
  }

  .sm\:-translate-x-3\/12 {
    transform: translateX(-25%);
  }

  .sm\:-translate-x-4\/12 {
    transform: translateX(-33.33333%);
  }

  .sm\:-translate-x-5\/12 {
    transform: translateX(-41.66667%);
  }

  .sm\:-translate-x-6\/12 {
    transform: translateX(-50%);
  }

  .sm\:-translate-x-7\/12 {
    transform: translateX(-58.33333%);
  }

  .sm\:-translate-x-8\/12 {
    transform: translateX(-66.66667%);
  }

  .sm\:-translate-x-9\/12 {
    transform: translateX(-75%);
  }

  .sm\:-translate-x-10\/12 {
    transform: translateX(-83.33333%);
  }

  .sm\:-translate-x-11\/12 {
    transform: translateX(-91.66667%);
  }

  .sm\:-translate-x-full {
    transform: translateX(-100%);
  }

  .sm\:translate-y-0 {
    transform: translateY(0);
  }

  .sm\:translate-y-1 {
    transform: translateY(0.25rem);
  }

  .sm\:translate-y-2 {
    transform: translateY(0.5rem);
  }

  .sm\:translate-y-3 {
    transform: translateY(0.75rem);
  }

  .sm\:translate-y-4 {
    transform: translateY(1rem);
  }

  .sm\:translate-y-5 {
    transform: translateY(1.25rem);
  }

  .sm\:translate-y-6 {
    transform: translateY(1.5rem);
  }

  .sm\:translate-y-7 {
    transform: translateY(1.75rem);
  }

  .sm\:translate-y-8 {
    transform: translateY(2rem);
  }

  .sm\:translate-y-9 {
    transform: translateY(2.25rem);
  }

  .sm\:translate-y-10 {
    transform: translateY(2.5rem);
  }

  .sm\:translate-y-11 {
    transform: translateY(2.75rem);
  }

  .sm\:translate-y-12 {
    transform: translateY(3rem);
  }

  .sm\:translate-y-13 {
    transform: translateY(3.25rem);
  }

  .sm\:translate-y-14 {
    transform: translateY(3.5rem);
  }

  .sm\:translate-y-15 {
    transform: translateY(3.75rem);
  }

  .sm\:translate-y-16 {
    transform: translateY(4rem);
  }

  .sm\:translate-y-20 {
    transform: translateY(5rem);
  }

  .sm\:translate-y-24 {
    transform: translateY(6rem);
  }

  .sm\:translate-y-28 {
    transform: translateY(7rem);
  }

  .sm\:translate-y-32 {
    transform: translateY(8rem);
  }

  .sm\:translate-y-36 {
    transform: translateY(9rem);
  }

  .sm\:translate-y-40 {
    transform: translateY(10rem);
  }

  .sm\:translate-y-44 {
    transform: translateY(11rem);
  }

  .sm\:translate-y-48 {
    transform: translateY(12rem);
  }

  .sm\:translate-y-52 {
    transform: translateY(13rem);
  }

  .sm\:translate-y-56 {
    transform: translateY(14rem);
  }

  .sm\:translate-y-60 {
    transform: translateY(15rem);
  }

  .sm\:translate-y-64 {
    transform: translateY(16rem);
  }

  .sm\:translate-y-72 {
    transform: translateY(18rem);
  }

  .sm\:translate-y-80 {
    transform: translateY(20rem);
  }

  .sm\:translate-y-96 {
    transform: translateY(24rem);
  }

  .sm\:translate-y-128 {
    transform: translateY(32rem);
  }

  .sm\:translate-y-144 {
    transform: translateY(36rem);
  }

  .sm\:translate-y-160 {
    transform: translateY(40rem);
  }

  .sm\:translate-y-192 {
    transform: translateY(48rem);
  }

  .sm\:translate-y-px {
    transform: translateY(1px);
  }

  .sm\:translate-y-0\.5 {
    transform: translateY(0.125rem);
  }

  .sm\:translate-y-1\.5 {
    transform: translateY(0.375rem);
  }

  .sm\:translate-y-2\.5 {
    transform: translateY(0.625rem);
  }

  .sm\:translate-y-3\.5 {
    transform: translateY(0.875rem);
  }

  .sm\:translate-y-1\/2 {
    transform: translateY(50%);
  }

  .sm\:translate-y-1\/3 {
    transform: translateY(33.333333%);
  }

  .sm\:translate-y-2\/3 {
    transform: translateY(66.666667%);
  }

  .sm\:translate-y-1\/4 {
    transform: translateY(25%);
  }

  .sm\:translate-y-2\/4 {
    transform: translateY(50%);
  }

  .sm\:translate-y-3\/4 {
    transform: translateY(75%);
  }

  .sm\:translate-y-1\/5 {
    transform: translateY(20%);
  }

  .sm\:translate-y-2\/5 {
    transform: translateY(40%);
  }

  .sm\:translate-y-3\/5 {
    transform: translateY(60%);
  }

  .sm\:translate-y-4\/5 {
    transform: translateY(80%);
  }

  .sm\:translate-y-1\/6 {
    transform: translateY(16.666667%);
  }

  .sm\:translate-y-2\/6 {
    transform: translateY(33.333333%);
  }

  .sm\:translate-y-3\/6 {
    transform: translateY(50%);
  }

  .sm\:translate-y-4\/6 {
    transform: translateY(66.666667%);
  }

  .sm\:translate-y-5\/6 {
    transform: translateY(83.333333%);
  }

  .sm\:translate-y-1\/12 {
    transform: translateY(8.333333%);
  }

  .sm\:translate-y-2\/12 {
    transform: translateY(16.666667%);
  }

  .sm\:translate-y-3\/12 {
    transform: translateY(25%);
  }

  .sm\:translate-y-4\/12 {
    transform: translateY(33.333333%);
  }

  .sm\:translate-y-5\/12 {
    transform: translateY(41.666667%);
  }

  .sm\:translate-y-6\/12 {
    transform: translateY(50%);
  }

  .sm\:translate-y-7\/12 {
    transform: translateY(58.333333%);
  }

  .sm\:translate-y-8\/12 {
    transform: translateY(66.666667%);
  }

  .sm\:translate-y-9\/12 {
    transform: translateY(75%);
  }

  .sm\:translate-y-10\/12 {
    transform: translateY(83.333333%);
  }

  .sm\:translate-y-11\/12 {
    transform: translateY(91.666667%);
  }

  .sm\:translate-y-full {
    transform: translateY(100%);
  }

  .sm\:-translate-y-1 {
    transform: translateY(-0.25rem);
  }

  .sm\:-translate-y-2 {
    transform: translateY(-0.5rem);
  }

  .sm\:-translate-y-3 {
    transform: translateY(-0.75rem);
  }

  .sm\:-translate-y-4 {
    transform: translateY(-1rem);
  }

  .sm\:-translate-y-5 {
    transform: translateY(-1.25rem);
  }

  .sm\:-translate-y-6 {
    transform: translateY(-1.5rem);
  }

  .sm\:-translate-y-7 {
    transform: translateY(-1.75rem);
  }

  .sm\:-translate-y-8 {
    transform: translateY(-2rem);
  }

  .sm\:-translate-y-9 {
    transform: translateY(-2.25rem);
  }

  .sm\:-translate-y-10 {
    transform: translateY(-2.5rem);
  }

  .sm\:-translate-y-11 {
    transform: translateY(-2.75rem);
  }

  .sm\:-translate-y-12 {
    transform: translateY(-3rem);
  }

  .sm\:-translate-y-13 {
    transform: translateY(-3.25rem);
  }

  .sm\:-translate-y-14 {
    transform: translateY(-3.5rem);
  }

  .sm\:-translate-y-15 {
    transform: translateY(-3.75rem);
  }

  .sm\:-translate-y-16 {
    transform: translateY(-4rem);
  }

  .sm\:-translate-y-20 {
    transform: translateY(-5rem);
  }

  .sm\:-translate-y-24 {
    transform: translateY(-6rem);
  }

  .sm\:-translate-y-28 {
    transform: translateY(-7rem);
  }

  .sm\:-translate-y-32 {
    transform: translateY(-8rem);
  }

  .sm\:-translate-y-36 {
    transform: translateY(-9rem);
  }

  .sm\:-translate-y-40 {
    transform: translateY(-10rem);
  }

  .sm\:-translate-y-44 {
    transform: translateY(-11rem);
  }

  .sm\:-translate-y-48 {
    transform: translateY(-12rem);
  }

  .sm\:-translate-y-52 {
    transform: translateY(-13rem);
  }

  .sm\:-translate-y-56 {
    transform: translateY(-14rem);
  }

  .sm\:-translate-y-60 {
    transform: translateY(-15rem);
  }

  .sm\:-translate-y-64 {
    transform: translateY(-16rem);
  }

  .sm\:-translate-y-72 {
    transform: translateY(-18rem);
  }

  .sm\:-translate-y-80 {
    transform: translateY(-20rem);
  }

  .sm\:-translate-y-96 {
    transform: translateY(-24rem);
  }

  .sm\:-translate-y-128 {
    transform: translateY(-32rem);
  }

  .sm\:-translate-y-144 {
    transform: translateY(-36rem);
  }

  .sm\:-translate-y-160 {
    transform: translateY(-40rem);
  }

  .sm\:-translate-y-192 {
    transform: translateY(-48rem);
  }

  .sm\:-translate-y-px {
    transform: translateY(-1px);
  }

  .sm\:-translate-y-0\.5 {
    transform: translateY(-0.125rem);
  }

  .sm\:-translate-y-1\.5 {
    transform: translateY(-0.375rem);
  }

  .sm\:-translate-y-2\.5 {
    transform: translateY(-0.625rem);
  }

  .sm\:-translate-y-3\.5 {
    transform: translateY(-0.875rem);
  }

  .sm\:-translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .sm\:-translate-y-1\/3 {
    transform: translateY(-33.33333%);
  }

  .sm\:-translate-y-2\/3 {
    transform: translateY(-66.66667%);
  }

  .sm\:-translate-y-1\/4 {
    transform: translateY(-25%);
  }

  .sm\:-translate-y-2\/4 {
    transform: translateY(-50%);
  }

  .sm\:-translate-y-3\/4 {
    transform: translateY(-75%);
  }

  .sm\:-translate-y-1\/5 {
    transform: translateY(-20%);
  }

  .sm\:-translate-y-2\/5 {
    transform: translateY(-40%);
  }

  .sm\:-translate-y-3\/5 {
    transform: translateY(-60%);
  }

  .sm\:-translate-y-4\/5 {
    transform: translateY(-80%);
  }

  .sm\:-translate-y-1\/6 {
    transform: translateY(-16.66667%);
  }

  .sm\:-translate-y-2\/6 {
    transform: translateY(-33.33333%);
  }

  .sm\:-translate-y-3\/6 {
    transform: translateY(-50%);
  }

  .sm\:-translate-y-4\/6 {
    transform: translateY(-66.66667%);
  }

  .sm\:-translate-y-5\/6 {
    transform: translateY(-83.33333%);
  }

  .sm\:-translate-y-1\/12 {
    transform: translateY(-8.33333%);
  }

  .sm\:-translate-y-2\/12 {
    transform: translateY(-16.66667%);
  }

  .sm\:-translate-y-3\/12 {
    transform: translateY(-25%);
  }

  .sm\:-translate-y-4\/12 {
    transform: translateY(-33.33333%);
  }

  .sm\:-translate-y-5\/12 {
    transform: translateY(-41.66667%);
  }

  .sm\:-translate-y-6\/12 {
    transform: translateY(-50%);
  }

  .sm\:-translate-y-7\/12 {
    transform: translateY(-58.33333%);
  }

  .sm\:-translate-y-8\/12 {
    transform: translateY(-66.66667%);
  }

  .sm\:-translate-y-9\/12 {
    transform: translateY(-75%);
  }

  .sm\:-translate-y-10\/12 {
    transform: translateY(-83.33333%);
  }

  .sm\:-translate-y-11\/12 {
    transform: translateY(-91.66667%);
  }

  .sm\:-translate-y-full {
    transform: translateY(-100%);
  }

  .sm\:hover\:translate-x-0:hover {
    transform: translateX(0);
  }

  .sm\:hover\:translate-x-1:hover {
    transform: translateX(0.25rem);
  }

  .sm\:hover\:translate-x-2:hover {
    transform: translateX(0.5rem);
  }

  .sm\:hover\:translate-x-3:hover {
    transform: translateX(0.75rem);
  }

  .sm\:hover\:translate-x-4:hover {
    transform: translateX(1rem);
  }

  .sm\:hover\:translate-x-5:hover {
    transform: translateX(1.25rem);
  }

  .sm\:hover\:translate-x-6:hover {
    transform: translateX(1.5rem);
  }

  .sm\:hover\:translate-x-7:hover {
    transform: translateX(1.75rem);
  }

  .sm\:hover\:translate-x-8:hover {
    transform: translateX(2rem);
  }

  .sm\:hover\:translate-x-9:hover {
    transform: translateX(2.25rem);
  }

  .sm\:hover\:translate-x-10:hover {
    transform: translateX(2.5rem);
  }

  .sm\:hover\:translate-x-11:hover {
    transform: translateX(2.75rem);
  }

  .sm\:hover\:translate-x-12:hover {
    transform: translateX(3rem);
  }

  .sm\:hover\:translate-x-13:hover {
    transform: translateX(3.25rem);
  }

  .sm\:hover\:translate-x-14:hover {
    transform: translateX(3.5rem);
  }

  .sm\:hover\:translate-x-15:hover {
    transform: translateX(3.75rem);
  }

  .sm\:hover\:translate-x-16:hover {
    transform: translateX(4rem);
  }

  .sm\:hover\:translate-x-20:hover {
    transform: translateX(5rem);
  }

  .sm\:hover\:translate-x-24:hover {
    transform: translateX(6rem);
  }

  .sm\:hover\:translate-x-28:hover {
    transform: translateX(7rem);
  }

  .sm\:hover\:translate-x-32:hover {
    transform: translateX(8rem);
  }

  .sm\:hover\:translate-x-36:hover {
    transform: translateX(9rem);
  }

  .sm\:hover\:translate-x-40:hover {
    transform: translateX(10rem);
  }

  .sm\:hover\:translate-x-44:hover {
    transform: translateX(11rem);
  }

  .sm\:hover\:translate-x-48:hover {
    transform: translateX(12rem);
  }

  .sm\:hover\:translate-x-52:hover {
    transform: translateX(13rem);
  }

  .sm\:hover\:translate-x-56:hover {
    transform: translateX(14rem);
  }

  .sm\:hover\:translate-x-60:hover {
    transform: translateX(15rem);
  }

  .sm\:hover\:translate-x-64:hover {
    transform: translateX(16rem);
  }

  .sm\:hover\:translate-x-72:hover {
    transform: translateX(18rem);
  }

  .sm\:hover\:translate-x-80:hover {
    transform: translateX(20rem);
  }

  .sm\:hover\:translate-x-96:hover {
    transform: translateX(24rem);
  }

  .sm\:hover\:translate-x-128:hover {
    transform: translateX(32rem);
  }

  .sm\:hover\:translate-x-144:hover {
    transform: translateX(36rem);
  }

  .sm\:hover\:translate-x-160:hover {
    transform: translateX(40rem);
  }

  .sm\:hover\:translate-x-192:hover {
    transform: translateX(48rem);
  }

  .sm\:hover\:translate-x-px:hover {
    transform: translateX(1px);
  }

  .sm\:hover\:translate-x-0\.5:hover {
    transform: translateX(0.125rem);
  }

  .sm\:hover\:translate-x-1\.5:hover {
    transform: translateX(0.375rem);
  }

  .sm\:hover\:translate-x-2\.5:hover {
    transform: translateX(0.625rem);
  }

  .sm\:hover\:translate-x-3\.5:hover {
    transform: translateX(0.875rem);
  }

  .sm\:hover\:translate-x-1\/2:hover {
    transform: translateX(50%);
  }

  .sm\:hover\:translate-x-1\/3:hover {
    transform: translateX(33.333333%);
  }

  .sm\:hover\:translate-x-2\/3:hover {
    transform: translateX(66.666667%);
  }

  .sm\:hover\:translate-x-1\/4:hover {
    transform: translateX(25%);
  }

  .sm\:hover\:translate-x-2\/4:hover {
    transform: translateX(50%);
  }

  .sm\:hover\:translate-x-3\/4:hover {
    transform: translateX(75%);
  }

  .sm\:hover\:translate-x-1\/5:hover {
    transform: translateX(20%);
  }

  .sm\:hover\:translate-x-2\/5:hover {
    transform: translateX(40%);
  }

  .sm\:hover\:translate-x-3\/5:hover {
    transform: translateX(60%);
  }

  .sm\:hover\:translate-x-4\/5:hover {
    transform: translateX(80%);
  }

  .sm\:hover\:translate-x-1\/6:hover {
    transform: translateX(16.666667%);
  }

  .sm\:hover\:translate-x-2\/6:hover {
    transform: translateX(33.333333%);
  }

  .sm\:hover\:translate-x-3\/6:hover {
    transform: translateX(50%);
  }

  .sm\:hover\:translate-x-4\/6:hover {
    transform: translateX(66.666667%);
  }

  .sm\:hover\:translate-x-5\/6:hover {
    transform: translateX(83.333333%);
  }

  .sm\:hover\:translate-x-1\/12:hover {
    transform: translateX(8.333333%);
  }

  .sm\:hover\:translate-x-2\/12:hover {
    transform: translateX(16.666667%);
  }

  .sm\:hover\:translate-x-3\/12:hover {
    transform: translateX(25%);
  }

  .sm\:hover\:translate-x-4\/12:hover {
    transform: translateX(33.333333%);
  }

  .sm\:hover\:translate-x-5\/12:hover {
    transform: translateX(41.666667%);
  }

  .sm\:hover\:translate-x-6\/12:hover {
    transform: translateX(50%);
  }

  .sm\:hover\:translate-x-7\/12:hover {
    transform: translateX(58.333333%);
  }

  .sm\:hover\:translate-x-8\/12:hover {
    transform: translateX(66.666667%);
  }

  .sm\:hover\:translate-x-9\/12:hover {
    transform: translateX(75%);
  }

  .sm\:hover\:translate-x-10\/12:hover {
    transform: translateX(83.333333%);
  }

  .sm\:hover\:translate-x-11\/12:hover {
    transform: translateX(91.666667%);
  }

  .sm\:hover\:translate-x-full:hover {
    transform: translateX(100%);
  }

  .sm\:hover\:-translate-x-1:hover {
    transform: translateX(-0.25rem);
  }

  .sm\:hover\:-translate-x-2:hover {
    transform: translateX(-0.5rem);
  }

  .sm\:hover\:-translate-x-3:hover {
    transform: translateX(-0.75rem);
  }

  .sm\:hover\:-translate-x-4:hover {
    transform: translateX(-1rem);
  }

  .sm\:hover\:-translate-x-5:hover {
    transform: translateX(-1.25rem);
  }

  .sm\:hover\:-translate-x-6:hover {
    transform: translateX(-1.5rem);
  }

  .sm\:hover\:-translate-x-7:hover {
    transform: translateX(-1.75rem);
  }

  .sm\:hover\:-translate-x-8:hover {
    transform: translateX(-2rem);
  }

  .sm\:hover\:-translate-x-9:hover {
    transform: translateX(-2.25rem);
  }

  .sm\:hover\:-translate-x-10:hover {
    transform: translateX(-2.5rem);
  }

  .sm\:hover\:-translate-x-11:hover {
    transform: translateX(-2.75rem);
  }

  .sm\:hover\:-translate-x-12:hover {
    transform: translateX(-3rem);
  }

  .sm\:hover\:-translate-x-13:hover {
    transform: translateX(-3.25rem);
  }

  .sm\:hover\:-translate-x-14:hover {
    transform: translateX(-3.5rem);
  }

  .sm\:hover\:-translate-x-15:hover {
    transform: translateX(-3.75rem);
  }

  .sm\:hover\:-translate-x-16:hover {
    transform: translateX(-4rem);
  }

  .sm\:hover\:-translate-x-20:hover {
    transform: translateX(-5rem);
  }

  .sm\:hover\:-translate-x-24:hover {
    transform: translateX(-6rem);
  }

  .sm\:hover\:-translate-x-28:hover {
    transform: translateX(-7rem);
  }

  .sm\:hover\:-translate-x-32:hover {
    transform: translateX(-8rem);
  }

  .sm\:hover\:-translate-x-36:hover {
    transform: translateX(-9rem);
  }

  .sm\:hover\:-translate-x-40:hover {
    transform: translateX(-10rem);
  }

  .sm\:hover\:-translate-x-44:hover {
    transform: translateX(-11rem);
  }

  .sm\:hover\:-translate-x-48:hover {
    transform: translateX(-12rem);
  }

  .sm\:hover\:-translate-x-52:hover {
    transform: translateX(-13rem);
  }

  .sm\:hover\:-translate-x-56:hover {
    transform: translateX(-14rem);
  }

  .sm\:hover\:-translate-x-60:hover {
    transform: translateX(-15rem);
  }

  .sm\:hover\:-translate-x-64:hover {
    transform: translateX(-16rem);
  }

  .sm\:hover\:-translate-x-72:hover {
    transform: translateX(-18rem);
  }

  .sm\:hover\:-translate-x-80:hover {
    transform: translateX(-20rem);
  }

  .sm\:hover\:-translate-x-96:hover {
    transform: translateX(-24rem);
  }

  .sm\:hover\:-translate-x-128:hover {
    transform: translateX(-32rem);
  }

  .sm\:hover\:-translate-x-144:hover {
    transform: translateX(-36rem);
  }

  .sm\:hover\:-translate-x-160:hover {
    transform: translateX(-40rem);
  }

  .sm\:hover\:-translate-x-192:hover {
    transform: translateX(-48rem);
  }

  .sm\:hover\:-translate-x-px:hover {
    transform: translateX(-1px);
  }

  .sm\:hover\:-translate-x-0\.5:hover {
    transform: translateX(-0.125rem);
  }

  .sm\:hover\:-translate-x-1\.5:hover {
    transform: translateX(-0.375rem);
  }

  .sm\:hover\:-translate-x-2\.5:hover {
    transform: translateX(-0.625rem);
  }

  .sm\:hover\:-translate-x-3\.5:hover {
    transform: translateX(-0.875rem);
  }

  .sm\:hover\:-translate-x-1\/2:hover {
    transform: translateX(-50%);
  }

  .sm\:hover\:-translate-x-1\/3:hover {
    transform: translateX(-33.33333%);
  }

  .sm\:hover\:-translate-x-2\/3:hover {
    transform: translateX(-66.66667%);
  }

  .sm\:hover\:-translate-x-1\/4:hover {
    transform: translateX(-25%);
  }

  .sm\:hover\:-translate-x-2\/4:hover {
    transform: translateX(-50%);
  }

  .sm\:hover\:-translate-x-3\/4:hover {
    transform: translateX(-75%);
  }

  .sm\:hover\:-translate-x-1\/5:hover {
    transform: translateX(-20%);
  }

  .sm\:hover\:-translate-x-2\/5:hover {
    transform: translateX(-40%);
  }

  .sm\:hover\:-translate-x-3\/5:hover {
    transform: translateX(-60%);
  }

  .sm\:hover\:-translate-x-4\/5:hover {
    transform: translateX(-80%);
  }

  .sm\:hover\:-translate-x-1\/6:hover {
    transform: translateX(-16.66667%);
  }

  .sm\:hover\:-translate-x-2\/6:hover {
    transform: translateX(-33.33333%);
  }

  .sm\:hover\:-translate-x-3\/6:hover {
    transform: translateX(-50%);
  }

  .sm\:hover\:-translate-x-4\/6:hover {
    transform: translateX(-66.66667%);
  }

  .sm\:hover\:-translate-x-5\/6:hover {
    transform: translateX(-83.33333%);
  }

  .sm\:hover\:-translate-x-1\/12:hover {
    transform: translateX(-8.33333%);
  }

  .sm\:hover\:-translate-x-2\/12:hover {
    transform: translateX(-16.66667%);
  }

  .sm\:hover\:-translate-x-3\/12:hover {
    transform: translateX(-25%);
  }

  .sm\:hover\:-translate-x-4\/12:hover {
    transform: translateX(-33.33333%);
  }

  .sm\:hover\:-translate-x-5\/12:hover {
    transform: translateX(-41.66667%);
  }

  .sm\:hover\:-translate-x-6\/12:hover {
    transform: translateX(-50%);
  }

  .sm\:hover\:-translate-x-7\/12:hover {
    transform: translateX(-58.33333%);
  }

  .sm\:hover\:-translate-x-8\/12:hover {
    transform: translateX(-66.66667%);
  }

  .sm\:hover\:-translate-x-9\/12:hover {
    transform: translateX(-75%);
  }

  .sm\:hover\:-translate-x-10\/12:hover {
    transform: translateX(-83.33333%);
  }

  .sm\:hover\:-translate-x-11\/12:hover {
    transform: translateX(-91.66667%);
  }

  .sm\:hover\:-translate-x-full:hover {
    transform: translateX(-100%);
  }

  .sm\:hover\:translate-y-0:hover {
    transform: translateY(0);
  }

  .sm\:hover\:translate-y-1:hover {
    transform: translateY(0.25rem);
  }

  .sm\:hover\:translate-y-2:hover {
    transform: translateY(0.5rem);
  }

  .sm\:hover\:translate-y-3:hover {
    transform: translateY(0.75rem);
  }

  .sm\:hover\:translate-y-4:hover {
    transform: translateY(1rem);
  }

  .sm\:hover\:translate-y-5:hover {
    transform: translateY(1.25rem);
  }

  .sm\:hover\:translate-y-6:hover {
    transform: translateY(1.5rem);
  }

  .sm\:hover\:translate-y-7:hover {
    transform: translateY(1.75rem);
  }

  .sm\:hover\:translate-y-8:hover {
    transform: translateY(2rem);
  }

  .sm\:hover\:translate-y-9:hover {
    transform: translateY(2.25rem);
  }

  .sm\:hover\:translate-y-10:hover {
    transform: translateY(2.5rem);
  }

  .sm\:hover\:translate-y-11:hover {
    transform: translateY(2.75rem);
  }

  .sm\:hover\:translate-y-12:hover {
    transform: translateY(3rem);
  }

  .sm\:hover\:translate-y-13:hover {
    transform: translateY(3.25rem);
  }

  .sm\:hover\:translate-y-14:hover {
    transform: translateY(3.5rem);
  }

  .sm\:hover\:translate-y-15:hover {
    transform: translateY(3.75rem);
  }

  .sm\:hover\:translate-y-16:hover {
    transform: translateY(4rem);
  }

  .sm\:hover\:translate-y-20:hover {
    transform: translateY(5rem);
  }

  .sm\:hover\:translate-y-24:hover {
    transform: translateY(6rem);
  }

  .sm\:hover\:translate-y-28:hover {
    transform: translateY(7rem);
  }

  .sm\:hover\:translate-y-32:hover {
    transform: translateY(8rem);
  }

  .sm\:hover\:translate-y-36:hover {
    transform: translateY(9rem);
  }

  .sm\:hover\:translate-y-40:hover {
    transform: translateY(10rem);
  }

  .sm\:hover\:translate-y-44:hover {
    transform: translateY(11rem);
  }

  .sm\:hover\:translate-y-48:hover {
    transform: translateY(12rem);
  }

  .sm\:hover\:translate-y-52:hover {
    transform: translateY(13rem);
  }

  .sm\:hover\:translate-y-56:hover {
    transform: translateY(14rem);
  }

  .sm\:hover\:translate-y-60:hover {
    transform: translateY(15rem);
  }

  .sm\:hover\:translate-y-64:hover {
    transform: translateY(16rem);
  }

  .sm\:hover\:translate-y-72:hover {
    transform: translateY(18rem);
  }

  .sm\:hover\:translate-y-80:hover {
    transform: translateY(20rem);
  }

  .sm\:hover\:translate-y-96:hover {
    transform: translateY(24rem);
  }

  .sm\:hover\:translate-y-128:hover {
    transform: translateY(32rem);
  }

  .sm\:hover\:translate-y-144:hover {
    transform: translateY(36rem);
  }

  .sm\:hover\:translate-y-160:hover {
    transform: translateY(40rem);
  }

  .sm\:hover\:translate-y-192:hover {
    transform: translateY(48rem);
  }

  .sm\:hover\:translate-y-px:hover {
    transform: translateY(1px);
  }

  .sm\:hover\:translate-y-0\.5:hover {
    transform: translateY(0.125rem);
  }

  .sm\:hover\:translate-y-1\.5:hover {
    transform: translateY(0.375rem);
  }

  .sm\:hover\:translate-y-2\.5:hover {
    transform: translateY(0.625rem);
  }

  .sm\:hover\:translate-y-3\.5:hover {
    transform: translateY(0.875rem);
  }

  .sm\:hover\:translate-y-1\/2:hover {
    transform: translateY(50%);
  }

  .sm\:hover\:translate-y-1\/3:hover {
    transform: translateY(33.333333%);
  }

  .sm\:hover\:translate-y-2\/3:hover {
    transform: translateY(66.666667%);
  }

  .sm\:hover\:translate-y-1\/4:hover {
    transform: translateY(25%);
  }

  .sm\:hover\:translate-y-2\/4:hover {
    transform: translateY(50%);
  }

  .sm\:hover\:translate-y-3\/4:hover {
    transform: translateY(75%);
  }

  .sm\:hover\:translate-y-1\/5:hover {
    transform: translateY(20%);
  }

  .sm\:hover\:translate-y-2\/5:hover {
    transform: translateY(40%);
  }

  .sm\:hover\:translate-y-3\/5:hover {
    transform: translateY(60%);
  }

  .sm\:hover\:translate-y-4\/5:hover {
    transform: translateY(80%);
  }

  .sm\:hover\:translate-y-1\/6:hover {
    transform: translateY(16.666667%);
  }

  .sm\:hover\:translate-y-2\/6:hover {
    transform: translateY(33.333333%);
  }

  .sm\:hover\:translate-y-3\/6:hover {
    transform: translateY(50%);
  }

  .sm\:hover\:translate-y-4\/6:hover {
    transform: translateY(66.666667%);
  }

  .sm\:hover\:translate-y-5\/6:hover {
    transform: translateY(83.333333%);
  }

  .sm\:hover\:translate-y-1\/12:hover {
    transform: translateY(8.333333%);
  }

  .sm\:hover\:translate-y-2\/12:hover {
    transform: translateY(16.666667%);
  }

  .sm\:hover\:translate-y-3\/12:hover {
    transform: translateY(25%);
  }

  .sm\:hover\:translate-y-4\/12:hover {
    transform: translateY(33.333333%);
  }

  .sm\:hover\:translate-y-5\/12:hover {
    transform: translateY(41.666667%);
  }

  .sm\:hover\:translate-y-6\/12:hover {
    transform: translateY(50%);
  }

  .sm\:hover\:translate-y-7\/12:hover {
    transform: translateY(58.333333%);
  }

  .sm\:hover\:translate-y-8\/12:hover {
    transform: translateY(66.666667%);
  }

  .sm\:hover\:translate-y-9\/12:hover {
    transform: translateY(75%);
  }

  .sm\:hover\:translate-y-10\/12:hover {
    transform: translateY(83.333333%);
  }

  .sm\:hover\:translate-y-11\/12:hover {
    transform: translateY(91.666667%);
  }

  .sm\:hover\:translate-y-full:hover {
    transform: translateY(100%);
  }

  .sm\:hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
  }

  .sm\:hover\:-translate-y-2:hover {
    transform: translateY(-0.5rem);
  }

  .sm\:hover\:-translate-y-3:hover {
    transform: translateY(-0.75rem);
  }

  .sm\:hover\:-translate-y-4:hover {
    transform: translateY(-1rem);
  }

  .sm\:hover\:-translate-y-5:hover {
    transform: translateY(-1.25rem);
  }

  .sm\:hover\:-translate-y-6:hover {
    transform: translateY(-1.5rem);
  }

  .sm\:hover\:-translate-y-7:hover {
    transform: translateY(-1.75rem);
  }

  .sm\:hover\:-translate-y-8:hover {
    transform: translateY(-2rem);
  }

  .sm\:hover\:-translate-y-9:hover {
    transform: translateY(-2.25rem);
  }

  .sm\:hover\:-translate-y-10:hover {
    transform: translateY(-2.5rem);
  }

  .sm\:hover\:-translate-y-11:hover {
    transform: translateY(-2.75rem);
  }

  .sm\:hover\:-translate-y-12:hover {
    transform: translateY(-3rem);
  }

  .sm\:hover\:-translate-y-13:hover {
    transform: translateY(-3.25rem);
  }

  .sm\:hover\:-translate-y-14:hover {
    transform: translateY(-3.5rem);
  }

  .sm\:hover\:-translate-y-15:hover {
    transform: translateY(-3.75rem);
  }

  .sm\:hover\:-translate-y-16:hover {
    transform: translateY(-4rem);
  }

  .sm\:hover\:-translate-y-20:hover {
    transform: translateY(-5rem);
  }

  .sm\:hover\:-translate-y-24:hover {
    transform: translateY(-6rem);
  }

  .sm\:hover\:-translate-y-28:hover {
    transform: translateY(-7rem);
  }

  .sm\:hover\:-translate-y-32:hover {
    transform: translateY(-8rem);
  }

  .sm\:hover\:-translate-y-36:hover {
    transform: translateY(-9rem);
  }

  .sm\:hover\:-translate-y-40:hover {
    transform: translateY(-10rem);
  }

  .sm\:hover\:-translate-y-44:hover {
    transform: translateY(-11rem);
  }

  .sm\:hover\:-translate-y-48:hover {
    transform: translateY(-12rem);
  }

  .sm\:hover\:-translate-y-52:hover {
    transform: translateY(-13rem);
  }

  .sm\:hover\:-translate-y-56:hover {
    transform: translateY(-14rem);
  }

  .sm\:hover\:-translate-y-60:hover {
    transform: translateY(-15rem);
  }

  .sm\:hover\:-translate-y-64:hover {
    transform: translateY(-16rem);
  }

  .sm\:hover\:-translate-y-72:hover {
    transform: translateY(-18rem);
  }

  .sm\:hover\:-translate-y-80:hover {
    transform: translateY(-20rem);
  }

  .sm\:hover\:-translate-y-96:hover {
    transform: translateY(-24rem);
  }

  .sm\:hover\:-translate-y-128:hover {
    transform: translateY(-32rem);
  }

  .sm\:hover\:-translate-y-144:hover {
    transform: translateY(-36rem);
  }

  .sm\:hover\:-translate-y-160:hover {
    transform: translateY(-40rem);
  }

  .sm\:hover\:-translate-y-192:hover {
    transform: translateY(-48rem);
  }

  .sm\:hover\:-translate-y-px:hover {
    transform: translateY(-1px);
  }

  .sm\:hover\:-translate-y-0\.5:hover {
    transform: translateY(-0.125rem);
  }

  .sm\:hover\:-translate-y-1\.5:hover {
    transform: translateY(-0.375rem);
  }

  .sm\:hover\:-translate-y-2\.5:hover {
    transform: translateY(-0.625rem);
  }

  .sm\:hover\:-translate-y-3\.5:hover {
    transform: translateY(-0.875rem);
  }

  .sm\:hover\:-translate-y-1\/2:hover {
    transform: translateY(-50%);
  }

  .sm\:hover\:-translate-y-1\/3:hover {
    transform: translateY(-33.33333%);
  }

  .sm\:hover\:-translate-y-2\/3:hover {
    transform: translateY(-66.66667%);
  }

  .sm\:hover\:-translate-y-1\/4:hover {
    transform: translateY(-25%);
  }

  .sm\:hover\:-translate-y-2\/4:hover {
    transform: translateY(-50%);
  }

  .sm\:hover\:-translate-y-3\/4:hover {
    transform: translateY(-75%);
  }

  .sm\:hover\:-translate-y-1\/5:hover {
    transform: translateY(-20%);
  }

  .sm\:hover\:-translate-y-2\/5:hover {
    transform: translateY(-40%);
  }

  .sm\:hover\:-translate-y-3\/5:hover {
    transform: translateY(-60%);
  }

  .sm\:hover\:-translate-y-4\/5:hover {
    transform: translateY(-80%);
  }

  .sm\:hover\:-translate-y-1\/6:hover {
    transform: translateY(-16.66667%);
  }

  .sm\:hover\:-translate-y-2\/6:hover {
    transform: translateY(-33.33333%);
  }

  .sm\:hover\:-translate-y-3\/6:hover {
    transform: translateY(-50%);
  }

  .sm\:hover\:-translate-y-4\/6:hover {
    transform: translateY(-66.66667%);
  }

  .sm\:hover\:-translate-y-5\/6:hover {
    transform: translateY(-83.33333%);
  }

  .sm\:hover\:-translate-y-1\/12:hover {
    transform: translateY(-8.33333%);
  }

  .sm\:hover\:-translate-y-2\/12:hover {
    transform: translateY(-16.66667%);
  }

  .sm\:hover\:-translate-y-3\/12:hover {
    transform: translateY(-25%);
  }

  .sm\:hover\:-translate-y-4\/12:hover {
    transform: translateY(-33.33333%);
  }

  .sm\:hover\:-translate-y-5\/12:hover {
    transform: translateY(-41.66667%);
  }

  .sm\:hover\:-translate-y-6\/12:hover {
    transform: translateY(-50%);
  }

  .sm\:hover\:-translate-y-7\/12:hover {
    transform: translateY(-58.33333%);
  }

  .sm\:hover\:-translate-y-8\/12:hover {
    transform: translateY(-66.66667%);
  }

  .sm\:hover\:-translate-y-9\/12:hover {
    transform: translateY(-75%);
  }

  .sm\:hover\:-translate-y-10\/12:hover {
    transform: translateY(-83.33333%);
  }

  .sm\:hover\:-translate-y-11\/12:hover {
    transform: translateY(-91.66667%);
  }

  .sm\:hover\:-translate-y-full:hover {
    transform: translateY(-100%);
  }

  .sm\:focus\:translate-x-0:focus {
    transform: translateX(0);
  }

  .sm\:focus\:translate-x-1:focus {
    transform: translateX(0.25rem);
  }

  .sm\:focus\:translate-x-2:focus {
    transform: translateX(0.5rem);
  }

  .sm\:focus\:translate-x-3:focus {
    transform: translateX(0.75rem);
  }

  .sm\:focus\:translate-x-4:focus {
    transform: translateX(1rem);
  }

  .sm\:focus\:translate-x-5:focus {
    transform: translateX(1.25rem);
  }

  .sm\:focus\:translate-x-6:focus {
    transform: translateX(1.5rem);
  }

  .sm\:focus\:translate-x-7:focus {
    transform: translateX(1.75rem);
  }

  .sm\:focus\:translate-x-8:focus {
    transform: translateX(2rem);
  }

  .sm\:focus\:translate-x-9:focus {
    transform: translateX(2.25rem);
  }

  .sm\:focus\:translate-x-10:focus {
    transform: translateX(2.5rem);
  }

  .sm\:focus\:translate-x-11:focus {
    transform: translateX(2.75rem);
  }

  .sm\:focus\:translate-x-12:focus {
    transform: translateX(3rem);
  }

  .sm\:focus\:translate-x-13:focus {
    transform: translateX(3.25rem);
  }

  .sm\:focus\:translate-x-14:focus {
    transform: translateX(3.5rem);
  }

  .sm\:focus\:translate-x-15:focus {
    transform: translateX(3.75rem);
  }

  .sm\:focus\:translate-x-16:focus {
    transform: translateX(4rem);
  }

  .sm\:focus\:translate-x-20:focus {
    transform: translateX(5rem);
  }

  .sm\:focus\:translate-x-24:focus {
    transform: translateX(6rem);
  }

  .sm\:focus\:translate-x-28:focus {
    transform: translateX(7rem);
  }

  .sm\:focus\:translate-x-32:focus {
    transform: translateX(8rem);
  }

  .sm\:focus\:translate-x-36:focus {
    transform: translateX(9rem);
  }

  .sm\:focus\:translate-x-40:focus {
    transform: translateX(10rem);
  }

  .sm\:focus\:translate-x-44:focus {
    transform: translateX(11rem);
  }

  .sm\:focus\:translate-x-48:focus {
    transform: translateX(12rem);
  }

  .sm\:focus\:translate-x-52:focus {
    transform: translateX(13rem);
  }

  .sm\:focus\:translate-x-56:focus {
    transform: translateX(14rem);
  }

  .sm\:focus\:translate-x-60:focus {
    transform: translateX(15rem);
  }

  .sm\:focus\:translate-x-64:focus {
    transform: translateX(16rem);
  }

  .sm\:focus\:translate-x-72:focus {
    transform: translateX(18rem);
  }

  .sm\:focus\:translate-x-80:focus {
    transform: translateX(20rem);
  }

  .sm\:focus\:translate-x-96:focus {
    transform: translateX(24rem);
  }

  .sm\:focus\:translate-x-128:focus {
    transform: translateX(32rem);
  }

  .sm\:focus\:translate-x-144:focus {
    transform: translateX(36rem);
  }

  .sm\:focus\:translate-x-160:focus {
    transform: translateX(40rem);
  }

  .sm\:focus\:translate-x-192:focus {
    transform: translateX(48rem);
  }

  .sm\:focus\:translate-x-px:focus {
    transform: translateX(1px);
  }

  .sm\:focus\:translate-x-0\.5:focus {
    transform: translateX(0.125rem);
  }

  .sm\:focus\:translate-x-1\.5:focus {
    transform: translateX(0.375rem);
  }

  .sm\:focus\:translate-x-2\.5:focus {
    transform: translateX(0.625rem);
  }

  .sm\:focus\:translate-x-3\.5:focus {
    transform: translateX(0.875rem);
  }

  .sm\:focus\:translate-x-1\/2:focus {
    transform: translateX(50%);
  }

  .sm\:focus\:translate-x-1\/3:focus {
    transform: translateX(33.333333%);
  }

  .sm\:focus\:translate-x-2\/3:focus {
    transform: translateX(66.666667%);
  }

  .sm\:focus\:translate-x-1\/4:focus {
    transform: translateX(25%);
  }

  .sm\:focus\:translate-x-2\/4:focus {
    transform: translateX(50%);
  }

  .sm\:focus\:translate-x-3\/4:focus {
    transform: translateX(75%);
  }

  .sm\:focus\:translate-x-1\/5:focus {
    transform: translateX(20%);
  }

  .sm\:focus\:translate-x-2\/5:focus {
    transform: translateX(40%);
  }

  .sm\:focus\:translate-x-3\/5:focus {
    transform: translateX(60%);
  }

  .sm\:focus\:translate-x-4\/5:focus {
    transform: translateX(80%);
  }

  .sm\:focus\:translate-x-1\/6:focus {
    transform: translateX(16.666667%);
  }

  .sm\:focus\:translate-x-2\/6:focus {
    transform: translateX(33.333333%);
  }

  .sm\:focus\:translate-x-3\/6:focus {
    transform: translateX(50%);
  }

  .sm\:focus\:translate-x-4\/6:focus {
    transform: translateX(66.666667%);
  }

  .sm\:focus\:translate-x-5\/6:focus {
    transform: translateX(83.333333%);
  }

  .sm\:focus\:translate-x-1\/12:focus {
    transform: translateX(8.333333%);
  }

  .sm\:focus\:translate-x-2\/12:focus {
    transform: translateX(16.666667%);
  }

  .sm\:focus\:translate-x-3\/12:focus {
    transform: translateX(25%);
  }

  .sm\:focus\:translate-x-4\/12:focus {
    transform: translateX(33.333333%);
  }

  .sm\:focus\:translate-x-5\/12:focus {
    transform: translateX(41.666667%);
  }

  .sm\:focus\:translate-x-6\/12:focus {
    transform: translateX(50%);
  }

  .sm\:focus\:translate-x-7\/12:focus {
    transform: translateX(58.333333%);
  }

  .sm\:focus\:translate-x-8\/12:focus {
    transform: translateX(66.666667%);
  }

  .sm\:focus\:translate-x-9\/12:focus {
    transform: translateX(75%);
  }

  .sm\:focus\:translate-x-10\/12:focus {
    transform: translateX(83.333333%);
  }

  .sm\:focus\:translate-x-11\/12:focus {
    transform: translateX(91.666667%);
  }

  .sm\:focus\:translate-x-full:focus {
    transform: translateX(100%);
  }

  .sm\:focus\:-translate-x-1:focus {
    transform: translateX(-0.25rem);
  }

  .sm\:focus\:-translate-x-2:focus {
    transform: translateX(-0.5rem);
  }

  .sm\:focus\:-translate-x-3:focus {
    transform: translateX(-0.75rem);
  }

  .sm\:focus\:-translate-x-4:focus {
    transform: translateX(-1rem);
  }

  .sm\:focus\:-translate-x-5:focus {
    transform: translateX(-1.25rem);
  }

  .sm\:focus\:-translate-x-6:focus {
    transform: translateX(-1.5rem);
  }

  .sm\:focus\:-translate-x-7:focus {
    transform: translateX(-1.75rem);
  }

  .sm\:focus\:-translate-x-8:focus {
    transform: translateX(-2rem);
  }

  .sm\:focus\:-translate-x-9:focus {
    transform: translateX(-2.25rem);
  }

  .sm\:focus\:-translate-x-10:focus {
    transform: translateX(-2.5rem);
  }

  .sm\:focus\:-translate-x-11:focus {
    transform: translateX(-2.75rem);
  }

  .sm\:focus\:-translate-x-12:focus {
    transform: translateX(-3rem);
  }

  .sm\:focus\:-translate-x-13:focus {
    transform: translateX(-3.25rem);
  }

  .sm\:focus\:-translate-x-14:focus {
    transform: translateX(-3.5rem);
  }

  .sm\:focus\:-translate-x-15:focus {
    transform: translateX(-3.75rem);
  }

  .sm\:focus\:-translate-x-16:focus {
    transform: translateX(-4rem);
  }

  .sm\:focus\:-translate-x-20:focus {
    transform: translateX(-5rem);
  }

  .sm\:focus\:-translate-x-24:focus {
    transform: translateX(-6rem);
  }

  .sm\:focus\:-translate-x-28:focus {
    transform: translateX(-7rem);
  }

  .sm\:focus\:-translate-x-32:focus {
    transform: translateX(-8rem);
  }

  .sm\:focus\:-translate-x-36:focus {
    transform: translateX(-9rem);
  }

  .sm\:focus\:-translate-x-40:focus {
    transform: translateX(-10rem);
  }

  .sm\:focus\:-translate-x-44:focus {
    transform: translateX(-11rem);
  }

  .sm\:focus\:-translate-x-48:focus {
    transform: translateX(-12rem);
  }

  .sm\:focus\:-translate-x-52:focus {
    transform: translateX(-13rem);
  }

  .sm\:focus\:-translate-x-56:focus {
    transform: translateX(-14rem);
  }

  .sm\:focus\:-translate-x-60:focus {
    transform: translateX(-15rem);
  }

  .sm\:focus\:-translate-x-64:focus {
    transform: translateX(-16rem);
  }

  .sm\:focus\:-translate-x-72:focus {
    transform: translateX(-18rem);
  }

  .sm\:focus\:-translate-x-80:focus {
    transform: translateX(-20rem);
  }

  .sm\:focus\:-translate-x-96:focus {
    transform: translateX(-24rem);
  }

  .sm\:focus\:-translate-x-128:focus {
    transform: translateX(-32rem);
  }

  .sm\:focus\:-translate-x-144:focus {
    transform: translateX(-36rem);
  }

  .sm\:focus\:-translate-x-160:focus {
    transform: translateX(-40rem);
  }

  .sm\:focus\:-translate-x-192:focus {
    transform: translateX(-48rem);
  }

  .sm\:focus\:-translate-x-px:focus {
    transform: translateX(-1px);
  }

  .sm\:focus\:-translate-x-0\.5:focus {
    transform: translateX(-0.125rem);
  }

  .sm\:focus\:-translate-x-1\.5:focus {
    transform: translateX(-0.375rem);
  }

  .sm\:focus\:-translate-x-2\.5:focus {
    transform: translateX(-0.625rem);
  }

  .sm\:focus\:-translate-x-3\.5:focus {
    transform: translateX(-0.875rem);
  }

  .sm\:focus\:-translate-x-1\/2:focus {
    transform: translateX(-50%);
  }

  .sm\:focus\:-translate-x-1\/3:focus {
    transform: translateX(-33.33333%);
  }

  .sm\:focus\:-translate-x-2\/3:focus {
    transform: translateX(-66.66667%);
  }

  .sm\:focus\:-translate-x-1\/4:focus {
    transform: translateX(-25%);
  }

  .sm\:focus\:-translate-x-2\/4:focus {
    transform: translateX(-50%);
  }

  .sm\:focus\:-translate-x-3\/4:focus {
    transform: translateX(-75%);
  }

  .sm\:focus\:-translate-x-1\/5:focus {
    transform: translateX(-20%);
  }

  .sm\:focus\:-translate-x-2\/5:focus {
    transform: translateX(-40%);
  }

  .sm\:focus\:-translate-x-3\/5:focus {
    transform: translateX(-60%);
  }

  .sm\:focus\:-translate-x-4\/5:focus {
    transform: translateX(-80%);
  }

  .sm\:focus\:-translate-x-1\/6:focus {
    transform: translateX(-16.66667%);
  }

  .sm\:focus\:-translate-x-2\/6:focus {
    transform: translateX(-33.33333%);
  }

  .sm\:focus\:-translate-x-3\/6:focus {
    transform: translateX(-50%);
  }

  .sm\:focus\:-translate-x-4\/6:focus {
    transform: translateX(-66.66667%);
  }

  .sm\:focus\:-translate-x-5\/6:focus {
    transform: translateX(-83.33333%);
  }

  .sm\:focus\:-translate-x-1\/12:focus {
    transform: translateX(-8.33333%);
  }

  .sm\:focus\:-translate-x-2\/12:focus {
    transform: translateX(-16.66667%);
  }

  .sm\:focus\:-translate-x-3\/12:focus {
    transform: translateX(-25%);
  }

  .sm\:focus\:-translate-x-4\/12:focus {
    transform: translateX(-33.33333%);
  }

  .sm\:focus\:-translate-x-5\/12:focus {
    transform: translateX(-41.66667%);
  }

  .sm\:focus\:-translate-x-6\/12:focus {
    transform: translateX(-50%);
  }

  .sm\:focus\:-translate-x-7\/12:focus {
    transform: translateX(-58.33333%);
  }

  .sm\:focus\:-translate-x-8\/12:focus {
    transform: translateX(-66.66667%);
  }

  .sm\:focus\:-translate-x-9\/12:focus {
    transform: translateX(-75%);
  }

  .sm\:focus\:-translate-x-10\/12:focus {
    transform: translateX(-83.33333%);
  }

  .sm\:focus\:-translate-x-11\/12:focus {
    transform: translateX(-91.66667%);
  }

  .sm\:focus\:-translate-x-full:focus {
    transform: translateX(-100%);
  }

  .sm\:focus\:translate-y-0:focus {
    transform: translateY(0);
  }

  .sm\:focus\:translate-y-1:focus {
    transform: translateY(0.25rem);
  }

  .sm\:focus\:translate-y-2:focus {
    transform: translateY(0.5rem);
  }

  .sm\:focus\:translate-y-3:focus {
    transform: translateY(0.75rem);
  }

  .sm\:focus\:translate-y-4:focus {
    transform: translateY(1rem);
  }

  .sm\:focus\:translate-y-5:focus {
    transform: translateY(1.25rem);
  }

  .sm\:focus\:translate-y-6:focus {
    transform: translateY(1.5rem);
  }

  .sm\:focus\:translate-y-7:focus {
    transform: translateY(1.75rem);
  }

  .sm\:focus\:translate-y-8:focus {
    transform: translateY(2rem);
  }

  .sm\:focus\:translate-y-9:focus {
    transform: translateY(2.25rem);
  }

  .sm\:focus\:translate-y-10:focus {
    transform: translateY(2.5rem);
  }

  .sm\:focus\:translate-y-11:focus {
    transform: translateY(2.75rem);
  }

  .sm\:focus\:translate-y-12:focus {
    transform: translateY(3rem);
  }

  .sm\:focus\:translate-y-13:focus {
    transform: translateY(3.25rem);
  }

  .sm\:focus\:translate-y-14:focus {
    transform: translateY(3.5rem);
  }

  .sm\:focus\:translate-y-15:focus {
    transform: translateY(3.75rem);
  }

  .sm\:focus\:translate-y-16:focus {
    transform: translateY(4rem);
  }

  .sm\:focus\:translate-y-20:focus {
    transform: translateY(5rem);
  }

  .sm\:focus\:translate-y-24:focus {
    transform: translateY(6rem);
  }

  .sm\:focus\:translate-y-28:focus {
    transform: translateY(7rem);
  }

  .sm\:focus\:translate-y-32:focus {
    transform: translateY(8rem);
  }

  .sm\:focus\:translate-y-36:focus {
    transform: translateY(9rem);
  }

  .sm\:focus\:translate-y-40:focus {
    transform: translateY(10rem);
  }

  .sm\:focus\:translate-y-44:focus {
    transform: translateY(11rem);
  }

  .sm\:focus\:translate-y-48:focus {
    transform: translateY(12rem);
  }

  .sm\:focus\:translate-y-52:focus {
    transform: translateY(13rem);
  }

  .sm\:focus\:translate-y-56:focus {
    transform: translateY(14rem);
  }

  .sm\:focus\:translate-y-60:focus {
    transform: translateY(15rem);
  }

  .sm\:focus\:translate-y-64:focus {
    transform: translateY(16rem);
  }

  .sm\:focus\:translate-y-72:focus {
    transform: translateY(18rem);
  }

  .sm\:focus\:translate-y-80:focus {
    transform: translateY(20rem);
  }

  .sm\:focus\:translate-y-96:focus {
    transform: translateY(24rem);
  }

  .sm\:focus\:translate-y-128:focus {
    transform: translateY(32rem);
  }

  .sm\:focus\:translate-y-144:focus {
    transform: translateY(36rem);
  }

  .sm\:focus\:translate-y-160:focus {
    transform: translateY(40rem);
  }

  .sm\:focus\:translate-y-192:focus {
    transform: translateY(48rem);
  }

  .sm\:focus\:translate-y-px:focus {
    transform: translateY(1px);
  }

  .sm\:focus\:translate-y-0\.5:focus {
    transform: translateY(0.125rem);
  }

  .sm\:focus\:translate-y-1\.5:focus {
    transform: translateY(0.375rem);
  }

  .sm\:focus\:translate-y-2\.5:focus {
    transform: translateY(0.625rem);
  }

  .sm\:focus\:translate-y-3\.5:focus {
    transform: translateY(0.875rem);
  }

  .sm\:focus\:translate-y-1\/2:focus {
    transform: translateY(50%);
  }

  .sm\:focus\:translate-y-1\/3:focus {
    transform: translateY(33.333333%);
  }

  .sm\:focus\:translate-y-2\/3:focus {
    transform: translateY(66.666667%);
  }

  .sm\:focus\:translate-y-1\/4:focus {
    transform: translateY(25%);
  }

  .sm\:focus\:translate-y-2\/4:focus {
    transform: translateY(50%);
  }

  .sm\:focus\:translate-y-3\/4:focus {
    transform: translateY(75%);
  }

  .sm\:focus\:translate-y-1\/5:focus {
    transform: translateY(20%);
  }

  .sm\:focus\:translate-y-2\/5:focus {
    transform: translateY(40%);
  }

  .sm\:focus\:translate-y-3\/5:focus {
    transform: translateY(60%);
  }

  .sm\:focus\:translate-y-4\/5:focus {
    transform: translateY(80%);
  }

  .sm\:focus\:translate-y-1\/6:focus {
    transform: translateY(16.666667%);
  }

  .sm\:focus\:translate-y-2\/6:focus {
    transform: translateY(33.333333%);
  }

  .sm\:focus\:translate-y-3\/6:focus {
    transform: translateY(50%);
  }

  .sm\:focus\:translate-y-4\/6:focus {
    transform: translateY(66.666667%);
  }

  .sm\:focus\:translate-y-5\/6:focus {
    transform: translateY(83.333333%);
  }

  .sm\:focus\:translate-y-1\/12:focus {
    transform: translateY(8.333333%);
  }

  .sm\:focus\:translate-y-2\/12:focus {
    transform: translateY(16.666667%);
  }

  .sm\:focus\:translate-y-3\/12:focus {
    transform: translateY(25%);
  }

  .sm\:focus\:translate-y-4\/12:focus {
    transform: translateY(33.333333%);
  }

  .sm\:focus\:translate-y-5\/12:focus {
    transform: translateY(41.666667%);
  }

  .sm\:focus\:translate-y-6\/12:focus {
    transform: translateY(50%);
  }

  .sm\:focus\:translate-y-7\/12:focus {
    transform: translateY(58.333333%);
  }

  .sm\:focus\:translate-y-8\/12:focus {
    transform: translateY(66.666667%);
  }

  .sm\:focus\:translate-y-9\/12:focus {
    transform: translateY(75%);
  }

  .sm\:focus\:translate-y-10\/12:focus {
    transform: translateY(83.333333%);
  }

  .sm\:focus\:translate-y-11\/12:focus {
    transform: translateY(91.666667%);
  }

  .sm\:focus\:translate-y-full:focus {
    transform: translateY(100%);
  }

  .sm\:focus\:-translate-y-1:focus {
    transform: translateY(-0.25rem);
  }

  .sm\:focus\:-translate-y-2:focus {
    transform: translateY(-0.5rem);
  }

  .sm\:focus\:-translate-y-3:focus {
    transform: translateY(-0.75rem);
  }

  .sm\:focus\:-translate-y-4:focus {
    transform: translateY(-1rem);
  }

  .sm\:focus\:-translate-y-5:focus {
    transform: translateY(-1.25rem);
  }

  .sm\:focus\:-translate-y-6:focus {
    transform: translateY(-1.5rem);
  }

  .sm\:focus\:-translate-y-7:focus {
    transform: translateY(-1.75rem);
  }

  .sm\:focus\:-translate-y-8:focus {
    transform: translateY(-2rem);
  }

  .sm\:focus\:-translate-y-9:focus {
    transform: translateY(-2.25rem);
  }

  .sm\:focus\:-translate-y-10:focus {
    transform: translateY(-2.5rem);
  }

  .sm\:focus\:-translate-y-11:focus {
    transform: translateY(-2.75rem);
  }

  .sm\:focus\:-translate-y-12:focus {
    transform: translateY(-3rem);
  }

  .sm\:focus\:-translate-y-13:focus {
    transform: translateY(-3.25rem);
  }

  .sm\:focus\:-translate-y-14:focus {
    transform: translateY(-3.5rem);
  }

  .sm\:focus\:-translate-y-15:focus {
    transform: translateY(-3.75rem);
  }

  .sm\:focus\:-translate-y-16:focus {
    transform: translateY(-4rem);
  }

  .sm\:focus\:-translate-y-20:focus {
    transform: translateY(-5rem);
  }

  .sm\:focus\:-translate-y-24:focus {
    transform: translateY(-6rem);
  }

  .sm\:focus\:-translate-y-28:focus {
    transform: translateY(-7rem);
  }

  .sm\:focus\:-translate-y-32:focus {
    transform: translateY(-8rem);
  }

  .sm\:focus\:-translate-y-36:focus {
    transform: translateY(-9rem);
  }

  .sm\:focus\:-translate-y-40:focus {
    transform: translateY(-10rem);
  }

  .sm\:focus\:-translate-y-44:focus {
    transform: translateY(-11rem);
  }

  .sm\:focus\:-translate-y-48:focus {
    transform: translateY(-12rem);
  }

  .sm\:focus\:-translate-y-52:focus {
    transform: translateY(-13rem);
  }

  .sm\:focus\:-translate-y-56:focus {
    transform: translateY(-14rem);
  }

  .sm\:focus\:-translate-y-60:focus {
    transform: translateY(-15rem);
  }

  .sm\:focus\:-translate-y-64:focus {
    transform: translateY(-16rem);
  }

  .sm\:focus\:-translate-y-72:focus {
    transform: translateY(-18rem);
  }

  .sm\:focus\:-translate-y-80:focus {
    transform: translateY(-20rem);
  }

  .sm\:focus\:-translate-y-96:focus {
    transform: translateY(-24rem);
  }

  .sm\:focus\:-translate-y-128:focus {
    transform: translateY(-32rem);
  }

  .sm\:focus\:-translate-y-144:focus {
    transform: translateY(-36rem);
  }

  .sm\:focus\:-translate-y-160:focus {
    transform: translateY(-40rem);
  }

  .sm\:focus\:-translate-y-192:focus {
    transform: translateY(-48rem);
  }

  .sm\:focus\:-translate-y-px:focus {
    transform: translateY(-1px);
  }

  .sm\:focus\:-translate-y-0\.5:focus {
    transform: translateY(-0.125rem);
  }

  .sm\:focus\:-translate-y-1\.5:focus {
    transform: translateY(-0.375rem);
  }

  .sm\:focus\:-translate-y-2\.5:focus {
    transform: translateY(-0.625rem);
  }

  .sm\:focus\:-translate-y-3\.5:focus {
    transform: translateY(-0.875rem);
  }

  .sm\:focus\:-translate-y-1\/2:focus {
    transform: translateY(-50%);
  }

  .sm\:focus\:-translate-y-1\/3:focus {
    transform: translateY(-33.33333%);
  }

  .sm\:focus\:-translate-y-2\/3:focus {
    transform: translateY(-66.66667%);
  }

  .sm\:focus\:-translate-y-1\/4:focus {
    transform: translateY(-25%);
  }

  .sm\:focus\:-translate-y-2\/4:focus {
    transform: translateY(-50%);
  }

  .sm\:focus\:-translate-y-3\/4:focus {
    transform: translateY(-75%);
  }

  .sm\:focus\:-translate-y-1\/5:focus {
    transform: translateY(-20%);
  }

  .sm\:focus\:-translate-y-2\/5:focus {
    transform: translateY(-40%);
  }

  .sm\:focus\:-translate-y-3\/5:focus {
    transform: translateY(-60%);
  }

  .sm\:focus\:-translate-y-4\/5:focus {
    transform: translateY(-80%);
  }

  .sm\:focus\:-translate-y-1\/6:focus {
    transform: translateY(-16.66667%);
  }

  .sm\:focus\:-translate-y-2\/6:focus {
    transform: translateY(-33.33333%);
  }

  .sm\:focus\:-translate-y-3\/6:focus {
    transform: translateY(-50%);
  }

  .sm\:focus\:-translate-y-4\/6:focus {
    transform: translateY(-66.66667%);
  }

  .sm\:focus\:-translate-y-5\/6:focus {
    transform: translateY(-83.33333%);
  }

  .sm\:focus\:-translate-y-1\/12:focus {
    transform: translateY(-8.33333%);
  }

  .sm\:focus\:-translate-y-2\/12:focus {
    transform: translateY(-16.66667%);
  }

  .sm\:focus\:-translate-y-3\/12:focus {
    transform: translateY(-25%);
  }

  .sm\:focus\:-translate-y-4\/12:focus {
    transform: translateY(-33.33333%);
  }

  .sm\:focus\:-translate-y-5\/12:focus {
    transform: translateY(-41.66667%);
  }

  .sm\:focus\:-translate-y-6\/12:focus {
    transform: translateY(-50%);
  }

  .sm\:focus\:-translate-y-7\/12:focus {
    transform: translateY(-58.33333%);
  }

  .sm\:focus\:-translate-y-8\/12:focus {
    transform: translateY(-66.66667%);
  }

  .sm\:focus\:-translate-y-9\/12:focus {
    transform: translateY(-75%);
  }

  .sm\:focus\:-translate-y-10\/12:focus {
    transform: translateY(-83.33333%);
  }

  .sm\:focus\:-translate-y-11\/12:focus {
    transform: translateY(-91.66667%);
  }

  .sm\:focus\:-translate-y-full:focus {
    transform: translateY(-100%);
  }

  .sm\:skew-x-0 {
    transform: skewX(0);
  }

  .sm\:skew-x-3 {
    transform: skewX(3deg);
  }

  .sm\:skew-x-6 {
    transform: skewX(6deg);
  }

  .sm\:skew-x-12 {
    transform: skewX(12deg);
  }

  .sm\:-skew-x-12 {
    transform: skewX(-12deg);
  }

  .sm\:-skew-x-6 {
    transform: skewX(-6deg);
  }

  .sm\:-skew-x-3 {
    transform: skewX(-3deg);
  }

  .sm\:skew-y-0 {
    transform: skewY(0);
  }

  .sm\:skew-y-3 {
    transform: skewY(3deg);
  }

  .sm\:skew-y-6 {
    transform: skewY(6deg);
  }

  .sm\:skew-y-12 {
    transform: skewY(12deg);
  }

  .sm\:-skew-y-12 {
    transform: skewY(-12deg);
  }

  .sm\:-skew-y-6 {
    transform: skewY(-6deg);
  }

  .sm\:-skew-y-3 {
    transform: skewY(-3deg);
  }

  .sm\:hover\:skew-x-0:hover {
    transform: skewX(0);
  }

  .sm\:hover\:skew-x-3:hover {
    transform: skewX(3deg);
  }

  .sm\:hover\:skew-x-6:hover {
    transform: skewX(6deg);
  }

  .sm\:hover\:skew-x-12:hover {
    transform: skewX(12deg);
  }

  .sm\:hover\:-skew-x-12:hover {
    transform: skewX(-12deg);
  }

  .sm\:hover\:-skew-x-6:hover {
    transform: skewX(-6deg);
  }

  .sm\:hover\:-skew-x-3:hover {
    transform: skewX(-3deg);
  }

  .sm\:hover\:skew-y-0:hover {
    transform: skewY(0);
  }

  .sm\:hover\:skew-y-3:hover {
    transform: skewY(3deg);
  }

  .sm\:hover\:skew-y-6:hover {
    transform: skewY(6deg);
  }

  .sm\:hover\:skew-y-12:hover {
    transform: skewY(12deg);
  }

  .sm\:hover\:-skew-y-12:hover {
    transform: skewY(-12deg);
  }

  .sm\:hover\:-skew-y-6:hover {
    transform: skewY(-6deg);
  }

  .sm\:hover\:-skew-y-3:hover {
    transform: skewY(-3deg);
  }

  .sm\:focus\:skew-x-0:focus {
    transform: skewX(0);
  }

  .sm\:focus\:skew-x-3:focus {
    transform: skewX(3deg);
  }

  .sm\:focus\:skew-x-6:focus {
    transform: skewX(6deg);
  }

  .sm\:focus\:skew-x-12:focus {
    transform: skewX(12deg);
  }

  .sm\:focus\:-skew-x-12:focus {
    transform: skewX(-12deg);
  }

  .sm\:focus\:-skew-x-6:focus {
    transform: skewX(-6deg);
  }

  .sm\:focus\:-skew-x-3:focus {
    transform: skewX(-3deg);
  }

  .sm\:focus\:skew-y-0:focus {
    transform: skewY(0);
  }

  .sm\:focus\:skew-y-3:focus {
    transform: skewY(3deg);
  }

  .sm\:focus\:skew-y-6:focus {
    transform: skewY(6deg);
  }

  .sm\:focus\:skew-y-12:focus {
    transform: skewY(12deg);
  }

  .sm\:focus\:-skew-y-12:focus {
    transform: skewY(-12deg);
  }

  .sm\:focus\:-skew-y-6:focus {
    transform: skewY(-6deg);
  }

  .sm\:focus\:-skew-y-3:focus {
    transform: skewY(-3deg);
  }

  .sm\:transition-none {
    transition-property: none;
  }

  .sm\:transition-all {
    transition-property: all;
  }

  .sm\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .sm\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .sm\:transition-opacity {
    transition-property: opacity;
  }

  .sm\:transition-shadow {
    transition-property: box-shadow;
  }

  .sm\:transition-transform {
    transition-property: transform;
  }

  .sm\:ease-linear {
    transition-timing-function: linear;
  }

  .sm\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .sm\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .sm\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .sm\:duration-75 {
    transition-duration: 75ms;
  }

  .sm\:duration-100 {
    transition-duration: 100ms;
  }

  .sm\:duration-150 {
    transition-duration: 150ms;
  }

  .sm\:duration-200 {
    transition-duration: 200ms;
  }

  .sm\:duration-300 {
    transition-duration: 300ms;
  }

  .sm\:duration-500 {
    transition-duration: 500ms;
  }

  .sm\:duration-700 {
    transition-duration: 700ms;
  }

  .sm\:duration-1000 {
    transition-duration: 1000ms;
  }

  .sm\:delay-75 {
    transition-delay: 75ms;
  }

  .sm\:delay-100 {
    transition-delay: 100ms;
  }

  .sm\:delay-150 {
    transition-delay: 150ms;
  }

  .sm\:delay-200 {
    transition-delay: 200ms;
  }

  .sm\:delay-300 {
    transition-delay: 300ms;
  }

  .sm\:delay-500 {
    transition-delay: 500ms;
  }

  .sm\:delay-700 {
    transition-delay: 700ms;
  }

  .sm\:delay-1000 {
    transition-delay: 1000ms;
  }

  .sm\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .sm\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .sm\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .sm\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .sm\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .sm\:ar-21x9 {
    width: 100%;
    padding-bottom: 42.86%;
  }

  .sm\:ar-16x9 {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .sm\:ar-4x3 {
    width: 100%;
    padding-bottom: 75.00%;
  }

  .sm\:ar-4x5 {
    width: 100%;
    padding-bottom: 125.00%;
  }

  .sm\:ar-3x2 {
    width: 100%;
    padding-bottom: 66.67%;
  }

  .sm\:ar-8x5 {
    width: 100%;
    padding-bottom: 62.50%;
  }

  .sm\:ar-5x8 {
    width: 100%;
    padding-bottom: 160.00%;
  }

  .sm\:ar-1x1 {
    width: 100%;
    padding-bottom: 100.00%;
  }

  .sm\:col-none {
    -moz-column-count: initial;
         column-count: initial;
  }

  .sm\:col-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .sm\:col-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .sm\:col-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (min-width: 768px) {
  .md\:space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0;
  }

  .md\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: 0;
  }

  .md\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: 0.25rem;
  }

  .md\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: 0.25rem;
  }

  .md\:space-y-2 > :not(template) ~ :not(template) {
    margin-top: 0.5rem;
  }

  .md\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: 0.5rem;
  }

  .md\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 0.75rem;
  }

  .md\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: 0.75rem;
  }

  .md\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 1rem;
  }

  .md\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem;
  }

  .md\:space-y-5 > :not(template) ~ :not(template) {
    margin-top: 1.25rem;
  }

  .md\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: 1.25rem;
  }

  .md\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 1.5rem;
  }

  .md\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 1.5rem;
  }

  .md\:space-y-7 > :not(template) ~ :not(template) {
    margin-top: 1.75rem;
  }

  .md\:space-x-7 > :not(template) ~ :not(template) {
    margin-left: 1.75rem;
  }

  .md\:space-y-8 > :not(template) ~ :not(template) {
    margin-top: 2rem;
  }

  .md\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 2rem;
  }

  .md\:space-y-9 > :not(template) ~ :not(template) {
    margin-top: 2.25rem;
  }

  .md\:space-x-9 > :not(template) ~ :not(template) {
    margin-left: 2.25rem;
  }

  .md\:space-y-10 > :not(template) ~ :not(template) {
    margin-top: 2.5rem;
  }

  .md\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: 2.5rem;
  }

  .md\:space-y-11 > :not(template) ~ :not(template) {
    margin-top: 2.75rem;
  }

  .md\:space-x-11 > :not(template) ~ :not(template) {
    margin-left: 2.75rem;
  }

  .md\:space-y-12 > :not(template) ~ :not(template) {
    margin-top: 3rem;
  }

  .md\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: 3rem;
  }

  .md\:space-y-13 > :not(template) ~ :not(template) {
    margin-top: 3.25rem;
  }

  .md\:space-x-13 > :not(template) ~ :not(template) {
    margin-left: 3.25rem;
  }

  .md\:space-y-14 > :not(template) ~ :not(template) {
    margin-top: 3.5rem;
  }

  .md\:space-x-14 > :not(template) ~ :not(template) {
    margin-left: 3.5rem;
  }

  .md\:space-y-15 > :not(template) ~ :not(template) {
    margin-top: 3.75rem;
  }

  .md\:space-x-15 > :not(template) ~ :not(template) {
    margin-left: 3.75rem;
  }

  .md\:space-y-16 > :not(template) ~ :not(template) {
    margin-top: 4rem;
  }

  .md\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: 4rem;
  }

  .md\:space-y-20 > :not(template) ~ :not(template) {
    margin-top: 5rem;
  }

  .md\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: 5rem;
  }

  .md\:space-y-24 > :not(template) ~ :not(template) {
    margin-top: 6rem;
  }

  .md\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: 6rem;
  }

  .md\:space-y-28 > :not(template) ~ :not(template) {
    margin-top: 7rem;
  }

  .md\:space-x-28 > :not(template) ~ :not(template) {
    margin-left: 7rem;
  }

  .md\:space-y-32 > :not(template) ~ :not(template) {
    margin-top: 8rem;
  }

  .md\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: 8rem;
  }

  .md\:space-y-36 > :not(template) ~ :not(template) {
    margin-top: 9rem;
  }

  .md\:space-x-36 > :not(template) ~ :not(template) {
    margin-left: 9rem;
  }

  .md\:space-y-40 > :not(template) ~ :not(template) {
    margin-top: 10rem;
  }

  .md\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: 10rem;
  }

  .md\:space-y-44 > :not(template) ~ :not(template) {
    margin-top: 11rem;
  }

  .md\:space-x-44 > :not(template) ~ :not(template) {
    margin-left: 11rem;
  }

  .md\:space-y-48 > :not(template) ~ :not(template) {
    margin-top: 12rem;
  }

  .md\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: 12rem;
  }

  .md\:space-y-52 > :not(template) ~ :not(template) {
    margin-top: 13rem;
  }

  .md\:space-x-52 > :not(template) ~ :not(template) {
    margin-left: 13rem;
  }

  .md\:space-y-56 > :not(template) ~ :not(template) {
    margin-top: 14rem;
  }

  .md\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: 14rem;
  }

  .md\:space-y-60 > :not(template) ~ :not(template) {
    margin-top: 15rem;
  }

  .md\:space-x-60 > :not(template) ~ :not(template) {
    margin-left: 15rem;
  }

  .md\:space-y-64 > :not(template) ~ :not(template) {
    margin-top: 16rem;
  }

  .md\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: 16rem;
  }

  .md\:space-y-72 > :not(template) ~ :not(template) {
    margin-top: 18rem;
  }

  .md\:space-x-72 > :not(template) ~ :not(template) {
    margin-left: 18rem;
  }

  .md\:space-y-80 > :not(template) ~ :not(template) {
    margin-top: 20rem;
  }

  .md\:space-x-80 > :not(template) ~ :not(template) {
    margin-left: 20rem;
  }

  .md\:space-y-96 > :not(template) ~ :not(template) {
    margin-top: 24rem;
  }

  .md\:space-x-96 > :not(template) ~ :not(template) {
    margin-left: 24rem;
  }

  .md\:space-y-128 > :not(template) ~ :not(template) {
    margin-top: 32rem;
  }

  .md\:space-x-128 > :not(template) ~ :not(template) {
    margin-left: 32rem;
  }

  .md\:space-y-144 > :not(template) ~ :not(template) {
    margin-top: 36rem;
  }

  .md\:space-x-144 > :not(template) ~ :not(template) {
    margin-left: 36rem;
  }

  .md\:space-y-160 > :not(template) ~ :not(template) {
    margin-top: 40rem;
  }

  .md\:space-x-160 > :not(template) ~ :not(template) {
    margin-left: 40rem;
  }

  .md\:space-y-192 > :not(template) ~ :not(template) {
    margin-top: 48rem;
  }

  .md\:space-x-192 > :not(template) ~ :not(template) {
    margin-left: 48rem;
  }

  .md\:space-y-px > :not(template) ~ :not(template) {
    margin-top: 1px;
  }

  .md\:space-x-px > :not(template) ~ :not(template) {
    margin-left: 1px;
  }

  .md\:space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: 0.125rem;
  }

  .md\:space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: 0.125rem;
  }

  .md\:space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: 0.375rem;
  }

  .md\:space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: 0.375rem;
  }

  .md\:space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: 0.625rem;
  }

  .md\:space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: 0.625rem;
  }

  .md\:space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: 0.875rem;
  }

  .md\:space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: 0.875rem;
  }

  .md\:space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .md\:space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .md\:space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .md\:space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .md\:space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .md\:space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .md\:space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .md\:space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .md\:space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .md\:space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .md\:space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .md\:space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .md\:space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: 20%;
  }

  .md\:space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: 20%;
  }

  .md\:space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: 40%;
  }

  .md\:space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: 40%;
  }

  .md\:space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: 60%;
  }

  .md\:space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: 60%;
  }

  .md\:space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: 80%;
  }

  .md\:space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: 80%;
  }

  .md\:space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .md\:space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .md\:space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .md\:space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .md\:space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .md\:space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .md\:space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .md\:space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .md\:space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .md\:space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .md\:space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: 8.333333%;
  }

  .md\:space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: 8.333333%;
  }

  .md\:space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .md\:space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .md\:space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .md\:space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .md\:space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .md\:space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .md\:space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: 41.666667%;
  }

  .md\:space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: 41.666667%;
  }

  .md\:space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .md\:space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .md\:space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: 58.333333%;
  }

  .md\:space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: 58.333333%;
  }

  .md\:space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .md\:space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .md\:space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .md\:space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .md\:space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .md\:space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .md\:space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: 91.666667%;
  }

  .md\:space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: 91.666667%;
  }

  .md\:space-y-full > :not(template) ~ :not(template) {
    margin-top: 100%;
  }

  .md\:space-x-full > :not(template) ~ :not(template) {
    margin-left: 100%;
  }

  .md\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: -0.25rem;
  }

  .md\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: -0.25rem;
  }

  .md\:-space-y-2 > :not(template) ~ :not(template) {
    margin-top: -0.5rem;
  }

  .md\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: -0.5rem;
  }

  .md\:-space-y-3 > :not(template) ~ :not(template) {
    margin-top: -0.75rem;
  }

  .md\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: -0.75rem;
  }

  .md\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: -1rem;
  }

  .md\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: -1rem;
  }

  .md\:-space-y-5 > :not(template) ~ :not(template) {
    margin-top: -1.25rem;
  }

  .md\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: -1.25rem;
  }

  .md\:-space-y-6 > :not(template) ~ :not(template) {
    margin-top: -1.5rem;
  }

  .md\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: -1.5rem;
  }

  .md\:-space-y-7 > :not(template) ~ :not(template) {
    margin-top: -1.75rem;
  }

  .md\:-space-x-7 > :not(template) ~ :not(template) {
    margin-left: -1.75rem;
  }

  .md\:-space-y-8 > :not(template) ~ :not(template) {
    margin-top: -2rem;
  }

  .md\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: -2rem;
  }

  .md\:-space-y-9 > :not(template) ~ :not(template) {
    margin-top: -2.25rem;
  }

  .md\:-space-x-9 > :not(template) ~ :not(template) {
    margin-left: -2.25rem;
  }

  .md\:-space-y-10 > :not(template) ~ :not(template) {
    margin-top: -2.5rem;
  }

  .md\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: -2.5rem;
  }

  .md\:-space-y-11 > :not(template) ~ :not(template) {
    margin-top: -2.75rem;
  }

  .md\:-space-x-11 > :not(template) ~ :not(template) {
    margin-left: -2.75rem;
  }

  .md\:-space-y-12 > :not(template) ~ :not(template) {
    margin-top: -3rem;
  }

  .md\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: -3rem;
  }

  .md\:-space-y-13 > :not(template) ~ :not(template) {
    margin-top: -3.25rem;
  }

  .md\:-space-x-13 > :not(template) ~ :not(template) {
    margin-left: -3.25rem;
  }

  .md\:-space-y-14 > :not(template) ~ :not(template) {
    margin-top: -3.5rem;
  }

  .md\:-space-x-14 > :not(template) ~ :not(template) {
    margin-left: -3.5rem;
  }

  .md\:-space-y-15 > :not(template) ~ :not(template) {
    margin-top: -3.75rem;
  }

  .md\:-space-x-15 > :not(template) ~ :not(template) {
    margin-left: -3.75rem;
  }

  .md\:-space-y-16 > :not(template) ~ :not(template) {
    margin-top: -4rem;
  }

  .md\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: -4rem;
  }

  .md\:-space-y-20 > :not(template) ~ :not(template) {
    margin-top: -5rem;
  }

  .md\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: -5rem;
  }

  .md\:-space-y-24 > :not(template) ~ :not(template) {
    margin-top: -6rem;
  }

  .md\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: -6rem;
  }

  .md\:-space-y-28 > :not(template) ~ :not(template) {
    margin-top: -7rem;
  }

  .md\:-space-x-28 > :not(template) ~ :not(template) {
    margin-left: -7rem;
  }

  .md\:-space-y-32 > :not(template) ~ :not(template) {
    margin-top: -8rem;
  }

  .md\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: -8rem;
  }

  .md\:-space-y-36 > :not(template) ~ :not(template) {
    margin-top: -9rem;
  }

  .md\:-space-x-36 > :not(template) ~ :not(template) {
    margin-left: -9rem;
  }

  .md\:-space-y-40 > :not(template) ~ :not(template) {
    margin-top: -10rem;
  }

  .md\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: -10rem;
  }

  .md\:-space-y-44 > :not(template) ~ :not(template) {
    margin-top: -11rem;
  }

  .md\:-space-x-44 > :not(template) ~ :not(template) {
    margin-left: -11rem;
  }

  .md\:-space-y-48 > :not(template) ~ :not(template) {
    margin-top: -12rem;
  }

  .md\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: -12rem;
  }

  .md\:-space-y-52 > :not(template) ~ :not(template) {
    margin-top: -13rem;
  }

  .md\:-space-x-52 > :not(template) ~ :not(template) {
    margin-left: -13rem;
  }

  .md\:-space-y-56 > :not(template) ~ :not(template) {
    margin-top: -14rem;
  }

  .md\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: -14rem;
  }

  .md\:-space-y-60 > :not(template) ~ :not(template) {
    margin-top: -15rem;
  }

  .md\:-space-x-60 > :not(template) ~ :not(template) {
    margin-left: -15rem;
  }

  .md\:-space-y-64 > :not(template) ~ :not(template) {
    margin-top: -16rem;
  }

  .md\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: -16rem;
  }

  .md\:-space-y-72 > :not(template) ~ :not(template) {
    margin-top: -18rem;
  }

  .md\:-space-x-72 > :not(template) ~ :not(template) {
    margin-left: -18rem;
  }

  .md\:-space-y-80 > :not(template) ~ :not(template) {
    margin-top: -20rem;
  }

  .md\:-space-x-80 > :not(template) ~ :not(template) {
    margin-left: -20rem;
  }

  .md\:-space-y-96 > :not(template) ~ :not(template) {
    margin-top: -24rem;
  }

  .md\:-space-x-96 > :not(template) ~ :not(template) {
    margin-left: -24rem;
  }

  .md\:-space-y-128 > :not(template) ~ :not(template) {
    margin-top: -32rem;
  }

  .md\:-space-x-128 > :not(template) ~ :not(template) {
    margin-left: -32rem;
  }

  .md\:-space-y-144 > :not(template) ~ :not(template) {
    margin-top: -36rem;
  }

  .md\:-space-x-144 > :not(template) ~ :not(template) {
    margin-left: -36rem;
  }

  .md\:-space-y-160 > :not(template) ~ :not(template) {
    margin-top: -40rem;
  }

  .md\:-space-x-160 > :not(template) ~ :not(template) {
    margin-left: -40rem;
  }

  .md\:-space-y-192 > :not(template) ~ :not(template) {
    margin-top: -48rem;
  }

  .md\:-space-x-192 > :not(template) ~ :not(template) {
    margin-left: -48rem;
  }

  .md\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: -1px;
  }

  .md\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: -1px;
  }

  .md\:-space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: -0.125rem;
  }

  .md\:-space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: -0.125rem;
  }

  .md\:-space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: -0.375rem;
  }

  .md\:-space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: -0.375rem;
  }

  .md\:-space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: -0.625rem;
  }

  .md\:-space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: -0.625rem;
  }

  .md\:-space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: -0.875rem;
  }

  .md\:-space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: -0.875rem;
  }

  .md\:-space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .md\:-space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .md\:-space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .md\:-space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .md\:-space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .md\:-space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .md\:-space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .md\:-space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .md\:-space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .md\:-space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .md\:-space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .md\:-space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .md\:-space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: -20%;
  }

  .md\:-space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: -20%;
  }

  .md\:-space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: -40%;
  }

  .md\:-space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: -40%;
  }

  .md\:-space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: -60%;
  }

  .md\:-space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: -60%;
  }

  .md\:-space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: -80%;
  }

  .md\:-space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: -80%;
  }

  .md\:-space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .md\:-space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .md\:-space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .md\:-space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .md\:-space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .md\:-space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .md\:-space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .md\:-space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .md\:-space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .md\:-space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .md\:-space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: -8.33333%;
  }

  .md\:-space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: -8.33333%;
  }

  .md\:-space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .md\:-space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .md\:-space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .md\:-space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .md\:-space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .md\:-space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .md\:-space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: -41.66667%;
  }

  .md\:-space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: -41.66667%;
  }

  .md\:-space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .md\:-space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .md\:-space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: -58.33333%;
  }

  .md\:-space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: -58.33333%;
  }

  .md\:-space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .md\:-space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .md\:-space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .md\:-space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .md\:-space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .md\:-space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .md\:-space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: -91.66667%;
  }

  .md\:-space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: -91.66667%;
  }

  .md\:-space-y-full > :not(template) ~ :not(template) {
    margin-top: -100%;
  }

  .md\:-space-x-full > :not(template) ~ :not(template) {
    margin-left: -100%;
  }

  .md\:divide-y-0 > :not(template) ~ :not(template) {
    border-top-width: 0px;
  }

  .md\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: 0px;
  }

  .md\:divide-y-2 > :not(template) ~ :not(template) {
    border-top-width: 2px;
  }

  .md\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: 2px;
  }

  .md\:divide-y-3 > :not(template) ~ :not(template) {
    border-top-width: 3px;
  }

  .md\:divide-x-3 > :not(template) ~ :not(template) {
    border-left-width: 3px;
  }

  .md\:divide-y-4 > :not(template) ~ :not(template) {
    border-top-width: 4px;
  }

  .md\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: 4px;
  }

  .md\:divide-y-6 > :not(template) ~ :not(template) {
    border-top-width: 6px;
  }

  .md\:divide-x-6 > :not(template) ~ :not(template) {
    border-left-width: 6px;
  }

  .md\:divide-y-8 > :not(template) ~ :not(template) {
    border-top-width: 8px;
  }

  .md\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: 8px;
  }

  .md\:divide-y > :not(template) ~ :not(template) {
    border-top-width: 1px;
  }

  .md\:divide-x > :not(template) ~ :not(template) {
    border-left-width: 1px;
  }

  .md\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .md\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff;
  }

  .md\:divide-white-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .md\:divide-white-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:divide-white-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .md\:divide-white-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .md\:divide-white-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:divide-white-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .md\:divide-white-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .md\:divide-white-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .md\:divide-white-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:divide-black > :not(template) ~ :not(template) {
    border-color: #000;
  }

  .md\:divide-black-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .md\:divide-black-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:divide-black-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .md\:divide-black-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .md\:divide-black-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:divide-black-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .md\:divide-black-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:divide-black-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .md\:divide-black-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .md\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7f7f7;
  }

  .md\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #ebebeb;
  }

  .md\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #d0d0d0;
  }

  .md\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #b8b8b8;
  }

  .md\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #9e9e9e;
  }

  .md\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #666666;
  }

  .md\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #525252;
  }

  .md\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #333333;
  }

  .md\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1f1f1f;
  }

  .md\:divide-gray-warm-100 > :not(template) ~ :not(template) {
    border-color: #f4f2f0;
  }

  .md\:divide-gray-warm-200 > :not(template) ~ :not(template) {
    border-color: #e9e6e2;
  }

  .md\:divide-gray-warm-300 > :not(template) ~ :not(template) {
    border-color: #dfdad4;
  }

  .md\:divide-gray-warm-400 > :not(template) ~ :not(template) {
    border-color: #cfc7bf;
  }

  .md\:divide-gray-warm-500 > :not(template) ~ :not(template) {
    border-color: #c2bab3;
  }

  .md\:divide-gray-warm-600 > :not(template) ~ :not(template) {
    border-color: #b3aca8;
  }

  .md\:divide-gray-warm-700 > :not(template) ~ :not(template) {
    border-color: #a19994;
  }

  .md\:divide-gray-warm-800 > :not(template) ~ :not(template) {
    border-color: #63544b;
  }

  .md\:divide-gray-warm-900 > :not(template) ~ :not(template) {
    border-color: #3f3731;
  }

  .md\:divide-gray-cool-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f7;
  }

  .md\:divide-gray-cool-200 > :not(template) ~ :not(template) {
    border-color: #e9edf1;
  }

  .md\:divide-gray-cool-300 > :not(template) ~ :not(template) {
    border-color: #d5dde6;
  }

  .md\:divide-gray-cool-400 > :not(template) ~ :not(template) {
    border-color: #bcc5d2;
  }

  .md\:divide-gray-cool-500 > :not(template) ~ :not(template) {
    border-color: #99a3b0;
  }

  .md\:divide-gray-cool-600 > :not(template) ~ :not(template) {
    border-color: #8d95a0;
  }

  .md\:divide-gray-cool-700 > :not(template) ~ :not(template) {
    border-color: #7e848b;
  }

  .md\:divide-gray-cool-800 > :not(template) ~ :not(template) {
    border-color: #686d73;
  }

  .md\:divide-gray-cool-900 > :not(template) ~ :not(template) {
    border-color: #50565e;
  }

  .md\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fff5f5;
  }

  .md\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fed7d7;
  }

  .md\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #feb2b2;
  }

  .md\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #fc8181;
  }

  .md\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #f56565;
  }

  .md\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #e21d2f;
  }

  .md\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #d41b2c;
  }

  .md\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #c61929;
  }

  .md\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #873138;
  }

  .md\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #fff4f0;
  }

  .md\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed8c8;
  }

  .md\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fcb99c;
  }

  .md\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fd9568;
  }

  .md\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #ff854f;
  }

  .md\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #e66833;
  }

  .md\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c05621;
  }

  .md\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9c4221;
  }

  .md\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7b341e;
  }

  .md\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fdf6e7;
  }

  .md\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fee9bf;
  }

  .md\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fbd893;
  }

  .md\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #fcc85f;
  }

  .md\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #ffbf3d;
  }

  .md\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #e7a41d;
  }

  .md\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #b7841f;
  }

  .md\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #976c16;
  }

  .md\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #745310;
  }

  .md\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #f9fce9;
  }

  .md\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #e5f396;
  }

  .md\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #d0e656;
  }

  .md\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #badb00;
  }

  .md\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #acca07;
  }

  .md\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #99b305;
  }

  .md\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #869e00;
  }

  .md\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #546727;
  }

  .md\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #394a12;
  }

  .md\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #e6fffa;
  }

  .md\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #b2f5ea;
  }

  .md\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #7beadc;
  }

  .md\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #00cfb5;
  }

  .md\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #3cbbaa;
  }

  .md\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #319789;
  }

  .md\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #2c7b70;
  }

  .md\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #286159;
  }

  .md\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #23524c;
  }

  .md\:divide-aqua-100 > :not(template) ~ :not(template) {
    border-color: #ebfcff;
  }

  .md\:divide-aqua-200 > :not(template) ~ :not(template) {
    border-color: #beeff8;
  }

  .md\:divide-aqua-300 > :not(template) ~ :not(template) {
    border-color: #90e5f4;
  }

  .md\:divide-aqua-400 > :not(template) ~ :not(template) {
    border-color: #71dcef;
  }

  .md\:divide-aqua-500 > :not(template) ~ :not(template) {
    border-color: #52cfe5;
  }

  .md\:divide-aqua-600 > :not(template) ~ :not(template) {
    border-color: #2bb2ca;
  }

  .md\:divide-aqua-700 > :not(template) ~ :not(template) {
    border-color: #2097ac;
  }

  .md\:divide-aqua-800 > :not(template) ~ :not(template) {
    border-color: #1c7382;
  }

  .md\:divide-aqua-900 > :not(template) ~ :not(template) {
    border-color: #155460;
  }

  .md\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #ebf8ff;
  }

  .md\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bee3f8;
  }

  .md\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #90cdf4;
  }

  .md\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #63b3ed;
  }

  .md\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #4299e1;
  }

  .md\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #3182ce;
  }

  .md\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #006eb5;
  }

  .md\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #22547c;
  }

  .md\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #2b435a;
  }

  .md\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #fcf5ff;
  }

  .md\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #f1d8fd;
  }

  .md\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #dbbcfa;
  }

  .md\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #cd82f2;
  }

  .md\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #b26dd5;
  }

  .md\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #904eb1;
  }

  .md\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #824091;
  }

  .md\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #743582;
  }

  .md\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4a2353;
  }

  .md\:divide-tan-100 > :not(template) ~ :not(template) {
    border-color: #f6f2e9;
  }

  .md\:divide-tan-200 > :not(template) ~ :not(template) {
    border-color: #eee7d8;
  }

  .md\:divide-tan-300 > :not(template) ~ :not(template) {
    border-color: #e7ddc5;
  }

  .md\:divide-tan-400 > :not(template) ~ :not(template) {
    border-color: #e5d4ab;
  }

  .md\:divide-tan-500 > :not(template) ~ :not(template) {
    border-color: #dec891;
  }

  .md\:divide-tan-600 > :not(template) ~ :not(template) {
    border-color: #c3ac74;
  }

  .md\:divide-tan-700 > :not(template) ~ :not(template) {
    border-color: #9a8451;
  }

  .md\:divide-tan-800 > :not(template) ~ :not(template) {
    border-color: #685936;
  }

  .md\:divide-tan-900 > :not(template) ~ :not(template) {
    border-color: #574c33;
  }

  .md\:divide-gold-500 > :not(template) ~ :not(template) {
    border-color: #a4804a;
  }

  .md\:divide-silver-500 > :not(template) ~ :not(template) {
    border-color: #8a8d8f;
  }

  .md\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .md\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .md\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .md\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .md\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .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\: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\: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-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    background-color: #ffffff;
  }

  .md\:bg-white-semi-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .md\:bg-white-semi-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:bg-white-semi-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .md\:bg-white-semi-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .md\:bg-white-semi-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:bg-white-semi-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .md\:bg-white-semi-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .md\:bg-white-semi-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .md\:bg-white-semi-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:bg-black {
    background-color: #000;
  }

  .md\:bg-black-semi-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .md\:bg-black-semi-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:bg-black-semi-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .md\:bg-black-semi-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .md\:bg-black-semi-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:bg-black-semi-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .md\:bg-black-semi-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:bg-black-semi-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .md\:bg-black-semi-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .md\:bg-gray-100 {
    background-color: #f7f7f7;
  }

  .md\:bg-gray-200 {
    background-color: #ebebeb;
  }

  .md\:bg-gray-300 {
    background-color: #d0d0d0;
  }

  .md\:bg-gray-400 {
    background-color: #b8b8b8;
  }

  .md\:bg-gray-500 {
    background-color: #9e9e9e;
  }

  .md\:bg-gray-600 {
    background-color: #666666;
  }

  .md\:bg-gray-700 {
    background-color: #525252;
  }

  .md\:bg-gray-800 {
    background-color: #333333;
  }

  .md\:bg-gray-900 {
    background-color: #1f1f1f;
  }

  .md\:bg-gray-warm-100 {
    background-color: #f4f2f0;
  }

  .md\:bg-gray-warm-200 {
    background-color: #e9e6e2;
  }

  .md\:bg-gray-warm-300 {
    background-color: #dfdad4;
  }

  .md\:bg-gray-warm-400 {
    background-color: #cfc7bf;
  }

  .md\:bg-gray-warm-500 {
    background-color: #c2bab3;
  }

  .md\:bg-gray-warm-600 {
    background-color: #b3aca8;
  }

  .md\:bg-gray-warm-700 {
    background-color: #a19994;
  }

  .md\:bg-gray-warm-800 {
    background-color: #63544b;
  }

  .md\:bg-gray-warm-900 {
    background-color: #3f3731;
  }

  .md\:bg-gray-cool-100 {
    background-color: #f3f4f7;
  }

  .md\:bg-gray-cool-200 {
    background-color: #e9edf1;
  }

  .md\:bg-gray-cool-300 {
    background-color: #d5dde6;
  }

  .md\:bg-gray-cool-400 {
    background-color: #bcc5d2;
  }

  .md\:bg-gray-cool-500 {
    background-color: #99a3b0;
  }

  .md\:bg-gray-cool-600 {
    background-color: #8d95a0;
  }

  .md\:bg-gray-cool-700 {
    background-color: #7e848b;
  }

  .md\:bg-gray-cool-800 {
    background-color: #686d73;
  }

  .md\:bg-gray-cool-900 {
    background-color: #50565e;
  }

  .md\:bg-red-100 {
    background-color: #fff5f5;
  }

  .md\:bg-red-200 {
    background-color: #fed7d7;
  }

  .md\:bg-red-300 {
    background-color: #feb2b2;
  }

  .md\:bg-red-400 {
    background-color: #fc8181;
  }

  .md\:bg-red-500 {
    background-color: #f56565;
  }

  .md\:bg-red-600 {
    background-color: #e21d2f;
  }

  .md\:bg-red-700 {
    background-color: #d41b2c;
  }

  .md\:bg-red-800 {
    background-color: #c61929;
  }

  .md\:bg-red-900 {
    background-color: #873138;
  }

  .md\:bg-orange-100 {
    background-color: #fff4f0;
  }

  .md\:bg-orange-200 {
    background-color: #fed8c8;
  }

  .md\:bg-orange-300 {
    background-color: #fcb99c;
  }

  .md\:bg-orange-400 {
    background-color: #fd9568;
  }

  .md\:bg-orange-500 {
    background-color: #ff854f;
  }

  .md\:bg-orange-600 {
    background-color: #e66833;
  }

  .md\:bg-orange-700 {
    background-color: #c05621;
  }

  .md\:bg-orange-800 {
    background-color: #9c4221;
  }

  .md\:bg-orange-900 {
    background-color: #7b341e;
  }

  .md\:bg-yellow-100 {
    background-color: #fdf6e7;
  }

  .md\:bg-yellow-200 {
    background-color: #fee9bf;
  }

  .md\:bg-yellow-300 {
    background-color: #fbd893;
  }

  .md\:bg-yellow-400 {
    background-color: #fcc85f;
  }

  .md\:bg-yellow-500 {
    background-color: #ffbf3d;
  }

  .md\:bg-yellow-600 {
    background-color: #e7a41d;
  }

  .md\:bg-yellow-700 {
    background-color: #b7841f;
  }

  .md\:bg-yellow-800 {
    background-color: #976c16;
  }

  .md\:bg-yellow-900 {
    background-color: #745310;
  }

  .md\:bg-green-100 {
    background-color: #f9fce9;
  }

  .md\:bg-green-200 {
    background-color: #e5f396;
  }

  .md\:bg-green-300 {
    background-color: #d0e656;
  }

  .md\:bg-green-400 {
    background-color: #badb00;
  }

  .md\:bg-green-500 {
    background-color: #acca07;
  }

  .md\:bg-green-600 {
    background-color: #99b305;
  }

  .md\:bg-green-700 {
    background-color: #869e00;
  }

  .md\:bg-green-800 {
    background-color: #546727;
  }

  .md\:bg-green-900 {
    background-color: #394a12;
  }

  .md\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .md\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .md\:bg-teal-300 {
    background-color: #7beadc;
  }

  .md\:bg-teal-400 {
    background-color: #00cfb5;
  }

  .md\:bg-teal-500 {
    background-color: #3cbbaa;
  }

  .md\:bg-teal-600 {
    background-color: #319789;
  }

  .md\:bg-teal-700 {
    background-color: #2c7b70;
  }

  .md\:bg-teal-800 {
    background-color: #286159;
  }

  .md\:bg-teal-900 {
    background-color: #23524c;
  }

  .md\:bg-aqua-100 {
    background-color: #ebfcff;
  }

  .md\:bg-aqua-200 {
    background-color: #beeff8;
  }

  .md\:bg-aqua-300 {
    background-color: #90e5f4;
  }

  .md\:bg-aqua-400 {
    background-color: #71dcef;
  }

  .md\:bg-aqua-500 {
    background-color: #52cfe5;
  }

  .md\:bg-aqua-600 {
    background-color: #2bb2ca;
  }

  .md\:bg-aqua-700 {
    background-color: #2097ac;
  }

  .md\:bg-aqua-800 {
    background-color: #1c7382;
  }

  .md\:bg-aqua-900 {
    background-color: #155460;
  }

  .md\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .md\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .md\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .md\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .md\:bg-blue-500 {
    background-color: #4299e1;
  }

  .md\:bg-blue-600 {
    background-color: #3182ce;
  }

  .md\:bg-blue-700 {
    background-color: #006eb5;
  }

  .md\:bg-blue-800 {
    background-color: #22547c;
  }

  .md\:bg-blue-900 {
    background-color: #2b435a;
  }

  .md\:bg-purple-100 {
    background-color: #fcf5ff;
  }

  .md\:bg-purple-200 {
    background-color: #f1d8fd;
  }

  .md\:bg-purple-300 {
    background-color: #dbbcfa;
  }

  .md\:bg-purple-400 {
    background-color: #cd82f2;
  }

  .md\:bg-purple-500 {
    background-color: #b26dd5;
  }

  .md\:bg-purple-600 {
    background-color: #904eb1;
  }

  .md\:bg-purple-700 {
    background-color: #824091;
  }

  .md\:bg-purple-800 {
    background-color: #743582;
  }

  .md\:bg-purple-900 {
    background-color: #4a2353;
  }

  .md\:bg-tan-100 {
    background-color: #f6f2e9;
  }

  .md\:bg-tan-200 {
    background-color: #eee7d8;
  }

  .md\:bg-tan-300 {
    background-color: #e7ddc5;
  }

  .md\:bg-tan-400 {
    background-color: #e5d4ab;
  }

  .md\:bg-tan-500 {
    background-color: #dec891;
  }

  .md\:bg-tan-600 {
    background-color: #c3ac74;
  }

  .md\:bg-tan-700 {
    background-color: #9a8451;
  }

  .md\:bg-tan-800 {
    background-color: #685936;
  }

  .md\:bg-tan-900 {
    background-color: #574c33;
  }

  .md\:bg-gold-500 {
    background-color: #a4804a;
  }

  .md\:bg-silver-500 {
    background-color: #8a8d8f;
  }

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

  .md\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .md\:hover\:bg-white-semi-9:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .md\:hover\:bg-white-semi-8:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:bg-white-semi-7:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .md\:hover\:bg-white-semi-6:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .md\:hover\:bg-white-semi-5:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:bg-white-semi-4:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .md\:hover\:bg-white-semi-3:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .md\:hover\:bg-white-semi-2:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .md\:hover\:bg-white-semi-1:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:bg-black:hover {
    background-color: #000;
  }

  .md\:hover\:bg-black-semi-9:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .md\:hover\:bg-black-semi-8:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:bg-black-semi-7:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .md\:hover\:bg-black-semi-6:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .md\:hover\:bg-black-semi-5:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:bg-black-semi-4:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .md\:hover\:bg-black-semi-3:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:bg-black-semi-2:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .md\:hover\:bg-black-semi-1:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:bg-gray-100:hover {
    background-color: #f7f7f7;
  }

  .md\:hover\:bg-gray-200:hover {
    background-color: #ebebeb;
  }

  .md\:hover\:bg-gray-300:hover {
    background-color: #d0d0d0;
  }

  .md\:hover\:bg-gray-400:hover {
    background-color: #b8b8b8;
  }

  .md\:hover\:bg-gray-500:hover {
    background-color: #9e9e9e;
  }

  .md\:hover\:bg-gray-600:hover {
    background-color: #666666;
  }

  .md\:hover\:bg-gray-700:hover {
    background-color: #525252;
  }

  .md\:hover\:bg-gray-800:hover {
    background-color: #333333;
  }

  .md\:hover\:bg-gray-900:hover {
    background-color: #1f1f1f;
  }

  .md\:hover\:bg-gray-warm-100:hover {
    background-color: #f4f2f0;
  }

  .md\:hover\:bg-gray-warm-200:hover {
    background-color: #e9e6e2;
  }

  .md\:hover\:bg-gray-warm-300:hover {
    background-color: #dfdad4;
  }

  .md\:hover\:bg-gray-warm-400:hover {
    background-color: #cfc7bf;
  }

  .md\:hover\:bg-gray-warm-500:hover {
    background-color: #c2bab3;
  }

  .md\:hover\:bg-gray-warm-600:hover {
    background-color: #b3aca8;
  }

  .md\:hover\:bg-gray-warm-700:hover {
    background-color: #a19994;
  }

  .md\:hover\:bg-gray-warm-800:hover {
    background-color: #63544b;
  }

  .md\:hover\:bg-gray-warm-900:hover {
    background-color: #3f3731;
  }

  .md\:hover\:bg-gray-cool-100:hover {
    background-color: #f3f4f7;
  }

  .md\:hover\:bg-gray-cool-200:hover {
    background-color: #e9edf1;
  }

  .md\:hover\:bg-gray-cool-300:hover {
    background-color: #d5dde6;
  }

  .md\:hover\:bg-gray-cool-400:hover {
    background-color: #bcc5d2;
  }

  .md\:hover\:bg-gray-cool-500:hover {
    background-color: #99a3b0;
  }

  .md\:hover\:bg-gray-cool-600:hover {
    background-color: #8d95a0;
  }

  .md\:hover\:bg-gray-cool-700:hover {
    background-color: #7e848b;
  }

  .md\:hover\:bg-gray-cool-800:hover {
    background-color: #686d73;
  }

  .md\:hover\:bg-gray-cool-900:hover {
    background-color: #50565e;
  }

  .md\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .md\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .md\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .md\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .md\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .md\:hover\:bg-red-600:hover {
    background-color: #e21d2f;
  }

  .md\:hover\:bg-red-700:hover {
    background-color: #d41b2c;
  }

  .md\:hover\:bg-red-800:hover {
    background-color: #c61929;
  }

  .md\:hover\:bg-red-900:hover {
    background-color: #873138;
  }

  .md\:hover\:bg-orange-100:hover {
    background-color: #fff4f0;
  }

  .md\:hover\:bg-orange-200:hover {
    background-color: #fed8c8;
  }

  .md\:hover\:bg-orange-300:hover {
    background-color: #fcb99c;
  }

  .md\:hover\:bg-orange-400:hover {
    background-color: #fd9568;
  }

  .md\:hover\:bg-orange-500:hover {
    background-color: #ff854f;
  }

  .md\:hover\:bg-orange-600:hover {
    background-color: #e66833;
  }

  .md\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .md\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .md\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .md\:hover\:bg-yellow-100:hover {
    background-color: #fdf6e7;
  }

  .md\:hover\:bg-yellow-200:hover {
    background-color: #fee9bf;
  }

  .md\:hover\:bg-yellow-300:hover {
    background-color: #fbd893;
  }

  .md\:hover\:bg-yellow-400:hover {
    background-color: #fcc85f;
  }

  .md\:hover\:bg-yellow-500:hover {
    background-color: #ffbf3d;
  }

  .md\:hover\:bg-yellow-600:hover {
    background-color: #e7a41d;
  }

  .md\:hover\:bg-yellow-700:hover {
    background-color: #b7841f;
  }

  .md\:hover\:bg-yellow-800:hover {
    background-color: #976c16;
  }

  .md\:hover\:bg-yellow-900:hover {
    background-color: #745310;
  }

  .md\:hover\:bg-green-100:hover {
    background-color: #f9fce9;
  }

  .md\:hover\:bg-green-200:hover {
    background-color: #e5f396;
  }

  .md\:hover\:bg-green-300:hover {
    background-color: #d0e656;
  }

  .md\:hover\:bg-green-400:hover {
    background-color: #badb00;
  }

  .md\:hover\:bg-green-500:hover {
    background-color: #acca07;
  }

  .md\:hover\:bg-green-600:hover {
    background-color: #99b305;
  }

  .md\:hover\:bg-green-700:hover {
    background-color: #869e00;
  }

  .md\:hover\:bg-green-800:hover {
    background-color: #546727;
  }

  .md\:hover\:bg-green-900:hover {
    background-color: #394a12;
  }

  .md\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .md\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .md\:hover\:bg-teal-300:hover {
    background-color: #7beadc;
  }

  .md\:hover\:bg-teal-400:hover {
    background-color: #00cfb5;
  }

  .md\:hover\:bg-teal-500:hover {
    background-color: #3cbbaa;
  }

  .md\:hover\:bg-teal-600:hover {
    background-color: #319789;
  }

  .md\:hover\:bg-teal-700:hover {
    background-color: #2c7b70;
  }

  .md\:hover\:bg-teal-800:hover {
    background-color: #286159;
  }

  .md\:hover\:bg-teal-900:hover {
    background-color: #23524c;
  }

  .md\:hover\:bg-aqua-100:hover {
    background-color: #ebfcff;
  }

  .md\:hover\:bg-aqua-200:hover {
    background-color: #beeff8;
  }

  .md\:hover\:bg-aqua-300:hover {
    background-color: #90e5f4;
  }

  .md\:hover\:bg-aqua-400:hover {
    background-color: #71dcef;
  }

  .md\:hover\:bg-aqua-500:hover {
    background-color: #52cfe5;
  }

  .md\:hover\:bg-aqua-600:hover {
    background-color: #2bb2ca;
  }

  .md\:hover\:bg-aqua-700:hover {
    background-color: #2097ac;
  }

  .md\:hover\:bg-aqua-800:hover {
    background-color: #1c7382;
  }

  .md\:hover\:bg-aqua-900:hover {
    background-color: #155460;
  }

  .md\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .md\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .md\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .md\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .md\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .md\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .md\:hover\:bg-blue-700:hover {
    background-color: #006eb5;
  }

  .md\:hover\:bg-blue-800:hover {
    background-color: #22547c;
  }

  .md\:hover\:bg-blue-900:hover {
    background-color: #2b435a;
  }

  .md\:hover\:bg-purple-100:hover {
    background-color: #fcf5ff;
  }

  .md\:hover\:bg-purple-200:hover {
    background-color: #f1d8fd;
  }

  .md\:hover\:bg-purple-300:hover {
    background-color: #dbbcfa;
  }

  .md\:hover\:bg-purple-400:hover {
    background-color: #cd82f2;
  }

  .md\:hover\:bg-purple-500:hover {
    background-color: #b26dd5;
  }

  .md\:hover\:bg-purple-600:hover {
    background-color: #904eb1;
  }

  .md\:hover\:bg-purple-700:hover {
    background-color: #824091;
  }

  .md\:hover\:bg-purple-800:hover {
    background-color: #743582;
  }

  .md\:hover\:bg-purple-900:hover {
    background-color: #4a2353;
  }

  .md\:hover\:bg-tan-100:hover {
    background-color: #f6f2e9;
  }

  .md\:hover\:bg-tan-200:hover {
    background-color: #eee7d8;
  }

  .md\:hover\:bg-tan-300:hover {
    background-color: #e7ddc5;
  }

  .md\:hover\:bg-tan-400:hover {
    background-color: #e5d4ab;
  }

  .md\:hover\:bg-tan-500:hover {
    background-color: #dec891;
  }

  .md\:hover\:bg-tan-600:hover {
    background-color: #c3ac74;
  }

  .md\:hover\:bg-tan-700:hover {
    background-color: #9a8451;
  }

  .md\:hover\:bg-tan-800:hover {
    background-color: #685936;
  }

  .md\:hover\:bg-tan-900:hover {
    background-color: #574c33;
  }

  .md\:hover\:bg-gold-500:hover {
    background-color: #a4804a;
  }

  .md\:hover\:bg-silver-500:hover {
    background-color: #8a8d8f;
  }

  .md\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .md\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .md\:focus\:bg-white-semi-9:focus {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .md\:focus\:bg-white-semi-8:focus {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:bg-white-semi-7:focus {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .md\:focus\:bg-white-semi-6:focus {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .md\:focus\:bg-white-semi-5:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:bg-white-semi-4:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .md\:focus\:bg-white-semi-3:focus {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .md\:focus\:bg-white-semi-2:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .md\:focus\:bg-white-semi-1:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:bg-black:focus {
    background-color: #000;
  }

  .md\:focus\:bg-black-semi-9:focus {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .md\:focus\:bg-black-semi-8:focus {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:bg-black-semi-7:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .md\:focus\:bg-black-semi-6:focus {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .md\:focus\:bg-black-semi-5:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:bg-black-semi-4:focus {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .md\:focus\:bg-black-semi-3:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:bg-black-semi-2:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .md\:focus\:bg-black-semi-1:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:bg-gray-100:focus {
    background-color: #f7f7f7;
  }

  .md\:focus\:bg-gray-200:focus {
    background-color: #ebebeb;
  }

  .md\:focus\:bg-gray-300:focus {
    background-color: #d0d0d0;
  }

  .md\:focus\:bg-gray-400:focus {
    background-color: #b8b8b8;
  }

  .md\:focus\:bg-gray-500:focus {
    background-color: #9e9e9e;
  }

  .md\:focus\:bg-gray-600:focus {
    background-color: #666666;
  }

  .md\:focus\:bg-gray-700:focus {
    background-color: #525252;
  }

  .md\:focus\:bg-gray-800:focus {
    background-color: #333333;
  }

  .md\:focus\:bg-gray-900:focus {
    background-color: #1f1f1f;
  }

  .md\:focus\:bg-gray-warm-100:focus {
    background-color: #f4f2f0;
  }

  .md\:focus\:bg-gray-warm-200:focus {
    background-color: #e9e6e2;
  }

  .md\:focus\:bg-gray-warm-300:focus {
    background-color: #dfdad4;
  }

  .md\:focus\:bg-gray-warm-400:focus {
    background-color: #cfc7bf;
  }

  .md\:focus\:bg-gray-warm-500:focus {
    background-color: #c2bab3;
  }

  .md\:focus\:bg-gray-warm-600:focus {
    background-color: #b3aca8;
  }

  .md\:focus\:bg-gray-warm-700:focus {
    background-color: #a19994;
  }

  .md\:focus\:bg-gray-warm-800:focus {
    background-color: #63544b;
  }

  .md\:focus\:bg-gray-warm-900:focus {
    background-color: #3f3731;
  }

  .md\:focus\:bg-gray-cool-100:focus {
    background-color: #f3f4f7;
  }

  .md\:focus\:bg-gray-cool-200:focus {
    background-color: #e9edf1;
  }

  .md\:focus\:bg-gray-cool-300:focus {
    background-color: #d5dde6;
  }

  .md\:focus\:bg-gray-cool-400:focus {
    background-color: #bcc5d2;
  }

  .md\:focus\:bg-gray-cool-500:focus {
    background-color: #99a3b0;
  }

  .md\:focus\:bg-gray-cool-600:focus {
    background-color: #8d95a0;
  }

  .md\:focus\:bg-gray-cool-700:focus {
    background-color: #7e848b;
  }

  .md\:focus\:bg-gray-cool-800:focus {
    background-color: #686d73;
  }

  .md\:focus\:bg-gray-cool-900:focus {
    background-color: #50565e;
  }

  .md\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .md\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .md\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .md\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .md\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .md\:focus\:bg-red-600:focus {
    background-color: #e21d2f;
  }

  .md\:focus\:bg-red-700:focus {
    background-color: #d41b2c;
  }

  .md\:focus\:bg-red-800:focus {
    background-color: #c61929;
  }

  .md\:focus\:bg-red-900:focus {
    background-color: #873138;
  }

  .md\:focus\:bg-orange-100:focus {
    background-color: #fff4f0;
  }

  .md\:focus\:bg-orange-200:focus {
    background-color: #fed8c8;
  }

  .md\:focus\:bg-orange-300:focus {
    background-color: #fcb99c;
  }

  .md\:focus\:bg-orange-400:focus {
    background-color: #fd9568;
  }

  .md\:focus\:bg-orange-500:focus {
    background-color: #ff854f;
  }

  .md\:focus\:bg-orange-600:focus {
    background-color: #e66833;
  }

  .md\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .md\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .md\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .md\:focus\:bg-yellow-100:focus {
    background-color: #fdf6e7;
  }

  .md\:focus\:bg-yellow-200:focus {
    background-color: #fee9bf;
  }

  .md\:focus\:bg-yellow-300:focus {
    background-color: #fbd893;
  }

  .md\:focus\:bg-yellow-400:focus {
    background-color: #fcc85f;
  }

  .md\:focus\:bg-yellow-500:focus {
    background-color: #ffbf3d;
  }

  .md\:focus\:bg-yellow-600:focus {
    background-color: #e7a41d;
  }

  .md\:focus\:bg-yellow-700:focus {
    background-color: #b7841f;
  }

  .md\:focus\:bg-yellow-800:focus {
    background-color: #976c16;
  }

  .md\:focus\:bg-yellow-900:focus {
    background-color: #745310;
  }

  .md\:focus\:bg-green-100:focus {
    background-color: #f9fce9;
  }

  .md\:focus\:bg-green-200:focus {
    background-color: #e5f396;
  }

  .md\:focus\:bg-green-300:focus {
    background-color: #d0e656;
  }

  .md\:focus\:bg-green-400:focus {
    background-color: #badb00;
  }

  .md\:focus\:bg-green-500:focus {
    background-color: #acca07;
  }

  .md\:focus\:bg-green-600:focus {
    background-color: #99b305;
  }

  .md\:focus\:bg-green-700:focus {
    background-color: #869e00;
  }

  .md\:focus\:bg-green-800:focus {
    background-color: #546727;
  }

  .md\:focus\:bg-green-900:focus {
    background-color: #394a12;
  }

  .md\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .md\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .md\:focus\:bg-teal-300:focus {
    background-color: #7beadc;
  }

  .md\:focus\:bg-teal-400:focus {
    background-color: #00cfb5;
  }

  .md\:focus\:bg-teal-500:focus {
    background-color: #3cbbaa;
  }

  .md\:focus\:bg-teal-600:focus {
    background-color: #319789;
  }

  .md\:focus\:bg-teal-700:focus {
    background-color: #2c7b70;
  }

  .md\:focus\:bg-teal-800:focus {
    background-color: #286159;
  }

  .md\:focus\:bg-teal-900:focus {
    background-color: #23524c;
  }

  .md\:focus\:bg-aqua-100:focus {
    background-color: #ebfcff;
  }

  .md\:focus\:bg-aqua-200:focus {
    background-color: #beeff8;
  }

  .md\:focus\:bg-aqua-300:focus {
    background-color: #90e5f4;
  }

  .md\:focus\:bg-aqua-400:focus {
    background-color: #71dcef;
  }

  .md\:focus\:bg-aqua-500:focus {
    background-color: #52cfe5;
  }

  .md\:focus\:bg-aqua-600:focus {
    background-color: #2bb2ca;
  }

  .md\:focus\:bg-aqua-700:focus {
    background-color: #2097ac;
  }

  .md\:focus\:bg-aqua-800:focus {
    background-color: #1c7382;
  }

  .md\:focus\:bg-aqua-900:focus {
    background-color: #155460;
  }

  .md\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .md\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .md\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .md\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .md\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .md\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .md\:focus\:bg-blue-700:focus {
    background-color: #006eb5;
  }

  .md\:focus\:bg-blue-800:focus {
    background-color: #22547c;
  }

  .md\:focus\:bg-blue-900:focus {
    background-color: #2b435a;
  }

  .md\:focus\:bg-purple-100:focus {
    background-color: #fcf5ff;
  }

  .md\:focus\:bg-purple-200:focus {
    background-color: #f1d8fd;
  }

  .md\:focus\:bg-purple-300:focus {
    background-color: #dbbcfa;
  }

  .md\:focus\:bg-purple-400:focus {
    background-color: #cd82f2;
  }

  .md\:focus\:bg-purple-500:focus {
    background-color: #b26dd5;
  }

  .md\:focus\:bg-purple-600:focus {
    background-color: #904eb1;
  }

  .md\:focus\:bg-purple-700:focus {
    background-color: #824091;
  }

  .md\:focus\:bg-purple-800:focus {
    background-color: #743582;
  }

  .md\:focus\:bg-purple-900:focus {
    background-color: #4a2353;
  }

  .md\:focus\:bg-tan-100:focus {
    background-color: #f6f2e9;
  }

  .md\:focus\:bg-tan-200:focus {
    background-color: #eee7d8;
  }

  .md\:focus\:bg-tan-300:focus {
    background-color: #e7ddc5;
  }

  .md\:focus\:bg-tan-400:focus {
    background-color: #e5d4ab;
  }

  .md\:focus\:bg-tan-500:focus {
    background-color: #dec891;
  }

  .md\:focus\:bg-tan-600:focus {
    background-color: #c3ac74;
  }

  .md\:focus\:bg-tan-700:focus {
    background-color: #9a8451;
  }

  .md\:focus\:bg-tan-800:focus {
    background-color: #685936;
  }

  .md\:focus\:bg-tan-900:focus {
    background-color: #574c33;
  }

  .md\:focus\:bg-gold-500:focus {
    background-color: #a4804a;
  }

  .md\:focus\:bg-silver-500:focus {
    background-color: #8a8d8f;
  }

  .md\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .md\:disabled\:bg-white:disabled {
    background-color: #ffffff;
  }

  .md\:disabled\:bg-white-semi-9:disabled {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .md\:disabled\:bg-white-semi-8:disabled {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .md\:disabled\:bg-white-semi-7:disabled {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .md\:disabled\:bg-white-semi-6:disabled {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .md\:disabled\:bg-white-semi-5:disabled {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .md\:disabled\:bg-white-semi-4:disabled {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .md\:disabled\:bg-white-semi-3:disabled {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .md\:disabled\:bg-white-semi-2:disabled {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .md\:disabled\:bg-white-semi-1:disabled {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .md\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .md\:disabled\:bg-black-semi-9:disabled {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .md\:disabled\:bg-black-semi-8:disabled {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .md\:disabled\:bg-black-semi-7:disabled {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .md\:disabled\:bg-black-semi-6:disabled {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .md\:disabled\:bg-black-semi-5:disabled {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .md\:disabled\:bg-black-semi-4:disabled {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .md\:disabled\:bg-black-semi-3:disabled {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .md\:disabled\:bg-black-semi-2:disabled {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .md\:disabled\:bg-black-semi-1:disabled {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .md\:disabled\:bg-gray-100:disabled {
    background-color: #f7f7f7;
  }

  .md\:disabled\:bg-gray-200:disabled {
    background-color: #ebebeb;
  }

  .md\:disabled\:bg-gray-300:disabled {
    background-color: #d0d0d0;
  }

  .md\:disabled\:bg-gray-400:disabled {
    background-color: #b8b8b8;
  }

  .md\:disabled\:bg-gray-500:disabled {
    background-color: #9e9e9e;
  }

  .md\:disabled\:bg-gray-600:disabled {
    background-color: #666666;
  }

  .md\:disabled\:bg-gray-700:disabled {
    background-color: #525252;
  }

  .md\:disabled\:bg-gray-800:disabled {
    background-color: #333333;
  }

  .md\:disabled\:bg-gray-900:disabled {
    background-color: #1f1f1f;
  }

  .md\:disabled\:bg-gray-warm-100:disabled {
    background-color: #f4f2f0;
  }

  .md\:disabled\:bg-gray-warm-200:disabled {
    background-color: #e9e6e2;
  }

  .md\:disabled\:bg-gray-warm-300:disabled {
    background-color: #dfdad4;
  }

  .md\:disabled\:bg-gray-warm-400:disabled {
    background-color: #cfc7bf;
  }

  .md\:disabled\:bg-gray-warm-500:disabled {
    background-color: #c2bab3;
  }

  .md\:disabled\:bg-gray-warm-600:disabled {
    background-color: #b3aca8;
  }

  .md\:disabled\:bg-gray-warm-700:disabled {
    background-color: #a19994;
  }

  .md\:disabled\:bg-gray-warm-800:disabled {
    background-color: #63544b;
  }

  .md\:disabled\:bg-gray-warm-900:disabled {
    background-color: #3f3731;
  }

  .md\:disabled\:bg-gray-cool-100:disabled {
    background-color: #f3f4f7;
  }

  .md\:disabled\:bg-gray-cool-200:disabled {
    background-color: #e9edf1;
  }

  .md\:disabled\:bg-gray-cool-300:disabled {
    background-color: #d5dde6;
  }

  .md\:disabled\:bg-gray-cool-400:disabled {
    background-color: #bcc5d2;
  }

  .md\:disabled\:bg-gray-cool-500:disabled {
    background-color: #99a3b0;
  }

  .md\:disabled\:bg-gray-cool-600:disabled {
    background-color: #8d95a0;
  }

  .md\:disabled\:bg-gray-cool-700:disabled {
    background-color: #7e848b;
  }

  .md\:disabled\:bg-gray-cool-800:disabled {
    background-color: #686d73;
  }

  .md\:disabled\:bg-gray-cool-900:disabled {
    background-color: #50565e;
  }

  .md\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .md\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .md\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .md\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .md\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .md\:disabled\:bg-red-600:disabled {
    background-color: #e21d2f;
  }

  .md\:disabled\:bg-red-700:disabled {
    background-color: #d41b2c;
  }

  .md\:disabled\:bg-red-800:disabled {
    background-color: #c61929;
  }

  .md\:disabled\:bg-red-900:disabled {
    background-color: #873138;
  }

  .md\:disabled\:bg-orange-100:disabled {
    background-color: #fff4f0;
  }

  .md\:disabled\:bg-orange-200:disabled {
    background-color: #fed8c8;
  }

  .md\:disabled\:bg-orange-300:disabled {
    background-color: #fcb99c;
  }

  .md\:disabled\:bg-orange-400:disabled {
    background-color: #fd9568;
  }

  .md\:disabled\:bg-orange-500:disabled {
    background-color: #ff854f;
  }

  .md\:disabled\:bg-orange-600:disabled {
    background-color: #e66833;
  }

  .md\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .md\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .md\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .md\:disabled\:bg-yellow-100:disabled {
    background-color: #fdf6e7;
  }

  .md\:disabled\:bg-yellow-200:disabled {
    background-color: #fee9bf;
  }

  .md\:disabled\:bg-yellow-300:disabled {
    background-color: #fbd893;
  }

  .md\:disabled\:bg-yellow-400:disabled {
    background-color: #fcc85f;
  }

  .md\:disabled\:bg-yellow-500:disabled {
    background-color: #ffbf3d;
  }

  .md\:disabled\:bg-yellow-600:disabled {
    background-color: #e7a41d;
  }

  .md\:disabled\:bg-yellow-700:disabled {
    background-color: #b7841f;
  }

  .md\:disabled\:bg-yellow-800:disabled {
    background-color: #976c16;
  }

  .md\:disabled\:bg-yellow-900:disabled {
    background-color: #745310;
  }

  .md\:disabled\:bg-green-100:disabled {
    background-color: #f9fce9;
  }

  .md\:disabled\:bg-green-200:disabled {
    background-color: #e5f396;
  }

  .md\:disabled\:bg-green-300:disabled {
    background-color: #d0e656;
  }

  .md\:disabled\:bg-green-400:disabled {
    background-color: #badb00;
  }

  .md\:disabled\:bg-green-500:disabled {
    background-color: #acca07;
  }

  .md\:disabled\:bg-green-600:disabled {
    background-color: #99b305;
  }

  .md\:disabled\:bg-green-700:disabled {
    background-color: #869e00;
  }

  .md\:disabled\:bg-green-800:disabled {
    background-color: #546727;
  }

  .md\:disabled\:bg-green-900:disabled {
    background-color: #394a12;
  }

  .md\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .md\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .md\:disabled\:bg-teal-300:disabled {
    background-color: #7beadc;
  }

  .md\:disabled\:bg-teal-400:disabled {
    background-color: #00cfb5;
  }

  .md\:disabled\:bg-teal-500:disabled {
    background-color: #3cbbaa;
  }

  .md\:disabled\:bg-teal-600:disabled {
    background-color: #319789;
  }

  .md\:disabled\:bg-teal-700:disabled {
    background-color: #2c7b70;
  }

  .md\:disabled\:bg-teal-800:disabled {
    background-color: #286159;
  }

  .md\:disabled\:bg-teal-900:disabled {
    background-color: #23524c;
  }

  .md\:disabled\:bg-aqua-100:disabled {
    background-color: #ebfcff;
  }

  .md\:disabled\:bg-aqua-200:disabled {
    background-color: #beeff8;
  }

  .md\:disabled\:bg-aqua-300:disabled {
    background-color: #90e5f4;
  }

  .md\:disabled\:bg-aqua-400:disabled {
    background-color: #71dcef;
  }

  .md\:disabled\:bg-aqua-500:disabled {
    background-color: #52cfe5;
  }

  .md\:disabled\:bg-aqua-600:disabled {
    background-color: #2bb2ca;
  }

  .md\:disabled\:bg-aqua-700:disabled {
    background-color: #2097ac;
  }

  .md\:disabled\:bg-aqua-800:disabled {
    background-color: #1c7382;
  }

  .md\:disabled\:bg-aqua-900:disabled {
    background-color: #155460;
  }

  .md\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .md\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .md\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .md\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .md\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .md\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .md\:disabled\:bg-blue-700:disabled {
    background-color: #006eb5;
  }

  .md\:disabled\:bg-blue-800:disabled {
    background-color: #22547c;
  }

  .md\:disabled\:bg-blue-900:disabled {
    background-color: #2b435a;
  }

  .md\:disabled\:bg-purple-100:disabled {
    background-color: #fcf5ff;
  }

  .md\:disabled\:bg-purple-200:disabled {
    background-color: #f1d8fd;
  }

  .md\:disabled\:bg-purple-300:disabled {
    background-color: #dbbcfa;
  }

  .md\:disabled\:bg-purple-400:disabled {
    background-color: #cd82f2;
  }

  .md\:disabled\:bg-purple-500:disabled {
    background-color: #b26dd5;
  }

  .md\:disabled\:bg-purple-600:disabled {
    background-color: #904eb1;
  }

  .md\:disabled\:bg-purple-700:disabled {
    background-color: #824091;
  }

  .md\:disabled\:bg-purple-800:disabled {
    background-color: #743582;
  }

  .md\:disabled\:bg-purple-900:disabled {
    background-color: #4a2353;
  }

  .md\:disabled\:bg-tan-100:disabled {
    background-color: #f6f2e9;
  }

  .md\:disabled\:bg-tan-200:disabled {
    background-color: #eee7d8;
  }

  .md\:disabled\:bg-tan-300:disabled {
    background-color: #e7ddc5;
  }

  .md\:disabled\:bg-tan-400:disabled {
    background-color: #e5d4ab;
  }

  .md\:disabled\:bg-tan-500:disabled {
    background-color: #dec891;
  }

  .md\:disabled\:bg-tan-600:disabled {
    background-color: #c3ac74;
  }

  .md\:disabled\:bg-tan-700:disabled {
    background-color: #9a8451;
  }

  .md\:disabled\:bg-tan-800:disabled {
    background-color: #685936;
  }

  .md\:disabled\:bg-tan-900:disabled {
    background-color: #574c33;
  }

  .md\:disabled\:bg-gold-500:disabled {
    background-color: #a4804a;
  }

  .md\:disabled\:bg-silver-500:disabled {
    background-color: #8a8d8f;
  }

  .md\:bg-none {
    background-image: none;
  }

  .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-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-white {
    border-color: #ffffff;
  }

  .md\:border-white-semi-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .md\:border-white-semi-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:border-white-semi-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .md\:border-white-semi-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .md\:border-white-semi-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:border-white-semi-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .md\:border-white-semi-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .md\:border-white-semi-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .md\:border-white-semi-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:border-black {
    border-color: #000;
  }

  .md\:border-black-semi-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .md\:border-black-semi-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:border-black-semi-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .md\:border-black-semi-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .md\:border-black-semi-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:border-black-semi-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .md\:border-black-semi-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:border-black-semi-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .md\:border-black-semi-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .md\:border-gray-100 {
    border-color: #f7f7f7;
  }

  .md\:border-gray-200 {
    border-color: #ebebeb;
  }

  .md\:border-gray-300 {
    border-color: #d0d0d0;
  }

  .md\:border-gray-400 {
    border-color: #b8b8b8;
  }

  .md\:border-gray-500 {
    border-color: #9e9e9e;
  }

  .md\:border-gray-600 {
    border-color: #666666;
  }

  .md\:border-gray-700 {
    border-color: #525252;
  }

  .md\:border-gray-800 {
    border-color: #333333;
  }

  .md\:border-gray-900 {
    border-color: #1f1f1f;
  }

  .md\:border-gray-warm-100 {
    border-color: #f4f2f0;
  }

  .md\:border-gray-warm-200 {
    border-color: #e9e6e2;
  }

  .md\:border-gray-warm-300 {
    border-color: #dfdad4;
  }

  .md\:border-gray-warm-400 {
    border-color: #cfc7bf;
  }

  .md\:border-gray-warm-500 {
    border-color: #c2bab3;
  }

  .md\:border-gray-warm-600 {
    border-color: #b3aca8;
  }

  .md\:border-gray-warm-700 {
    border-color: #a19994;
  }

  .md\:border-gray-warm-800 {
    border-color: #63544b;
  }

  .md\:border-gray-warm-900 {
    border-color: #3f3731;
  }

  .md\:border-gray-cool-100 {
    border-color: #f3f4f7;
  }

  .md\:border-gray-cool-200 {
    border-color: #e9edf1;
  }

  .md\:border-gray-cool-300 {
    border-color: #d5dde6;
  }

  .md\:border-gray-cool-400 {
    border-color: #bcc5d2;
  }

  .md\:border-gray-cool-500 {
    border-color: #99a3b0;
  }

  .md\:border-gray-cool-600 {
    border-color: #8d95a0;
  }

  .md\:border-gray-cool-700 {
    border-color: #7e848b;
  }

  .md\:border-gray-cool-800 {
    border-color: #686d73;
  }

  .md\:border-gray-cool-900 {
    border-color: #50565e;
  }

  .md\:border-red-100 {
    border-color: #fff5f5;
  }

  .md\:border-red-200 {
    border-color: #fed7d7;
  }

  .md\:border-red-300 {
    border-color: #feb2b2;
  }

  .md\:border-red-400 {
    border-color: #fc8181;
  }

  .md\:border-red-500 {
    border-color: #f56565;
  }

  .md\:border-red-600 {
    border-color: #e21d2f;
  }

  .md\:border-red-700 {
    border-color: #d41b2c;
  }

  .md\:border-red-800 {
    border-color: #c61929;
  }

  .md\:border-red-900 {
    border-color: #873138;
  }

  .md\:border-orange-100 {
    border-color: #fff4f0;
  }

  .md\:border-orange-200 {
    border-color: #fed8c8;
  }

  .md\:border-orange-300 {
    border-color: #fcb99c;
  }

  .md\:border-orange-400 {
    border-color: #fd9568;
  }

  .md\:border-orange-500 {
    border-color: #ff854f;
  }

  .md\:border-orange-600 {
    border-color: #e66833;
  }

  .md\:border-orange-700 {
    border-color: #c05621;
  }

  .md\:border-orange-800 {
    border-color: #9c4221;
  }

  .md\:border-orange-900 {
    border-color: #7b341e;
  }

  .md\:border-yellow-100 {
    border-color: #fdf6e7;
  }

  .md\:border-yellow-200 {
    border-color: #fee9bf;
  }

  .md\:border-yellow-300 {
    border-color: #fbd893;
  }

  .md\:border-yellow-400 {
    border-color: #fcc85f;
  }

  .md\:border-yellow-500 {
    border-color: #ffbf3d;
  }

  .md\:border-yellow-600 {
    border-color: #e7a41d;
  }

  .md\:border-yellow-700 {
    border-color: #b7841f;
  }

  .md\:border-yellow-800 {
    border-color: #976c16;
  }

  .md\:border-yellow-900 {
    border-color: #745310;
  }

  .md\:border-green-100 {
    border-color: #f9fce9;
  }

  .md\:border-green-200 {
    border-color: #e5f396;
  }

  .md\:border-green-300 {
    border-color: #d0e656;
  }

  .md\:border-green-400 {
    border-color: #badb00;
  }

  .md\:border-green-500 {
    border-color: #acca07;
  }

  .md\:border-green-600 {
    border-color: #99b305;
  }

  .md\:border-green-700 {
    border-color: #869e00;
  }

  .md\:border-green-800 {
    border-color: #546727;
  }

  .md\:border-green-900 {
    border-color: #394a12;
  }

  .md\:border-teal-100 {
    border-color: #e6fffa;
  }

  .md\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .md\:border-teal-300 {
    border-color: #7beadc;
  }

  .md\:border-teal-400 {
    border-color: #00cfb5;
  }

  .md\:border-teal-500 {
    border-color: #3cbbaa;
  }

  .md\:border-teal-600 {
    border-color: #319789;
  }

  .md\:border-teal-700 {
    border-color: #2c7b70;
  }

  .md\:border-teal-800 {
    border-color: #286159;
  }

  .md\:border-teal-900 {
    border-color: #23524c;
  }

  .md\:border-aqua-100 {
    border-color: #ebfcff;
  }

  .md\:border-aqua-200 {
    border-color: #beeff8;
  }

  .md\:border-aqua-300 {
    border-color: #90e5f4;
  }

  .md\:border-aqua-400 {
    border-color: #71dcef;
  }

  .md\:border-aqua-500 {
    border-color: #52cfe5;
  }

  .md\:border-aqua-600 {
    border-color: #2bb2ca;
  }

  .md\:border-aqua-700 {
    border-color: #2097ac;
  }

  .md\:border-aqua-800 {
    border-color: #1c7382;
  }

  .md\:border-aqua-900 {
    border-color: #155460;
  }

  .md\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .md\:border-blue-200 {
    border-color: #bee3f8;
  }

  .md\:border-blue-300 {
    border-color: #90cdf4;
  }

  .md\:border-blue-400 {
    border-color: #63b3ed;
  }

  .md\:border-blue-500 {
    border-color: #4299e1;
  }

  .md\:border-blue-600 {
    border-color: #3182ce;
  }

  .md\:border-blue-700 {
    border-color: #006eb5;
  }

  .md\:border-blue-800 {
    border-color: #22547c;
  }

  .md\:border-blue-900 {
    border-color: #2b435a;
  }

  .md\:border-purple-100 {
    border-color: #fcf5ff;
  }

  .md\:border-purple-200 {
    border-color: #f1d8fd;
  }

  .md\:border-purple-300 {
    border-color: #dbbcfa;
  }

  .md\:border-purple-400 {
    border-color: #cd82f2;
  }

  .md\:border-purple-500 {
    border-color: #b26dd5;
  }

  .md\:border-purple-600 {
    border-color: #904eb1;
  }

  .md\:border-purple-700 {
    border-color: #824091;
  }

  .md\:border-purple-800 {
    border-color: #743582;
  }

  .md\:border-purple-900 {
    border-color: #4a2353;
  }

  .md\:border-tan-100 {
    border-color: #f6f2e9;
  }

  .md\:border-tan-200 {
    border-color: #eee7d8;
  }

  .md\:border-tan-300 {
    border-color: #e7ddc5;
  }

  .md\:border-tan-400 {
    border-color: #e5d4ab;
  }

  .md\:border-tan-500 {
    border-color: #dec891;
  }

  .md\:border-tan-600 {
    border-color: #c3ac74;
  }

  .md\:border-tan-700 {
    border-color: #9a8451;
  }

  .md\:border-tan-800 {
    border-color: #685936;
  }

  .md\:border-tan-900 {
    border-color: #574c33;
  }

  .md\:border-gold-500 {
    border-color: #a4804a;
  }

  .md\:border-silver-500 {
    border-color: #8a8d8f;
  }

  .md\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .md\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .md\:hover\:border-white-semi-9:hover {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .md\:hover\:border-white-semi-8:hover {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:border-white-semi-7:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .md\:hover\:border-white-semi-6:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .md\:hover\:border-white-semi-5:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:border-white-semi-4:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .md\:hover\:border-white-semi-3:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .md\:hover\:border-white-semi-2:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .md\:hover\:border-white-semi-1:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:border-black:hover {
    border-color: #000;
  }

  .md\:hover\:border-black-semi-9:hover {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .md\:hover\:border-black-semi-8:hover {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:border-black-semi-7:hover {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .md\:hover\:border-black-semi-6:hover {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .md\:hover\:border-black-semi-5:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:border-black-semi-4:hover {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .md\:hover\:border-black-semi-3:hover {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:border-black-semi-2:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .md\:hover\:border-black-semi-1:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:border-gray-100:hover {
    border-color: #f7f7f7;
  }

  .md\:hover\:border-gray-200:hover {
    border-color: #ebebeb;
  }

  .md\:hover\:border-gray-300:hover {
    border-color: #d0d0d0;
  }

  .md\:hover\:border-gray-400:hover {
    border-color: #b8b8b8;
  }

  .md\:hover\:border-gray-500:hover {
    border-color: #9e9e9e;
  }

  .md\:hover\:border-gray-600:hover {
    border-color: #666666;
  }

  .md\:hover\:border-gray-700:hover {
    border-color: #525252;
  }

  .md\:hover\:border-gray-800:hover {
    border-color: #333333;
  }

  .md\:hover\:border-gray-900:hover {
    border-color: #1f1f1f;
  }

  .md\:hover\:border-gray-warm-100:hover {
    border-color: #f4f2f0;
  }

  .md\:hover\:border-gray-warm-200:hover {
    border-color: #e9e6e2;
  }

  .md\:hover\:border-gray-warm-300:hover {
    border-color: #dfdad4;
  }

  .md\:hover\:border-gray-warm-400:hover {
    border-color: #cfc7bf;
  }

  .md\:hover\:border-gray-warm-500:hover {
    border-color: #c2bab3;
  }

  .md\:hover\:border-gray-warm-600:hover {
    border-color: #b3aca8;
  }

  .md\:hover\:border-gray-warm-700:hover {
    border-color: #a19994;
  }

  .md\:hover\:border-gray-warm-800:hover {
    border-color: #63544b;
  }

  .md\:hover\:border-gray-warm-900:hover {
    border-color: #3f3731;
  }

  .md\:hover\:border-gray-cool-100:hover {
    border-color: #f3f4f7;
  }

  .md\:hover\:border-gray-cool-200:hover {
    border-color: #e9edf1;
  }

  .md\:hover\:border-gray-cool-300:hover {
    border-color: #d5dde6;
  }

  .md\:hover\:border-gray-cool-400:hover {
    border-color: #bcc5d2;
  }

  .md\:hover\:border-gray-cool-500:hover {
    border-color: #99a3b0;
  }

  .md\:hover\:border-gray-cool-600:hover {
    border-color: #8d95a0;
  }

  .md\:hover\:border-gray-cool-700:hover {
    border-color: #7e848b;
  }

  .md\:hover\:border-gray-cool-800:hover {
    border-color: #686d73;
  }

  .md\:hover\:border-gray-cool-900:hover {
    border-color: #50565e;
  }

  .md\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .md\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .md\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .md\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .md\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .md\:hover\:border-red-600:hover {
    border-color: #e21d2f;
  }

  .md\:hover\:border-red-700:hover {
    border-color: #d41b2c;
  }

  .md\:hover\:border-red-800:hover {
    border-color: #c61929;
  }

  .md\:hover\:border-red-900:hover {
    border-color: #873138;
  }

  .md\:hover\:border-orange-100:hover {
    border-color: #fff4f0;
  }

  .md\:hover\:border-orange-200:hover {
    border-color: #fed8c8;
  }

  .md\:hover\:border-orange-300:hover {
    border-color: #fcb99c;
  }

  .md\:hover\:border-orange-400:hover {
    border-color: #fd9568;
  }

  .md\:hover\:border-orange-500:hover {
    border-color: #ff854f;
  }

  .md\:hover\:border-orange-600:hover {
    border-color: #e66833;
  }

  .md\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .md\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .md\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .md\:hover\:border-yellow-100:hover {
    border-color: #fdf6e7;
  }

  .md\:hover\:border-yellow-200:hover {
    border-color: #fee9bf;
  }

  .md\:hover\:border-yellow-300:hover {
    border-color: #fbd893;
  }

  .md\:hover\:border-yellow-400:hover {
    border-color: #fcc85f;
  }

  .md\:hover\:border-yellow-500:hover {
    border-color: #ffbf3d;
  }

  .md\:hover\:border-yellow-600:hover {
    border-color: #e7a41d;
  }

  .md\:hover\:border-yellow-700:hover {
    border-color: #b7841f;
  }

  .md\:hover\:border-yellow-800:hover {
    border-color: #976c16;
  }

  .md\:hover\:border-yellow-900:hover {
    border-color: #745310;
  }

  .md\:hover\:border-green-100:hover {
    border-color: #f9fce9;
  }

  .md\:hover\:border-green-200:hover {
    border-color: #e5f396;
  }

  .md\:hover\:border-green-300:hover {
    border-color: #d0e656;
  }

  .md\:hover\:border-green-400:hover {
    border-color: #badb00;
  }

  .md\:hover\:border-green-500:hover {
    border-color: #acca07;
  }

  .md\:hover\:border-green-600:hover {
    border-color: #99b305;
  }

  .md\:hover\:border-green-700:hover {
    border-color: #869e00;
  }

  .md\:hover\:border-green-800:hover {
    border-color: #546727;
  }

  .md\:hover\:border-green-900:hover {
    border-color: #394a12;
  }

  .md\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .md\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .md\:hover\:border-teal-300:hover {
    border-color: #7beadc;
  }

  .md\:hover\:border-teal-400:hover {
    border-color: #00cfb5;
  }

  .md\:hover\:border-teal-500:hover {
    border-color: #3cbbaa;
  }

  .md\:hover\:border-teal-600:hover {
    border-color: #319789;
  }

  .md\:hover\:border-teal-700:hover {
    border-color: #2c7b70;
  }

  .md\:hover\:border-teal-800:hover {
    border-color: #286159;
  }

  .md\:hover\:border-teal-900:hover {
    border-color: #23524c;
  }

  .md\:hover\:border-aqua-100:hover {
    border-color: #ebfcff;
  }

  .md\:hover\:border-aqua-200:hover {
    border-color: #beeff8;
  }

  .md\:hover\:border-aqua-300:hover {
    border-color: #90e5f4;
  }

  .md\:hover\:border-aqua-400:hover {
    border-color: #71dcef;
  }

  .md\:hover\:border-aqua-500:hover {
    border-color: #52cfe5;
  }

  .md\:hover\:border-aqua-600:hover {
    border-color: #2bb2ca;
  }

  .md\:hover\:border-aqua-700:hover {
    border-color: #2097ac;
  }

  .md\:hover\:border-aqua-800:hover {
    border-color: #1c7382;
  }

  .md\:hover\:border-aqua-900:hover {
    border-color: #155460;
  }

  .md\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .md\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .md\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .md\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .md\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .md\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .md\:hover\:border-blue-700:hover {
    border-color: #006eb5;
  }

  .md\:hover\:border-blue-800:hover {
    border-color: #22547c;
  }

  .md\:hover\:border-blue-900:hover {
    border-color: #2b435a;
  }

  .md\:hover\:border-purple-100:hover {
    border-color: #fcf5ff;
  }

  .md\:hover\:border-purple-200:hover {
    border-color: #f1d8fd;
  }

  .md\:hover\:border-purple-300:hover {
    border-color: #dbbcfa;
  }

  .md\:hover\:border-purple-400:hover {
    border-color: #cd82f2;
  }

  .md\:hover\:border-purple-500:hover {
    border-color: #b26dd5;
  }

  .md\:hover\:border-purple-600:hover {
    border-color: #904eb1;
  }

  .md\:hover\:border-purple-700:hover {
    border-color: #824091;
  }

  .md\:hover\:border-purple-800:hover {
    border-color: #743582;
  }

  .md\:hover\:border-purple-900:hover {
    border-color: #4a2353;
  }

  .md\:hover\:border-tan-100:hover {
    border-color: #f6f2e9;
  }

  .md\:hover\:border-tan-200:hover {
    border-color: #eee7d8;
  }

  .md\:hover\:border-tan-300:hover {
    border-color: #e7ddc5;
  }

  .md\:hover\:border-tan-400:hover {
    border-color: #e5d4ab;
  }

  .md\:hover\:border-tan-500:hover {
    border-color: #dec891;
  }

  .md\:hover\:border-tan-600:hover {
    border-color: #c3ac74;
  }

  .md\:hover\:border-tan-700:hover {
    border-color: #9a8451;
  }

  .md\:hover\:border-tan-800:hover {
    border-color: #685936;
  }

  .md\:hover\:border-tan-900:hover {
    border-color: #574c33;
  }

  .md\:hover\:border-gold-500:hover {
    border-color: #a4804a;
  }

  .md\:hover\:border-silver-500:hover {
    border-color: #8a8d8f;
  }

  .md\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .md\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .md\:focus\:border-white-semi-9:focus {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .md\:focus\:border-white-semi-8:focus {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:border-white-semi-7:focus {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .md\:focus\:border-white-semi-6:focus {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .md\:focus\:border-white-semi-5:focus {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:border-white-semi-4:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .md\:focus\:border-white-semi-3:focus {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .md\:focus\:border-white-semi-2:focus {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .md\:focus\:border-white-semi-1:focus {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:border-black:focus {
    border-color: #000;
  }

  .md\:focus\:border-black-semi-9:focus {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .md\:focus\:border-black-semi-8:focus {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:border-black-semi-7:focus {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .md\:focus\:border-black-semi-6:focus {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .md\:focus\:border-black-semi-5:focus {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:border-black-semi-4:focus {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .md\:focus\:border-black-semi-3:focus {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:border-black-semi-2:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .md\:focus\:border-black-semi-1:focus {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:border-gray-100:focus {
    border-color: #f7f7f7;
  }

  .md\:focus\:border-gray-200:focus {
    border-color: #ebebeb;
  }

  .md\:focus\:border-gray-300:focus {
    border-color: #d0d0d0;
  }

  .md\:focus\:border-gray-400:focus {
    border-color: #b8b8b8;
  }

  .md\:focus\:border-gray-500:focus {
    border-color: #9e9e9e;
  }

  .md\:focus\:border-gray-600:focus {
    border-color: #666666;
  }

  .md\:focus\:border-gray-700:focus {
    border-color: #525252;
  }

  .md\:focus\:border-gray-800:focus {
    border-color: #333333;
  }

  .md\:focus\:border-gray-900:focus {
    border-color: #1f1f1f;
  }

  .md\:focus\:border-gray-warm-100:focus {
    border-color: #f4f2f0;
  }

  .md\:focus\:border-gray-warm-200:focus {
    border-color: #e9e6e2;
  }

  .md\:focus\:border-gray-warm-300:focus {
    border-color: #dfdad4;
  }

  .md\:focus\:border-gray-warm-400:focus {
    border-color: #cfc7bf;
  }

  .md\:focus\:border-gray-warm-500:focus {
    border-color: #c2bab3;
  }

  .md\:focus\:border-gray-warm-600:focus {
    border-color: #b3aca8;
  }

  .md\:focus\:border-gray-warm-700:focus {
    border-color: #a19994;
  }

  .md\:focus\:border-gray-warm-800:focus {
    border-color: #63544b;
  }

  .md\:focus\:border-gray-warm-900:focus {
    border-color: #3f3731;
  }

  .md\:focus\:border-gray-cool-100:focus {
    border-color: #f3f4f7;
  }

  .md\:focus\:border-gray-cool-200:focus {
    border-color: #e9edf1;
  }

  .md\:focus\:border-gray-cool-300:focus {
    border-color: #d5dde6;
  }

  .md\:focus\:border-gray-cool-400:focus {
    border-color: #bcc5d2;
  }

  .md\:focus\:border-gray-cool-500:focus {
    border-color: #99a3b0;
  }

  .md\:focus\:border-gray-cool-600:focus {
    border-color: #8d95a0;
  }

  .md\:focus\:border-gray-cool-700:focus {
    border-color: #7e848b;
  }

  .md\:focus\:border-gray-cool-800:focus {
    border-color: #686d73;
  }

  .md\:focus\:border-gray-cool-900:focus {
    border-color: #50565e;
  }

  .md\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .md\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .md\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .md\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .md\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .md\:focus\:border-red-600:focus {
    border-color: #e21d2f;
  }

  .md\:focus\:border-red-700:focus {
    border-color: #d41b2c;
  }

  .md\:focus\:border-red-800:focus {
    border-color: #c61929;
  }

  .md\:focus\:border-red-900:focus {
    border-color: #873138;
  }

  .md\:focus\:border-orange-100:focus {
    border-color: #fff4f0;
  }

  .md\:focus\:border-orange-200:focus {
    border-color: #fed8c8;
  }

  .md\:focus\:border-orange-300:focus {
    border-color: #fcb99c;
  }

  .md\:focus\:border-orange-400:focus {
    border-color: #fd9568;
  }

  .md\:focus\:border-orange-500:focus {
    border-color: #ff854f;
  }

  .md\:focus\:border-orange-600:focus {
    border-color: #e66833;
  }

  .md\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .md\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .md\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .md\:focus\:border-yellow-100:focus {
    border-color: #fdf6e7;
  }

  .md\:focus\:border-yellow-200:focus {
    border-color: #fee9bf;
  }

  .md\:focus\:border-yellow-300:focus {
    border-color: #fbd893;
  }

  .md\:focus\:border-yellow-400:focus {
    border-color: #fcc85f;
  }

  .md\:focus\:border-yellow-500:focus {
    border-color: #ffbf3d;
  }

  .md\:focus\:border-yellow-600:focus {
    border-color: #e7a41d;
  }

  .md\:focus\:border-yellow-700:focus {
    border-color: #b7841f;
  }

  .md\:focus\:border-yellow-800:focus {
    border-color: #976c16;
  }

  .md\:focus\:border-yellow-900:focus {
    border-color: #745310;
  }

  .md\:focus\:border-green-100:focus {
    border-color: #f9fce9;
  }

  .md\:focus\:border-green-200:focus {
    border-color: #e5f396;
  }

  .md\:focus\:border-green-300:focus {
    border-color: #d0e656;
  }

  .md\:focus\:border-green-400:focus {
    border-color: #badb00;
  }

  .md\:focus\:border-green-500:focus {
    border-color: #acca07;
  }

  .md\:focus\:border-green-600:focus {
    border-color: #99b305;
  }

  .md\:focus\:border-green-700:focus {
    border-color: #869e00;
  }

  .md\:focus\:border-green-800:focus {
    border-color: #546727;
  }

  .md\:focus\:border-green-900:focus {
    border-color: #394a12;
  }

  .md\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .md\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .md\:focus\:border-teal-300:focus {
    border-color: #7beadc;
  }

  .md\:focus\:border-teal-400:focus {
    border-color: #00cfb5;
  }

  .md\:focus\:border-teal-500:focus {
    border-color: #3cbbaa;
  }

  .md\:focus\:border-teal-600:focus {
    border-color: #319789;
  }

  .md\:focus\:border-teal-700:focus {
    border-color: #2c7b70;
  }

  .md\:focus\:border-teal-800:focus {
    border-color: #286159;
  }

  .md\:focus\:border-teal-900:focus {
    border-color: #23524c;
  }

  .md\:focus\:border-aqua-100:focus {
    border-color: #ebfcff;
  }

  .md\:focus\:border-aqua-200:focus {
    border-color: #beeff8;
  }

  .md\:focus\:border-aqua-300:focus {
    border-color: #90e5f4;
  }

  .md\:focus\:border-aqua-400:focus {
    border-color: #71dcef;
  }

  .md\:focus\:border-aqua-500:focus {
    border-color: #52cfe5;
  }

  .md\:focus\:border-aqua-600:focus {
    border-color: #2bb2ca;
  }

  .md\:focus\:border-aqua-700:focus {
    border-color: #2097ac;
  }

  .md\:focus\:border-aqua-800:focus {
    border-color: #1c7382;
  }

  .md\:focus\:border-aqua-900:focus {
    border-color: #155460;
  }

  .md\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .md\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .md\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .md\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .md\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .md\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .md\:focus\:border-blue-700:focus {
    border-color: #006eb5;
  }

  .md\:focus\:border-blue-800:focus {
    border-color: #22547c;
  }

  .md\:focus\:border-blue-900:focus {
    border-color: #2b435a;
  }

  .md\:focus\:border-purple-100:focus {
    border-color: #fcf5ff;
  }

  .md\:focus\:border-purple-200:focus {
    border-color: #f1d8fd;
  }

  .md\:focus\:border-purple-300:focus {
    border-color: #dbbcfa;
  }

  .md\:focus\:border-purple-400:focus {
    border-color: #cd82f2;
  }

  .md\:focus\:border-purple-500:focus {
    border-color: #b26dd5;
  }

  .md\:focus\:border-purple-600:focus {
    border-color: #904eb1;
  }

  .md\:focus\:border-purple-700:focus {
    border-color: #824091;
  }

  .md\:focus\:border-purple-800:focus {
    border-color: #743582;
  }

  .md\:focus\:border-purple-900:focus {
    border-color: #4a2353;
  }

  .md\:focus\:border-tan-100:focus {
    border-color: #f6f2e9;
  }

  .md\:focus\:border-tan-200:focus {
    border-color: #eee7d8;
  }

  .md\:focus\:border-tan-300:focus {
    border-color: #e7ddc5;
  }

  .md\:focus\:border-tan-400:focus {
    border-color: #e5d4ab;
  }

  .md\:focus\:border-tan-500:focus {
    border-color: #dec891;
  }

  .md\:focus\:border-tan-600:focus {
    border-color: #c3ac74;
  }

  .md\:focus\:border-tan-700:focus {
    border-color: #9a8451;
  }

  .md\:focus\:border-tan-800:focus {
    border-color: #685936;
  }

  .md\:focus\:border-tan-900:focus {
    border-color: #574c33;
  }

  .md\:focus\:border-gold-500:focus {
    border-color: #a4804a;
  }

  .md\:focus\:border-silver-500:focus {
    border-color: #8a8d8f;
  }

  .md\:rounded-none {
    border-radius: 0;
  }

  .md\:rounded-sm {
    border-radius: 0.125rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:rounded-lg {
    border-radius: 0.5rem;
  }

  .md\:rounded-full {
    border-radius: 9999px;
  }

  .md\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .md\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .md\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .md\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

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

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

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

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

  .md\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .md\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .md\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .md\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .md\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .md\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .md\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .md\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .md\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .md\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .md\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .md\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .md\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .md\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .md\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .md\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .md\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .md\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .md\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .md\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .md\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .md\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .md\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .md\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .md\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .md\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .md\: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-3 {
    border-width: 3px;
  }

  .md\:border-4 {
    border-width: 4px;
  }

  .md\:border-6 {
    border-width: 6px;
  }

  .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-3 {
    border-top-width: 3px;
  }

  .md\:border-r-3 {
    border-right-width: 3px;
  }

  .md\:border-b-3 {
    border-bottom-width: 3px;
  }

  .md\:border-l-3 {
    border-left-width: 3px;
  }

  .md\:border-t-4 {
    border-top-width: 4px;
  }

  .md\:border-r-4 {
    border-right-width: 4px;
  }

  .md\:border-b-4 {
    border-bottom-width: 4px;
  }

  .md\:border-l-4 {
    border-left-width: 4px;
  }

  .md\:border-t-6 {
    border-top-width: 6px;
  }

  .md\:border-r-6 {
    border-right-width: 6px;
  }

  .md\:border-b-6 {
    border-bottom-width: 6px;
  }

  .md\:border-l-6 {
    border-left-width: 6px;
  }

  .md\:border-t-8 {
    border-top-width: 8px;
  }

  .md\:border-r-8 {
    border-right-width: 8px;
  }

  .md\:border-b-8 {
    border-bottom-width: 8px;
  }

  .md\:border-l-8 {
    border-left-width: 8px;
  }

  .md\:border-t {
    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\: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\: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-no-wrap {
    flex-wrap: nowrap;
  }

  .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-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\: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\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .md\:clear-left {
    clear: left;
  }

  .md\:clear-right {
    clear: right;
  }

  .md\:clear-both {
    clear: both;
  }

  .md\:clear-none {
    clear: none;
  }

  .md\:font-light {
    font-weight: 300;
  }

  .md\:font-normal {
    font-weight: 400;
  }

  .md\:font-semibold {
    font-weight: 600;
  }

  .md\:font-bold {
    font-weight: 700;
  }

  .md\:font-black {
    font-weight: 900;
  }

  .md\:hover\:font-light:hover {
    font-weight: 300;
  }

  .md\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .md\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .md\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .md\:hover\:font-black:hover {
    font-weight: 900;
  }

  .md\:focus\:font-light:focus {
    font-weight: 300;
  }

  .md\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .md\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .md\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .md\:focus\:font-black:focus {
    font-weight: 900;
  }

  .md\:h-0 {
    height: 0;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-2 {
    height: 0.5rem;
  }

  .md\:h-3 {
    height: 0.75rem;
  }

  .md\:h-4 {
    height: 1rem;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-7 {
    height: 1.75rem;
  }

  .md\:h-8 {
    height: 2rem;
  }

  .md\:h-9 {
    height: 2.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-11 {
    height: 2.75rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-13 {
    height: 3.25rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-15 {
    height: 3.75rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-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-128 {
    height: 32rem;
  }

  .md\:h-144 {
    height: 36rem;
  }

  .md\:h-160 {
    height: 40rem;
  }

  .md\:h-192 {
    height: 48rem;
  }

  .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-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-1\/12 {
    height: 8.333333%;
  }

  .md\:h-2\/12 {
    height: 16.666667%;
  }

  .md\:h-3\/12 {
    height: 25%;
  }

  .md\:h-4\/12 {
    height: 33.333333%;
  }

  .md\:h-5\/12 {
    height: 41.666667%;
  }

  .md\:h-6\/12 {
    height: 50%;
  }

  .md\:h-7\/12 {
    height: 58.333333%;
  }

  .md\:h-8\/12 {
    height: 66.666667%;
  }

  .md\:h-9\/12 {
    height: 75%;
  }

  .md\:h-10\/12 {
    height: 83.333333%;
  }

  .md\:h-11\/12 {
    height: 91.666667%;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-screen {
    height: 100vh;
  }

  .md\:text-xs {
    font-size: 0.75rem;
  }

  .md\:text-sm {
    font-size: 0.875rem;
  }

  .md\:text-base {
    font-size: 1rem;
  }

  .md\:text-lg {
    font-size: 1.25rem;
  }

  .md\:text-xl {
    font-size: 1.375rem;
  }

  .md\:text-2xl {
    font-size: 1.875rem;
  }

  .md\:text-3xl {
    font-size: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 2.625rem;
  }

  .md\:text-5xl {
    font-size: 3.00rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
  }

  .md\:text-7xl {
    font-size: 4.50rem;
  }

  .md\:text-8xl {
    font-size: 5.50rem;
  }

  .md\:text-9xl {
    font-size: 6.50rem;
  }

  .md\:text-10xl {
    font-size: 7.5rem;
  }

  .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\:m-0 {
    margin: 0;
  }

  .md\:m-1 {
    margin: 0.25rem;
  }

  .md\:m-2 {
    margin: 0.5rem;
  }

  .md\:m-3 {
    margin: 0.75rem;
  }

  .md\:m-4 {
    margin: 1rem;
  }

  .md\:m-5 {
    margin: 1.25rem;
  }

  .md\:m-6 {
    margin: 1.5rem;
  }

  .md\:m-7 {
    margin: 1.75rem;
  }

  .md\:m-8 {
    margin: 2rem;
  }

  .md\:m-9 {
    margin: 2.25rem;
  }

  .md\:m-10 {
    margin: 2.5rem;
  }

  .md\:m-11 {
    margin: 2.75rem;
  }

  .md\:m-12 {
    margin: 3rem;
  }

  .md\:m-13 {
    margin: 3.25rem;
  }

  .md\:m-14 {
    margin: 3.5rem;
  }

  .md\:m-15 {
    margin: 3.75rem;
  }

  .md\:m-16 {
    margin: 4rem;
  }

  .md\:m-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-128 {
    margin: 32rem;
  }

  .md\:m-144 {
    margin: 36rem;
  }

  .md\:m-160 {
    margin: 40rem;
  }

  .md\:m-192 {
    margin: 48rem;
  }

  .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-1\/2 {
    margin: 50%;
  }

  .md\:m-1\/3 {
    margin: 33.333333%;
  }

  .md\:m-2\/3 {
    margin: 66.666667%;
  }

  .md\:m-1\/4 {
    margin: 25%;
  }

  .md\:m-2\/4 {
    margin: 50%;
  }

  .md\:m-3\/4 {
    margin: 75%;
  }

  .md\:m-1\/5 {
    margin: 20%;
  }

  .md\:m-2\/5 {
    margin: 40%;
  }

  .md\:m-3\/5 {
    margin: 60%;
  }

  .md\:m-4\/5 {
    margin: 80%;
  }

  .md\:m-1\/6 {
    margin: 16.666667%;
  }

  .md\:m-2\/6 {
    margin: 33.333333%;
  }

  .md\:m-3\/6 {
    margin: 50%;
  }

  .md\:m-4\/6 {
    margin: 66.666667%;
  }

  .md\:m-5\/6 {
    margin: 83.333333%;
  }

  .md\:m-1\/12 {
    margin: 8.333333%;
  }

  .md\:m-2\/12 {
    margin: 16.666667%;
  }

  .md\:m-3\/12 {
    margin: 25%;
  }

  .md\:m-4\/12 {
    margin: 33.333333%;
  }

  .md\:m-5\/12 {
    margin: 41.666667%;
  }

  .md\:m-6\/12 {
    margin: 50%;
  }

  .md\:m-7\/12 {
    margin: 58.333333%;
  }

  .md\:m-8\/12 {
    margin: 66.666667%;
  }

  .md\:m-9\/12 {
    margin: 75%;
  }

  .md\:m-10\/12 {
    margin: 83.333333%;
  }

  .md\:m-11\/12 {
    margin: 91.666667%;
  }

  .md\:m-full {
    margin: 100%;
  }

  .md\:-m-1 {
    margin: -0.25rem;
  }

  .md\:-m-2 {
    margin: -0.5rem;
  }

  .md\:-m-3 {
    margin: -0.75rem;
  }

  .md\:-m-4 {
    margin: -1rem;
  }

  .md\:-m-5 {
    margin: -1.25rem;
  }

  .md\:-m-6 {
    margin: -1.5rem;
  }

  .md\:-m-7 {
    margin: -1.75rem;
  }

  .md\:-m-8 {
    margin: -2rem;
  }

  .md\:-m-9 {
    margin: -2.25rem;
  }

  .md\:-m-10 {
    margin: -2.5rem;
  }

  .md\:-m-11 {
    margin: -2.75rem;
  }

  .md\:-m-12 {
    margin: -3rem;
  }

  .md\:-m-13 {
    margin: -3.25rem;
  }

  .md\:-m-14 {
    margin: -3.5rem;
  }

  .md\:-m-15 {
    margin: -3.75rem;
  }

  .md\:-m-16 {
    margin: -4rem;
  }

  .md\:-m-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-128 {
    margin: -32rem;
  }

  .md\:-m-144 {
    margin: -36rem;
  }

  .md\:-m-160 {
    margin: -40rem;
  }

  .md\:-m-192 {
    margin: -48rem;
  }

  .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-1\/2 {
    margin: -50%;
  }

  .md\:-m-1\/3 {
    margin: -33.33333%;
  }

  .md\:-m-2\/3 {
    margin: -66.66667%;
  }

  .md\:-m-1\/4 {
    margin: -25%;
  }

  .md\:-m-2\/4 {
    margin: -50%;
  }

  .md\:-m-3\/4 {
    margin: -75%;
  }

  .md\:-m-1\/5 {
    margin: -20%;
  }

  .md\:-m-2\/5 {
    margin: -40%;
  }

  .md\:-m-3\/5 {
    margin: -60%;
  }

  .md\:-m-4\/5 {
    margin: -80%;
  }

  .md\:-m-1\/6 {
    margin: -16.66667%;
  }

  .md\:-m-2\/6 {
    margin: -33.33333%;
  }

  .md\:-m-3\/6 {
    margin: -50%;
  }

  .md\:-m-4\/6 {
    margin: -66.66667%;
  }

  .md\:-m-5\/6 {
    margin: -83.33333%;
  }

  .md\:-m-1\/12 {
    margin: -8.33333%;
  }

  .md\:-m-2\/12 {
    margin: -16.66667%;
  }

  .md\:-m-3\/12 {
    margin: -25%;
  }

  .md\:-m-4\/12 {
    margin: -33.33333%;
  }

  .md\:-m-5\/12 {
    margin: -41.66667%;
  }

  .md\:-m-6\/12 {
    margin: -50%;
  }

  .md\:-m-7\/12 {
    margin: -58.33333%;
  }

  .md\:-m-8\/12 {
    margin: -66.66667%;
  }

  .md\:-m-9\/12 {
    margin: -75%;
  }

  .md\:-m-10\/12 {
    margin: -83.33333%;
  }

  .md\:-m-11\/12 {
    margin: -91.66667%;
  }

  .md\:-m-full {
    margin: -100%;
  }

  .md\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .md\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .md\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .md\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .md\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .md\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .md\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .md\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .md\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .md\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .md\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .md\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .md\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .md\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .md\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .md\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .md\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .md\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .md\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .md\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .md\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .md\:my-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-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .md\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .md\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .md\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .md\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .md\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .md\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .md\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .md\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .md\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .md\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .md\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .md\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .md\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .md\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .md\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .md\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .md\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .md\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .md\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .md\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .md\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .md\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .md\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .md\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .md\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .md\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .md\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .md\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .md\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .md\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .md\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .md\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .md\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .md\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .md\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .md\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .md\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .md\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .md\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .md\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .md\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .md\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .md\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .md\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .md\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .md\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .md\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .md\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .md\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .md\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .md\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .md\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .md\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .md\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .md\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .md\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .md\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .md\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .md\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .md\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .md\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .md\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .md\:-my-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-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .md\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .md\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .md\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .md\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .md\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .md\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .md\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .md\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .md\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .md\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .md\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .md\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .md\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .md\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .md\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .md\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .md\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .md\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .md\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .md\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .md\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .md\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .md\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .md\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .md\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .md\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .md\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .md\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .md\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .md\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .md\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .md\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .md\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .md\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .md\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .md\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .md\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .md\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mr-0 {
    margin-right: 0;
  }

  .md\:mb-0 {
    margin-bottom: 0;
  }

  .md\:ml-0 {
    margin-left: 0;
  }

  .md\:mt-1 {
    margin-top: 0.25rem;
  }

  .md\:mr-1 {
    margin-right: 0.25rem;
  }

  .md\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .md\:ml-1 {
    margin-left: 0.25rem;
  }

  .md\:mt-2 {
    margin-top: 0.5rem;
  }

  .md\:mr-2 {
    margin-right: 0.5rem;
  }

  .md\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .md\:ml-2 {
    margin-left: 0.5rem;
  }

  .md\:mt-3 {
    margin-top: 0.75rem;
  }

  .md\:mr-3 {
    margin-right: 0.75rem;
  }

  .md\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .md\:ml-3 {
    margin-left: 0.75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mr-4 {
    margin-right: 1rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:ml-4 {
    margin-left: 1rem;
  }

  .md\:mt-5 {
    margin-top: 1.25rem;
  }

  .md\:mr-5 {
    margin-right: 1.25rem;
  }

  .md\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .md\:ml-5 {
    margin-left: 1.25rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mr-6 {
    margin-right: 1.5rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-6 {
    margin-left: 1.5rem;
  }

  .md\:mt-7 {
    margin-top: 1.75rem;
  }

  .md\:mr-7 {
    margin-right: 1.75rem;
  }

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .md\:ml-7 {
    margin-left: 1.75rem;
  }

  .md\:mt-8 {
    margin-top: 2rem;
  }

  .md\:mr-8 {
    margin-right: 2rem;
  }

  .md\:mb-8 {
    margin-bottom: 2rem;
  }

  .md\:ml-8 {
    margin-left: 2rem;
  }

  .md\:mt-9 {
    margin-top: 2.25rem;
  }

  .md\:mr-9 {
    margin-right: 2.25rem;
  }

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mt-10 {
    margin-top: 2.5rem;
  }

  .md\:mr-10 {
    margin-right: 2.5rem;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:ml-10 {
    margin-left: 2.5rem;
  }

  .md\:mt-11 {
    margin-top: 2.75rem;
  }

  .md\:mr-11 {
    margin-right: 2.75rem;
  }

  .md\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .md\:ml-11 {
    margin-left: 2.75rem;
  }

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mr-12 {
    margin-right: 3rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:ml-12 {
    margin-left: 3rem;
  }

  .md\:mt-13 {
    margin-top: 3.25rem;
  }

  .md\:mr-13 {
    margin-right: 3.25rem;
  }

  .md\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .md\:ml-13 {
    margin-left: 3.25rem;
  }

  .md\:mt-14 {
    margin-top: 3.5rem;
  }

  .md\:mr-14 {
    margin-right: 3.5rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

  .md\:mt-15 {
    margin-top: 3.75rem;
  }

  .md\:mr-15 {
    margin-right: 3.75rem;
  }

  .md\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .md\:ml-15 {
    margin-left: 3.75rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

  .md\:mr-16 {
    margin-right: 4rem;
  }

  .md\:mb-16 {
    margin-bottom: 4rem;
  }

  .md\:ml-16 {
    margin-left: 4rem;
  }

  .md\:mt-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-128 {
    margin-top: 32rem;
  }

  .md\:mr-128 {
    margin-right: 32rem;
  }

  .md\:mb-128 {
    margin-bottom: 32rem;
  }

  .md\:ml-128 {
    margin-left: 32rem;
  }

  .md\:mt-144 {
    margin-top: 36rem;
  }

  .md\:mr-144 {
    margin-right: 36rem;
  }

  .md\:mb-144 {
    margin-bottom: 36rem;
  }

  .md\:ml-144 {
    margin-left: 36rem;
  }

  .md\:mt-160 {
    margin-top: 40rem;
  }

  .md\:mr-160 {
    margin-right: 40rem;
  }

  .md\:mb-160 {
    margin-bottom: 40rem;
  }

  .md\:ml-160 {
    margin-left: 40rem;
  }

  .md\:mt-192 {
    margin-top: 48rem;
  }

  .md\:mr-192 {
    margin-right: 48rem;
  }

  .md\:mb-192 {
    margin-bottom: 48rem;
  }

  .md\:ml-192 {
    margin-left: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
  }

  .md\:mr-1\/2 {
    margin-right: 50%;
  }

  .md\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .md\:ml-1\/2 {
    margin-left: 50%;
  }

  .md\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .md\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .md\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .md\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .md\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .md\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .md\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .md\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .md\:mt-1\/4 {
    margin-top: 25%;
  }

  .md\:mr-1\/4 {
    margin-right: 25%;
  }

  .md\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .md\:ml-1\/4 {
    margin-left: 25%;
  }

  .md\:mt-2\/4 {
    margin-top: 50%;
  }

  .md\:mr-2\/4 {
    margin-right: 50%;
  }

  .md\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .md\:ml-2\/4 {
    margin-left: 50%;
  }

  .md\:mt-3\/4 {
    margin-top: 75%;
  }

  .md\:mr-3\/4 {
    margin-right: 75%;
  }

  .md\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .md\:ml-3\/4 {
    margin-left: 75%;
  }

  .md\:mt-1\/5 {
    margin-top: 20%;
  }

  .md\:mr-1\/5 {
    margin-right: 20%;
  }

  .md\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .md\:ml-1\/5 {
    margin-left: 20%;
  }

  .md\:mt-2\/5 {
    margin-top: 40%;
  }

  .md\:mr-2\/5 {
    margin-right: 40%;
  }

  .md\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .md\:ml-2\/5 {
    margin-left: 40%;
  }

  .md\:mt-3\/5 {
    margin-top: 60%;
  }

  .md\:mr-3\/5 {
    margin-right: 60%;
  }

  .md\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .md\:ml-3\/5 {
    margin-left: 60%;
  }

  .md\:mt-4\/5 {
    margin-top: 80%;
  }

  .md\:mr-4\/5 {
    margin-right: 80%;
  }

  .md\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .md\:ml-4\/5 {
    margin-left: 80%;
  }

  .md\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .md\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .md\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .md\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .md\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .md\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .md\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .md\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .md\:mt-3\/6 {
    margin-top: 50%;
  }

  .md\:mr-3\/6 {
    margin-right: 50%;
  }

  .md\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .md\:ml-3\/6 {
    margin-left: 50%;
  }

  .md\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .md\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .md\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .md\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .md\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .md\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .md\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .md\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .md\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .md\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .md\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .md\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .md\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .md\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .md\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .md\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .md\:mt-3\/12 {
    margin-top: 25%;
  }

  .md\:mr-3\/12 {
    margin-right: 25%;
  }

  .md\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .md\:ml-3\/12 {
    margin-left: 25%;
  }

  .md\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .md\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .md\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .md\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .md\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .md\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .md\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .md\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .md\:mt-6\/12 {
    margin-top: 50%;
  }

  .md\:mr-6\/12 {
    margin-right: 50%;
  }

  .md\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .md\:ml-6\/12 {
    margin-left: 50%;
  }

  .md\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .md\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .md\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .md\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .md\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .md\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .md\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .md\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .md\:mt-9\/12 {
    margin-top: 75%;
  }

  .md\:mr-9\/12 {
    margin-right: 75%;
  }

  .md\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .md\:ml-9\/12 {
    margin-left: 75%;
  }

  .md\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .md\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .md\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .md\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .md\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .md\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .md\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .md\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .md\:mt-full {
    margin-top: 100%;
  }

  .md\:mr-full {
    margin-right: 100%;
  }

  .md\:mb-full {
    margin-bottom: 100%;
  }

  .md\:ml-full {
    margin-left: 100%;
  }

  .md\:-mt-1 {
    margin-top: -0.25rem;
  }

  .md\:-mr-1 {
    margin-right: -0.25rem;
  }

  .md\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .md\:-ml-1 {
    margin-left: -0.25rem;
  }

  .md\:-mt-2 {
    margin-top: -0.5rem;
  }

  .md\:-mr-2 {
    margin-right: -0.5rem;
  }

  .md\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .md\:-ml-2 {
    margin-left: -0.5rem;
  }

  .md\:-mt-3 {
    margin-top: -0.75rem;
  }

  .md\:-mr-3 {
    margin-right: -0.75rem;
  }

  .md\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .md\:-ml-3 {
    margin-left: -0.75rem;
  }

  .md\:-mt-4 {
    margin-top: -1rem;
  }

  .md\:-mr-4 {
    margin-right: -1rem;
  }

  .md\:-mb-4 {
    margin-bottom: -1rem;
  }

  .md\:-ml-4 {
    margin-left: -1rem;
  }

  .md\:-mt-5 {
    margin-top: -1.25rem;
  }

  .md\:-mr-5 {
    margin-right: -1.25rem;
  }

  .md\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .md\:-ml-5 {
    margin-left: -1.25rem;
  }

  .md\:-mt-6 {
    margin-top: -1.5rem;
  }

  .md\:-mr-6 {
    margin-right: -1.5rem;
  }

  .md\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .md\:-ml-6 {
    margin-left: -1.5rem;
  }

  .md\:-mt-7 {
    margin-top: -1.75rem;
  }

  .md\:-mr-7 {
    margin-right: -1.75rem;
  }

  .md\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .md\:-ml-7 {
    margin-left: -1.75rem;
  }

  .md\:-mt-8 {
    margin-top: -2rem;
  }

  .md\:-mr-8 {
    margin-right: -2rem;
  }

  .md\:-mb-8 {
    margin-bottom: -2rem;
  }

  .md\:-ml-8 {
    margin-left: -2rem;
  }

  .md\:-mt-9 {
    margin-top: -2.25rem;
  }

  .md\:-mr-9 {
    margin-right: -2.25rem;
  }

  .md\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .md\:-ml-9 {
    margin-left: -2.25rem;
  }

  .md\:-mt-10 {
    margin-top: -2.5rem;
  }

  .md\:-mr-10 {
    margin-right: -2.5rem;
  }

  .md\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

  .md\:-mt-11 {
    margin-top: -2.75rem;
  }

  .md\:-mr-11 {
    margin-right: -2.75rem;
  }

  .md\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .md\:-ml-11 {
    margin-left: -2.75rem;
  }

  .md\:-mt-12 {
    margin-top: -3rem;
  }

  .md\:-mr-12 {
    margin-right: -3rem;
  }

  .md\:-mb-12 {
    margin-bottom: -3rem;
  }

  .md\:-ml-12 {
    margin-left: -3rem;
  }

  .md\:-mt-13 {
    margin-top: -3.25rem;
  }

  .md\:-mr-13 {
    margin-right: -3.25rem;
  }

  .md\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .md\:-ml-13 {
    margin-left: -3.25rem;
  }

  .md\:-mt-14 {
    margin-top: -3.5rem;
  }

  .md\:-mr-14 {
    margin-right: -3.5rem;
  }

  .md\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .md\:-ml-14 {
    margin-left: -3.5rem;
  }

  .md\:-mt-15 {
    margin-top: -3.75rem;
  }

  .md\:-mr-15 {
    margin-right: -3.75rem;
  }

  .md\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .md\:-ml-15 {
    margin-left: -3.75rem;
  }

  .md\:-mt-16 {
    margin-top: -4rem;
  }

  .md\:-mr-16 {
    margin-right: -4rem;
  }

  .md\:-mb-16 {
    margin-bottom: -4rem;
  }

  .md\:-ml-16 {
    margin-left: -4rem;
  }

  .md\:-mt-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-128 {
    margin-top: -32rem;
  }

  .md\:-mr-128 {
    margin-right: -32rem;
  }

  .md\:-mb-128 {
    margin-bottom: -32rem;
  }

  .md\:-ml-128 {
    margin-left: -32rem;
  }

  .md\:-mt-144 {
    margin-top: -36rem;
  }

  .md\:-mr-144 {
    margin-right: -36rem;
  }

  .md\:-mb-144 {
    margin-bottom: -36rem;
  }

  .md\:-ml-144 {
    margin-left: -36rem;
  }

  .md\:-mt-160 {
    margin-top: -40rem;
  }

  .md\:-mr-160 {
    margin-right: -40rem;
  }

  .md\:-mb-160 {
    margin-bottom: -40rem;
  }

  .md\:-ml-160 {
    margin-left: -40rem;
  }

  .md\:-mt-192 {
    margin-top: -48rem;
  }

  .md\:-mr-192 {
    margin-right: -48rem;
  }

  .md\:-mb-192 {
    margin-bottom: -48rem;
  }

  .md\:-ml-192 {
    margin-left: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
  }

  .md\:-mr-1\/2 {
    margin-right: -50%;
  }

  .md\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .md\:-ml-1\/2 {
    margin-left: -50%;
  }

  .md\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .md\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .md\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .md\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .md\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .md\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .md\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .md\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .md\:-mt-1\/4 {
    margin-top: -25%;
  }

  .md\:-mr-1\/4 {
    margin-right: -25%;
  }

  .md\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .md\:-ml-1\/4 {
    margin-left: -25%;
  }

  .md\:-mt-2\/4 {
    margin-top: -50%;
  }

  .md\:-mr-2\/4 {
    margin-right: -50%;
  }

  .md\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .md\:-ml-2\/4 {
    margin-left: -50%;
  }

  .md\:-mt-3\/4 {
    margin-top: -75%;
  }

  .md\:-mr-3\/4 {
    margin-right: -75%;
  }

  .md\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .md\:-ml-3\/4 {
    margin-left: -75%;
  }

  .md\:-mt-1\/5 {
    margin-top: -20%;
  }

  .md\:-mr-1\/5 {
    margin-right: -20%;
  }

  .md\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .md\:-ml-1\/5 {
    margin-left: -20%;
  }

  .md\:-mt-2\/5 {
    margin-top: -40%;
  }

  .md\:-mr-2\/5 {
    margin-right: -40%;
  }

  .md\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .md\:-ml-2\/5 {
    margin-left: -40%;
  }

  .md\:-mt-3\/5 {
    margin-top: -60%;
  }

  .md\:-mr-3\/5 {
    margin-right: -60%;
  }

  .md\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .md\:-ml-3\/5 {
    margin-left: -60%;
  }

  .md\:-mt-4\/5 {
    margin-top: -80%;
  }

  .md\:-mr-4\/5 {
    margin-right: -80%;
  }

  .md\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .md\:-ml-4\/5 {
    margin-left: -80%;
  }

  .md\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .md\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .md\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .md\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .md\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .md\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .md\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .md\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .md\:-mt-3\/6 {
    margin-top: -50%;
  }

  .md\:-mr-3\/6 {
    margin-right: -50%;
  }

  .md\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .md\:-ml-3\/6 {
    margin-left: -50%;
  }

  .md\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .md\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .md\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .md\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .md\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .md\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .md\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .md\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .md\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .md\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .md\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .md\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .md\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .md\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .md\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .md\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .md\:-mt-3\/12 {
    margin-top: -25%;
  }

  .md\:-mr-3\/12 {
    margin-right: -25%;
  }

  .md\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .md\:-ml-3\/12 {
    margin-left: -25%;
  }

  .md\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .md\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .md\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .md\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .md\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .md\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .md\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .md\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .md\:-mt-6\/12 {
    margin-top: -50%;
  }

  .md\:-mr-6\/12 {
    margin-right: -50%;
  }

  .md\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .md\:-ml-6\/12 {
    margin-left: -50%;
  }

  .md\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .md\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .md\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .md\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .md\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .md\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .md\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .md\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .md\:-mt-9\/12 {
    margin-top: -75%;
  }

  .md\:-mr-9\/12 {
    margin-right: -75%;
  }

  .md\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .md\:-ml-9\/12 {
    margin-left: -75%;
  }

  .md\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .md\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .md\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .md\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .md\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .md\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .md\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .md\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .md\:-mt-full {
    margin-top: -100%;
  }

  .md\:-mr-full {
    margin-right: -100%;
  }

  .md\:-mb-full {
    margin-bottom: -100%;
  }

  .md\:-ml-full {
    margin-left: -100%;
  }

  .md\:max-h-0 {
    max-height: 0;
  }

  .md\:max-h-full {
    max-height: 100%;
  }

  .md\:max-h-screen {
    max-height: 100vh;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:max-w-xs {
    max-width: 20rem;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-lg {
    max-width: 32rem;
  }

  .md\:max-w-xl {
    max-width: 36rem;
  }

  .md\:max-w-2xl {
    max-width: 42rem;
  }

  .md\:max-w-3xl {
    max-width: 48rem;
  }

  .md\:max-w-4xl {
    max-width: 56rem;
  }

  .md\:max-w-5xl {
    max-width: 64rem;
  }

  .md\:max-w-6xl {
    max-width: 72rem;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-screen-sm {
    max-width: 640px;
  }

  .md\:max-w-screen-md {
    max-width: 768px;
  }

  .md\:max-w-screen-lg {
    max-width: 1024px;
  }

  .md\:max-w-screen-xl {
    max-width: 1280px;
  }

  .md\:max-w-screen-2xl {
    max-width: 1440px;
  }

  .md\:min-h-0 {
    min-height: 0;
  }

  .md\:min-h-10vh {
    min-height: 10vh;
  }

  .md\:min-h-20vh {
    min-height: 20vh;
  }

  .md\:min-h-30vh {
    min-height: 30vh;
  }

  .md\:min-h-40vh {
    min-height: 40vh;
  }

  .md\:min-h-50vh {
    min-height: 50vh;
  }

  .md\:min-h-60vh {
    min-height: 60vh;
  }

  .md\:min-h-70vh {
    min-height: 70vh;
  }

  .md\:min-h-80vh {
    min-height: 80vh;
  }

  .md\:min-h-90vh {
    min-height: 90vh;
  }

  .md\:min-h-100vh {
    min-height: 100vh;
  }

  .md\:min-h-screen {
    min-height: 100vh;
  }

  .md\:min-h-full {
    min-height: 100%;
  }

  .md\:min-w-0 {
    min-width: 0;
  }

  .md\:min-w-full {
    min-width: 100%;
  }

  .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-10 {
    opacity: 0.1;
  }

  .md\:opacity-20 {
    opacity: 0.2;
  }

  .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-80 {
    opacity: 0.8;
  }

  .md\:opacity-90 {
    opacity: 0.9;
  }

  .md\:opacity-100 {
    opacity: 1;
  }

  .md\:opacity-025 {
    opacity: 0.025;
  }

  .md\:opacity-05 {
    opacity: 0.05;
  }

  .md\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .md\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .md\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .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-80:hover {
    opacity: 0.8;
  }

  .md\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .md\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .md\:hover\:opacity-025:hover {
    opacity: 0.025;
  }

  .md\:hover\:opacity-05:hover {
    opacity: 0.05;
  }

  .md\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .md\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .md\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .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-80:focus {
    opacity: 0.8;
  }

  .md\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .md\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .md\:focus\:opacity-025:focus {
    opacity: 0.025;
  }

  .md\:focus\:opacity-05:focus {
    opacity: 0.05;
  }

  .md\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .md\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .md\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .md\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .md\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .md\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .md\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .md\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .md\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .md\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .md\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .md\:disabled\:opacity-025:disabled {
    opacity: 0.025;
  }

  .md\:disabled\:opacity-05:disabled {
    opacity: 0.05;
  }

  .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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .md\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .md\:p-0 {
    padding: 0;
  }

  .md\:p-1 {
    padding: 0.25rem;
  }

  .md\:p-2 {
    padding: 0.5rem;
  }

  .md\:p-3 {
    padding: 0.75rem;
  }

  .md\:p-4 {
    padding: 1rem;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

  .md\:p-7 {
    padding: 1.75rem;
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:p-9 {
    padding: 2.25rem;
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-11 {
    padding: 2.75rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-13 {
    padding: 3.25rem;
  }

  .md\:p-14 {
    padding: 3.5rem;
  }

  .md\:p-15 {
    padding: 3.75rem;
  }

  .md\:p-16 {
    padding: 4rem;
  }

  .md\:p-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-128 {
    padding: 32rem;
  }

  .md\:p-144 {
    padding: 36rem;
  }

  .md\:p-160 {
    padding: 40rem;
  }

  .md\:p-192 {
    padding: 48rem;
  }

  .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-1\/2 {
    padding: 50%;
  }

  .md\:p-1\/3 {
    padding: 33.333333%;
  }

  .md\:p-2\/3 {
    padding: 66.666667%;
  }

  .md\:p-1\/4 {
    padding: 25%;
  }

  .md\:p-2\/4 {
    padding: 50%;
  }

  .md\:p-3\/4 {
    padding: 75%;
  }

  .md\:p-1\/5 {
    padding: 20%;
  }

  .md\:p-2\/5 {
    padding: 40%;
  }

  .md\:p-3\/5 {
    padding: 60%;
  }

  .md\:p-4\/5 {
    padding: 80%;
  }

  .md\:p-1\/6 {
    padding: 16.666667%;
  }

  .md\:p-2\/6 {
    padding: 33.333333%;
  }

  .md\:p-3\/6 {
    padding: 50%;
  }

  .md\:p-4\/6 {
    padding: 66.666667%;
  }

  .md\:p-5\/6 {
    padding: 83.333333%;
  }

  .md\:p-1\/12 {
    padding: 8.333333%;
  }

  .md\:p-2\/12 {
    padding: 16.666667%;
  }

  .md\:p-3\/12 {
    padding: 25%;
  }

  .md\:p-4\/12 {
    padding: 33.333333%;
  }

  .md\:p-5\/12 {
    padding: 41.666667%;
  }

  .md\:p-6\/12 {
    padding: 50%;
  }

  .md\:p-7\/12 {
    padding: 58.333333%;
  }

  .md\:p-8\/12 {
    padding: 66.666667%;
  }

  .md\:p-9\/12 {
    padding: 75%;
  }

  .md\:p-10\/12 {
    padding: 83.333333%;
  }

  .md\:p-11\/12 {
    padding: 91.666667%;
  }

  .md\:p-full {
    padding: 100%;
  }

  .md\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .md\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .md\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .md\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .md\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .md\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .md\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .md\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .md\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .md\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .md\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .md\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .md\:py-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-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .md\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .md\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .md\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .md\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .md\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .md\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .md\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .md\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .md\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .md\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .md\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .md\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .md\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .md\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .md\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .md\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .md\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .md\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .md\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .md\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .md\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .md\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .md\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .md\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .md\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .md\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .md\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .md\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .md\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .md\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .md\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .md\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .md\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .md\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .md\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .md\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .md\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .md\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .md\:pt-0 {
    padding-top: 0;
  }

  .md\:pr-0 {
    padding-right: 0;
  }

  .md\:pb-0 {
    padding-bottom: 0;
  }

  .md\:pl-0 {
    padding-left: 0;
  }

  .md\:pt-1 {
    padding-top: 0.25rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .md\:pl-1 {
    padding-left: 0.25rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .md\:pl-2 {
    padding-left: 0.5rem;
  }

  .md\:pt-3 {
    padding-top: 0.75rem;
  }

  .md\:pr-3 {
    padding-right: 0.75rem;
  }

  .md\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .md\:pl-3 {
    padding-left: 0.75rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-4 {
    padding-left: 1rem;
  }

  .md\:pt-5 {
    padding-top: 1.25rem;
  }

  .md\:pr-5 {
    padding-right: 1.25rem;
  }

  .md\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .md\:pl-5 {
    padding-left: 1.25rem;
  }

  .md\:pt-6 {
    padding-top: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

  .md\:pr-7 {
    padding-right: 1.75rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pl-7 {
    padding-left: 1.75rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:pr-8 {
    padding-right: 2rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-9 {
    padding-top: 2.25rem;
  }

  .md\:pr-9 {
    padding-right: 2.25rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-9 {
    padding-left: 2.25rem;
  }

  .md\:pt-10 {
    padding-top: 2.5rem;
  }

  .md\:pr-10 {
    padding-right: 2.5rem;
  }

  .md\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:pt-11 {
    padding-top: 2.75rem;
  }

  .md\:pr-11 {
    padding-right: 2.75rem;
  }

  .md\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .md\:pl-11 {
    padding-left: 2.75rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pr-12 {
    padding-right: 3rem;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pl-12 {
    padding-left: 3rem;
  }

  .md\:pt-13 {
    padding-top: 3.25rem;
  }

  .md\:pr-13 {
    padding-right: 3.25rem;
  }

  .md\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .md\:pl-13 {
    padding-left: 3.25rem;
  }

  .md\:pt-14 {
    padding-top: 3.5rem;
  }

  .md\:pr-14 {
    padding-right: 3.5rem;
  }

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .md\:pl-14 {
    padding-left: 3.5rem;
  }

  .md\:pt-15 {
    padding-top: 3.75rem;
  }

  .md\:pr-15 {
    padding-right: 3.75rem;
  }

  .md\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .md\:pl-15 {
    padding-left: 3.75rem;
  }

  .md\:pt-16 {
    padding-top: 4rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pt-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-128 {
    padding-top: 32rem;
  }

  .md\:pr-128 {
    padding-right: 32rem;
  }

  .md\:pb-128 {
    padding-bottom: 32rem;
  }

  .md\:pl-128 {
    padding-left: 32rem;
  }

  .md\:pt-144 {
    padding-top: 36rem;
  }

  .md\:pr-144 {
    padding-right: 36rem;
  }

  .md\:pb-144 {
    padding-bottom: 36rem;
  }

  .md\:pl-144 {
    padding-left: 36rem;
  }

  .md\:pt-160 {
    padding-top: 40rem;
  }

  .md\:pr-160 {
    padding-right: 40rem;
  }

  .md\:pb-160 {
    padding-bottom: 40rem;
  }

  .md\:pl-160 {
    padding-left: 40rem;
  }

  .md\:pt-192 {
    padding-top: 48rem;
  }

  .md\:pr-192 {
    padding-right: 48rem;
  }

  .md\:pb-192 {
    padding-bottom: 48rem;
  }

  .md\:pl-192 {
    padding-left: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
  }

  .md\:pr-1\/2 {
    padding-right: 50%;
  }

  .md\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .md\:pl-1\/2 {
    padding-left: 50%;
  }

  .md\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .md\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .md\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .md\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .md\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .md\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .md\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .md\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .md\:pt-1\/4 {
    padding-top: 25%;
  }

  .md\:pr-1\/4 {
    padding-right: 25%;
  }

  .md\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .md\:pl-1\/4 {
    padding-left: 25%;
  }

  .md\:pt-2\/4 {
    padding-top: 50%;
  }

  .md\:pr-2\/4 {
    padding-right: 50%;
  }

  .md\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .md\:pl-2\/4 {
    padding-left: 50%;
  }

  .md\:pt-3\/4 {
    padding-top: 75%;
  }

  .md\:pr-3\/4 {
    padding-right: 75%;
  }

  .md\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .md\:pl-3\/4 {
    padding-left: 75%;
  }

  .md\:pt-1\/5 {
    padding-top: 20%;
  }

  .md\:pr-1\/5 {
    padding-right: 20%;
  }

  .md\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .md\:pl-1\/5 {
    padding-left: 20%;
  }

  .md\:pt-2\/5 {
    padding-top: 40%;
  }

  .md\:pr-2\/5 {
    padding-right: 40%;
  }

  .md\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .md\:pl-2\/5 {
    padding-left: 40%;
  }

  .md\:pt-3\/5 {
    padding-top: 60%;
  }

  .md\:pr-3\/5 {
    padding-right: 60%;
  }

  .md\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .md\:pl-3\/5 {
    padding-left: 60%;
  }

  .md\:pt-4\/5 {
    padding-top: 80%;
  }

  .md\:pr-4\/5 {
    padding-right: 80%;
  }

  .md\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .md\:pl-4\/5 {
    padding-left: 80%;
  }

  .md\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .md\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .md\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .md\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .md\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .md\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .md\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .md\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .md\:pt-3\/6 {
    padding-top: 50%;
  }

  .md\:pr-3\/6 {
    padding-right: 50%;
  }

  .md\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .md\:pl-3\/6 {
    padding-left: 50%;
  }

  .md\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .md\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .md\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .md\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .md\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .md\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .md\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .md\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .md\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .md\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .md\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .md\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .md\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .md\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .md\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .md\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .md\:pt-3\/12 {
    padding-top: 25%;
  }

  .md\:pr-3\/12 {
    padding-right: 25%;
  }

  .md\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .md\:pl-3\/12 {
    padding-left: 25%;
  }

  .md\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .md\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .md\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .md\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .md\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .md\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .md\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .md\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .md\:pt-6\/12 {
    padding-top: 50%;
  }

  .md\:pr-6\/12 {
    padding-right: 50%;
  }

  .md\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .md\:pl-6\/12 {
    padding-left: 50%;
  }

  .md\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .md\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .md\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .md\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .md\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .md\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .md\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .md\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .md\:pt-9\/12 {
    padding-top: 75%;
  }

  .md\:pr-9\/12 {
    padding-right: 75%;
  }

  .md\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .md\:pl-9\/12 {
    padding-left: 75%;
  }

  .md\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .md\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .md\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .md\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .md\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .md\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .md\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .md\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .md\:pt-full {
    padding-top: 100%;
  }

  .md\:pr-full {
    padding-right: 100%;
  }

  .md\:pb-full {
    padding-bottom: 100%;
  }

  .md\:pl-full {
    padding-left: 100%;
  }

  .md\:static {
    position: static;
  }

  .md\:fixed {
    position: fixed;
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:focus\:static:focus {
    position: static;
  }

  .md\:focus\:fixed:focus {
    position: fixed;
  }

  .md\:focus\:absolute:focus {
    position: absolute;
  }

  .md\:focus\:relative:focus {
    position: relative;
  }

  .md\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .md\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .md\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .md\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .md\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .md\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .md\:top-0 {
    top: 0;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:bottom-0 {
    bottom: 0;
  }

  .md\:left-0 {
    left: 0;
  }

  .md\:top-auto {
    top: auto;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:bottom-auto {
    bottom: auto;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:-top-16 {
    top: -4rem;
  }

  .md\:-right-16 {
    right: -4rem;
  }

  .md\:-bottom-16 {
    bottom: -4rem;
  }

  .md\:-left-16 {
    left: -4rem;
  }

  .md\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .md\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .md\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .md\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .md\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .md\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .md\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .md\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .md\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .md\:focus\:top-0:focus {
    top: 0;
  }

  .md\:focus\:right-0:focus {
    right: 0;
  }

  .md\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .md\:focus\:left-0:focus {
    left: 0;
  }

  .md\:focus\:top-auto:focus {
    top: auto;
  }

  .md\:focus\:right-auto:focus {
    right: auto;
  }

  .md\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .md\:focus\:left-auto:focus {
    left: auto;
  }

  .md\:focus\:-top-16:focus {
    top: -4rem;
  }

  .md\:focus\:-right-16:focus {
    right: -4rem;
  }

  .md\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .md\:focus\:-left-16:focus {
    left: -4rem;
  }

  .md\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .md\:shadow-none {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .md\:shadow-sm {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .md\:shadow-lg {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .md\:shadow-xl {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .md\:shadow-inset {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .md\:shadow-inset-lg {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .md\:shadow-inset-xl {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:hover\:shadow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .md\:hover\:shadow-none:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .md\:hover\:shadow-sm:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:shadow-lg:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .md\:hover\:shadow-xl:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:shadow-inset:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:shadow-inset-lg:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .md\:hover\:shadow-inset-xl:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .md\:focus\:shadow:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .md\:focus\:shadow-none:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .md\:focus\:shadow-sm:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:shadow-lg:focus {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .md\:focus\:shadow-xl:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:shadow-inset:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:shadow-inset-lg:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .md\:focus\:shadow-inset-xl:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .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-white {
    color: #ffffff;
  }

  .md\:text-white-semi-9 {
    color: rgba(255, 255, 255, 0.9);
  }

  .md\:text-white-semi-8 {
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:text-white-semi-7 {
    color: rgba(255, 255, 255, 0.7);
  }

  .md\:text-white-semi-6 {
    color: rgba(255, 255, 255, 0.6);
  }

  .md\:text-white-semi-5 {
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:text-white-semi-4 {
    color: rgba(255, 255, 255, 0.4);
  }

  .md\:text-white-semi-3 {
    color: rgba(255, 255, 255, 0.3);
  }

  .md\:text-white-semi-2 {
    color: rgba(255, 255, 255, 0.2);
  }

  .md\:text-white-semi-1 {
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:text-black {
    color: #000;
  }

  .md\:text-black-semi-9 {
    color: rgba(0, 0, 0, 0.9);
  }

  .md\:text-black-semi-8 {
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:text-black-semi-7 {
    color: rgba(0, 0, 0, 0.7);
  }

  .md\:text-black-semi-6 {
    color: rgba(0, 0, 0, 0.6);
  }

  .md\:text-black-semi-5 {
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:text-black-semi-4 {
    color: rgba(0, 0, 0, 0.4);
  }

  .md\:text-black-semi-3 {
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:text-black-semi-2 {
    color: rgba(0, 0, 0, 0.2);
  }

  .md\:text-black-semi-1 {
    color: rgba(0, 0, 0, 0.1);
  }

  .md\:text-gray-100 {
    color: #f7f7f7;
  }

  .md\:text-gray-200 {
    color: #ebebeb;
  }

  .md\:text-gray-300 {
    color: #d0d0d0;
  }

  .md\:text-gray-400 {
    color: #b8b8b8;
  }

  .md\:text-gray-500 {
    color: #9e9e9e;
  }

  .md\:text-gray-600 {
    color: #666666;
  }

  .md\:text-gray-700 {
    color: #525252;
  }

  .md\:text-gray-800 {
    color: #333333;
  }

  .md\:text-gray-900 {
    color: #1f1f1f;
  }

  .md\:text-gray-warm-100 {
    color: #f4f2f0;
  }

  .md\:text-gray-warm-200 {
    color: #e9e6e2;
  }

  .md\:text-gray-warm-300 {
    color: #dfdad4;
  }

  .md\:text-gray-warm-400 {
    color: #cfc7bf;
  }

  .md\:text-gray-warm-500 {
    color: #c2bab3;
  }

  .md\:text-gray-warm-600 {
    color: #b3aca8;
  }

  .md\:text-gray-warm-700 {
    color: #a19994;
  }

  .md\:text-gray-warm-800 {
    color: #63544b;
  }

  .md\:text-gray-warm-900 {
    color: #3f3731;
  }

  .md\:text-gray-cool-100 {
    color: #f3f4f7;
  }

  .md\:text-gray-cool-200 {
    color: #e9edf1;
  }

  .md\:text-gray-cool-300 {
    color: #d5dde6;
  }

  .md\:text-gray-cool-400 {
    color: #bcc5d2;
  }

  .md\:text-gray-cool-500 {
    color: #99a3b0;
  }

  .md\:text-gray-cool-600 {
    color: #8d95a0;
  }

  .md\:text-gray-cool-700 {
    color: #7e848b;
  }

  .md\:text-gray-cool-800 {
    color: #686d73;
  }

  .md\:text-gray-cool-900 {
    color: #50565e;
  }

  .md\:text-red-100 {
    color: #fff5f5;
  }

  .md\:text-red-200 {
    color: #fed7d7;
  }

  .md\:text-red-300 {
    color: #feb2b2;
  }

  .md\:text-red-400 {
    color: #fc8181;
  }

  .md\:text-red-500 {
    color: #f56565;
  }

  .md\:text-red-600 {
    color: #e21d2f;
  }

  .md\:text-red-700 {
    color: #d41b2c;
  }

  .md\:text-red-800 {
    color: #c61929;
  }

  .md\:text-red-900 {
    color: #873138;
  }

  .md\:text-orange-100 {
    color: #fff4f0;
  }

  .md\:text-orange-200 {
    color: #fed8c8;
  }

  .md\:text-orange-300 {
    color: #fcb99c;
  }

  .md\:text-orange-400 {
    color: #fd9568;
  }

  .md\:text-orange-500 {
    color: #ff854f;
  }

  .md\:text-orange-600 {
    color: #e66833;
  }

  .md\:text-orange-700 {
    color: #c05621;
  }

  .md\:text-orange-800 {
    color: #9c4221;
  }

  .md\:text-orange-900 {
    color: #7b341e;
  }

  .md\:text-yellow-100 {
    color: #fdf6e7;
  }

  .md\:text-yellow-200 {
    color: #fee9bf;
  }

  .md\:text-yellow-300 {
    color: #fbd893;
  }

  .md\:text-yellow-400 {
    color: #fcc85f;
  }

  .md\:text-yellow-500 {
    color: #ffbf3d;
  }

  .md\:text-yellow-600 {
    color: #e7a41d;
  }

  .md\:text-yellow-700 {
    color: #b7841f;
  }

  .md\:text-yellow-800 {
    color: #976c16;
  }

  .md\:text-yellow-900 {
    color: #745310;
  }

  .md\:text-green-100 {
    color: #f9fce9;
  }

  .md\:text-green-200 {
    color: #e5f396;
  }

  .md\:text-green-300 {
    color: #d0e656;
  }

  .md\:text-green-400 {
    color: #badb00;
  }

  .md\:text-green-500 {
    color: #acca07;
  }

  .md\:text-green-600 {
    color: #99b305;
  }

  .md\:text-green-700 {
    color: #869e00;
  }

  .md\:text-green-800 {
    color: #546727;
  }

  .md\:text-green-900 {
    color: #394a12;
  }

  .md\:text-teal-100 {
    color: #e6fffa;
  }

  .md\:text-teal-200 {
    color: #b2f5ea;
  }

  .md\:text-teal-300 {
    color: #7beadc;
  }

  .md\:text-teal-400 {
    color: #00cfb5;
  }

  .md\:text-teal-500 {
    color: #3cbbaa;
  }

  .md\:text-teal-600 {
    color: #319789;
  }

  .md\:text-teal-700 {
    color: #2c7b70;
  }

  .md\:text-teal-800 {
    color: #286159;
  }

  .md\:text-teal-900 {
    color: #23524c;
  }

  .md\:text-aqua-100 {
    color: #ebfcff;
  }

  .md\:text-aqua-200 {
    color: #beeff8;
  }

  .md\:text-aqua-300 {
    color: #90e5f4;
  }

  .md\:text-aqua-400 {
    color: #71dcef;
  }

  .md\:text-aqua-500 {
    color: #52cfe5;
  }

  .md\:text-aqua-600 {
    color: #2bb2ca;
  }

  .md\:text-aqua-700 {
    color: #2097ac;
  }

  .md\:text-aqua-800 {
    color: #1c7382;
  }

  .md\:text-aqua-900 {
    color: #155460;
  }

  .md\:text-blue-100 {
    color: #ebf8ff;
  }

  .md\:text-blue-200 {
    color: #bee3f8;
  }

  .md\:text-blue-300 {
    color: #90cdf4;
  }

  .md\:text-blue-400 {
    color: #63b3ed;
  }

  .md\:text-blue-500 {
    color: #4299e1;
  }

  .md\:text-blue-600 {
    color: #3182ce;
  }

  .md\:text-blue-700 {
    color: #006eb5;
  }

  .md\:text-blue-800 {
    color: #22547c;
  }

  .md\:text-blue-900 {
    color: #2b435a;
  }

  .md\:text-purple-100 {
    color: #fcf5ff;
  }

  .md\:text-purple-200 {
    color: #f1d8fd;
  }

  .md\:text-purple-300 {
    color: #dbbcfa;
  }

  .md\:text-purple-400 {
    color: #cd82f2;
  }

  .md\:text-purple-500 {
    color: #b26dd5;
  }

  .md\:text-purple-600 {
    color: #904eb1;
  }

  .md\:text-purple-700 {
    color: #824091;
  }

  .md\:text-purple-800 {
    color: #743582;
  }

  .md\:text-purple-900 {
    color: #4a2353;
  }

  .md\:text-tan-100 {
    color: #f6f2e9;
  }

  .md\:text-tan-200 {
    color: #eee7d8;
  }

  .md\:text-tan-300 {
    color: #e7ddc5;
  }

  .md\:text-tan-400 {
    color: #e5d4ab;
  }

  .md\:text-tan-500 {
    color: #dec891;
  }

  .md\:text-tan-600 {
    color: #c3ac74;
  }

  .md\:text-tan-700 {
    color: #9a8451;
  }

  .md\:text-tan-800 {
    color: #685936;
  }

  .md\:text-tan-900 {
    color: #574c33;
  }

  .md\:text-gold-500 {
    color: #a4804a;
  }

  .md\:text-silver-500 {
    color: #8a8d8f;
  }

  .md\:hover\:text-transparent:hover {
    color: transparent;
  }

  .md\:hover\:text-white:hover {
    color: #ffffff;
  }

  .md\:hover\:text-white-semi-9:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .md\:hover\:text-white-semi-8:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:hover\:text-white-semi-7:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .md\:hover\:text-white-semi-6:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .md\:hover\:text-white-semi-5:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:hover\:text-white-semi-4:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  .md\:hover\:text-white-semi-3:hover {
    color: rgba(255, 255, 255, 0.3);
  }

  .md\:hover\:text-white-semi-2:hover {
    color: rgba(255, 255, 255, 0.2);
  }

  .md\:hover\:text-white-semi-1:hover {
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:hover\:text-black:hover {
    color: #000;
  }

  .md\:hover\:text-black-semi-9:hover {
    color: rgba(0, 0, 0, 0.9);
  }

  .md\:hover\:text-black-semi-8:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:hover\:text-black-semi-7:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .md\:hover\:text-black-semi-6:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  .md\:hover\:text-black-semi-5:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:hover\:text-black-semi-4:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  .md\:hover\:text-black-semi-3:hover {
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:hover\:text-black-semi-2:hover {
    color: rgba(0, 0, 0, 0.2);
  }

  .md\:hover\:text-black-semi-1:hover {
    color: rgba(0, 0, 0, 0.1);
  }

  .md\:hover\:text-gray-100:hover {
    color: #f7f7f7;
  }

  .md\:hover\:text-gray-200:hover {
    color: #ebebeb;
  }

  .md\:hover\:text-gray-300:hover {
    color: #d0d0d0;
  }

  .md\:hover\:text-gray-400:hover {
    color: #b8b8b8;
  }

  .md\:hover\:text-gray-500:hover {
    color: #9e9e9e;
  }

  .md\:hover\:text-gray-600:hover {
    color: #666666;
  }

  .md\:hover\:text-gray-700:hover {
    color: #525252;
  }

  .md\:hover\:text-gray-800:hover {
    color: #333333;
  }

  .md\:hover\:text-gray-900:hover {
    color: #1f1f1f;
  }

  .md\:hover\:text-gray-warm-100:hover {
    color: #f4f2f0;
  }

  .md\:hover\:text-gray-warm-200:hover {
    color: #e9e6e2;
  }

  .md\:hover\:text-gray-warm-300:hover {
    color: #dfdad4;
  }

  .md\:hover\:text-gray-warm-400:hover {
    color: #cfc7bf;
  }

  .md\:hover\:text-gray-warm-500:hover {
    color: #c2bab3;
  }

  .md\:hover\:text-gray-warm-600:hover {
    color: #b3aca8;
  }

  .md\:hover\:text-gray-warm-700:hover {
    color: #a19994;
  }

  .md\:hover\:text-gray-warm-800:hover {
    color: #63544b;
  }

  .md\:hover\:text-gray-warm-900:hover {
    color: #3f3731;
  }

  .md\:hover\:text-gray-cool-100:hover {
    color: #f3f4f7;
  }

  .md\:hover\:text-gray-cool-200:hover {
    color: #e9edf1;
  }

  .md\:hover\:text-gray-cool-300:hover {
    color: #d5dde6;
  }

  .md\:hover\:text-gray-cool-400:hover {
    color: #bcc5d2;
  }

  .md\:hover\:text-gray-cool-500:hover {
    color: #99a3b0;
  }

  .md\:hover\:text-gray-cool-600:hover {
    color: #8d95a0;
  }

  .md\:hover\:text-gray-cool-700:hover {
    color: #7e848b;
  }

  .md\:hover\:text-gray-cool-800:hover {
    color: #686d73;
  }

  .md\:hover\:text-gray-cool-900:hover {
    color: #50565e;
  }

  .md\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .md\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .md\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .md\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .md\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .md\:hover\:text-red-600:hover {
    color: #e21d2f;
  }

  .md\:hover\:text-red-700:hover {
    color: #d41b2c;
  }

  .md\:hover\:text-red-800:hover {
    color: #c61929;
  }

  .md\:hover\:text-red-900:hover {
    color: #873138;
  }

  .md\:hover\:text-orange-100:hover {
    color: #fff4f0;
  }

  .md\:hover\:text-orange-200:hover {
    color: #fed8c8;
  }

  .md\:hover\:text-orange-300:hover {
    color: #fcb99c;
  }

  .md\:hover\:text-orange-400:hover {
    color: #fd9568;
  }

  .md\:hover\:text-orange-500:hover {
    color: #ff854f;
  }

  .md\:hover\:text-orange-600:hover {
    color: #e66833;
  }

  .md\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .md\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .md\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .md\:hover\:text-yellow-100:hover {
    color: #fdf6e7;
  }

  .md\:hover\:text-yellow-200:hover {
    color: #fee9bf;
  }

  .md\:hover\:text-yellow-300:hover {
    color: #fbd893;
  }

  .md\:hover\:text-yellow-400:hover {
    color: #fcc85f;
  }

  .md\:hover\:text-yellow-500:hover {
    color: #ffbf3d;
  }

  .md\:hover\:text-yellow-600:hover {
    color: #e7a41d;
  }

  .md\:hover\:text-yellow-700:hover {
    color: #b7841f;
  }

  .md\:hover\:text-yellow-800:hover {
    color: #976c16;
  }

  .md\:hover\:text-yellow-900:hover {
    color: #745310;
  }

  .md\:hover\:text-green-100:hover {
    color: #f9fce9;
  }

  .md\:hover\:text-green-200:hover {
    color: #e5f396;
  }

  .md\:hover\:text-green-300:hover {
    color: #d0e656;
  }

  .md\:hover\:text-green-400:hover {
    color: #badb00;
  }

  .md\:hover\:text-green-500:hover {
    color: #acca07;
  }

  .md\:hover\:text-green-600:hover {
    color: #99b305;
  }

  .md\:hover\:text-green-700:hover {
    color: #869e00;
  }

  .md\:hover\:text-green-800:hover {
    color: #546727;
  }

  .md\:hover\:text-green-900:hover {
    color: #394a12;
  }

  .md\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .md\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .md\:hover\:text-teal-300:hover {
    color: #7beadc;
  }

  .md\:hover\:text-teal-400:hover {
    color: #00cfb5;
  }

  .md\:hover\:text-teal-500:hover {
    color: #3cbbaa;
  }

  .md\:hover\:text-teal-600:hover {
    color: #319789;
  }

  .md\:hover\:text-teal-700:hover {
    color: #2c7b70;
  }

  .md\:hover\:text-teal-800:hover {
    color: #286159;
  }

  .md\:hover\:text-teal-900:hover {
    color: #23524c;
  }

  .md\:hover\:text-aqua-100:hover {
    color: #ebfcff;
  }

  .md\:hover\:text-aqua-200:hover {
    color: #beeff8;
  }

  .md\:hover\:text-aqua-300:hover {
    color: #90e5f4;
  }

  .md\:hover\:text-aqua-400:hover {
    color: #71dcef;
  }

  .md\:hover\:text-aqua-500:hover {
    color: #52cfe5;
  }

  .md\:hover\:text-aqua-600:hover {
    color: #2bb2ca;
  }

  .md\:hover\:text-aqua-700:hover {
    color: #2097ac;
  }

  .md\:hover\:text-aqua-800:hover {
    color: #1c7382;
  }

  .md\:hover\:text-aqua-900:hover {
    color: #155460;
  }

  .md\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .md\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .md\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .md\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .md\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .md\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .md\:hover\:text-blue-700:hover {
    color: #006eb5;
  }

  .md\:hover\:text-blue-800:hover {
    color: #22547c;
  }

  .md\:hover\:text-blue-900:hover {
    color: #2b435a;
  }

  .md\:hover\:text-purple-100:hover {
    color: #fcf5ff;
  }

  .md\:hover\:text-purple-200:hover {
    color: #f1d8fd;
  }

  .md\:hover\:text-purple-300:hover {
    color: #dbbcfa;
  }

  .md\:hover\:text-purple-400:hover {
    color: #cd82f2;
  }

  .md\:hover\:text-purple-500:hover {
    color: #b26dd5;
  }

  .md\:hover\:text-purple-600:hover {
    color: #904eb1;
  }

  .md\:hover\:text-purple-700:hover {
    color: #824091;
  }

  .md\:hover\:text-purple-800:hover {
    color: #743582;
  }

  .md\:hover\:text-purple-900:hover {
    color: #4a2353;
  }

  .md\:hover\:text-tan-100:hover {
    color: #f6f2e9;
  }

  .md\:hover\:text-tan-200:hover {
    color: #eee7d8;
  }

  .md\:hover\:text-tan-300:hover {
    color: #e7ddc5;
  }

  .md\:hover\:text-tan-400:hover {
    color: #e5d4ab;
  }

  .md\:hover\:text-tan-500:hover {
    color: #dec891;
  }

  .md\:hover\:text-tan-600:hover {
    color: #c3ac74;
  }

  .md\:hover\:text-tan-700:hover {
    color: #9a8451;
  }

  .md\:hover\:text-tan-800:hover {
    color: #685936;
  }

  .md\:hover\:text-tan-900:hover {
    color: #574c33;
  }

  .md\:hover\:text-gold-500:hover {
    color: #a4804a;
  }

  .md\:hover\:text-silver-500:hover {
    color: #8a8d8f;
  }

  .md\:focus\:text-transparent:focus {
    color: transparent;
  }

  .md\:focus\:text-white:focus {
    color: #ffffff;
  }

  .md\:focus\:text-white-semi-9:focus {
    color: rgba(255, 255, 255, 0.9);
  }

  .md\:focus\:text-white-semi-8:focus {
    color: rgba(255, 255, 255, 0.8);
  }

  .md\:focus\:text-white-semi-7:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .md\:focus\:text-white-semi-6:focus {
    color: rgba(255, 255, 255, 0.6);
  }

  .md\:focus\:text-white-semi-5:focus {
    color: rgba(255, 255, 255, 0.5);
  }

  .md\:focus\:text-white-semi-4:focus {
    color: rgba(255, 255, 255, 0.4);
  }

  .md\:focus\:text-white-semi-3:focus {
    color: rgba(255, 255, 255, 0.3);
  }

  .md\:focus\:text-white-semi-2:focus {
    color: rgba(255, 255, 255, 0.2);
  }

  .md\:focus\:text-white-semi-1:focus {
    color: rgba(255, 255, 255, 0.1);
  }

  .md\:focus\:text-black:focus {
    color: #000;
  }

  .md\:focus\:text-black-semi-9:focus {
    color: rgba(0, 0, 0, 0.9);
  }

  .md\:focus\:text-black-semi-8:focus {
    color: rgba(0, 0, 0, 0.8);
  }

  .md\:focus\:text-black-semi-7:focus {
    color: rgba(0, 0, 0, 0.7);
  }

  .md\:focus\:text-black-semi-6:focus {
    color: rgba(0, 0, 0, 0.6);
  }

  .md\:focus\:text-black-semi-5:focus {
    color: rgba(0, 0, 0, 0.5);
  }

  .md\:focus\:text-black-semi-4:focus {
    color: rgba(0, 0, 0, 0.4);
  }

  .md\:focus\:text-black-semi-3:focus {
    color: rgba(0, 0, 0, 0.3);
  }

  .md\:focus\:text-black-semi-2:focus {
    color: rgba(0, 0, 0, 0.2);
  }

  .md\:focus\:text-black-semi-1:focus {
    color: rgba(0, 0, 0, 0.1);
  }

  .md\:focus\:text-gray-100:focus {
    color: #f7f7f7;
  }

  .md\:focus\:text-gray-200:focus {
    color: #ebebeb;
  }

  .md\:focus\:text-gray-300:focus {
    color: #d0d0d0;
  }

  .md\:focus\:text-gray-400:focus {
    color: #b8b8b8;
  }

  .md\:focus\:text-gray-500:focus {
    color: #9e9e9e;
  }

  .md\:focus\:text-gray-600:focus {
    color: #666666;
  }

  .md\:focus\:text-gray-700:focus {
    color: #525252;
  }

  .md\:focus\:text-gray-800:focus {
    color: #333333;
  }

  .md\:focus\:text-gray-900:focus {
    color: #1f1f1f;
  }

  .md\:focus\:text-gray-warm-100:focus {
    color: #f4f2f0;
  }

  .md\:focus\:text-gray-warm-200:focus {
    color: #e9e6e2;
  }

  .md\:focus\:text-gray-warm-300:focus {
    color: #dfdad4;
  }

  .md\:focus\:text-gray-warm-400:focus {
    color: #cfc7bf;
  }

  .md\:focus\:text-gray-warm-500:focus {
    color: #c2bab3;
  }

  .md\:focus\:text-gray-warm-600:focus {
    color: #b3aca8;
  }

  .md\:focus\:text-gray-warm-700:focus {
    color: #a19994;
  }

  .md\:focus\:text-gray-warm-800:focus {
    color: #63544b;
  }

  .md\:focus\:text-gray-warm-900:focus {
    color: #3f3731;
  }

  .md\:focus\:text-gray-cool-100:focus {
    color: #f3f4f7;
  }

  .md\:focus\:text-gray-cool-200:focus {
    color: #e9edf1;
  }

  .md\:focus\:text-gray-cool-300:focus {
    color: #d5dde6;
  }

  .md\:focus\:text-gray-cool-400:focus {
    color: #bcc5d2;
  }

  .md\:focus\:text-gray-cool-500:focus {
    color: #99a3b0;
  }

  .md\:focus\:text-gray-cool-600:focus {
    color: #8d95a0;
  }

  .md\:focus\:text-gray-cool-700:focus {
    color: #7e848b;
  }

  .md\:focus\:text-gray-cool-800:focus {
    color: #686d73;
  }

  .md\:focus\:text-gray-cool-900:focus {
    color: #50565e;
  }

  .md\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .md\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .md\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .md\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .md\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .md\:focus\:text-red-600:focus {
    color: #e21d2f;
  }

  .md\:focus\:text-red-700:focus {
    color: #d41b2c;
  }

  .md\:focus\:text-red-800:focus {
    color: #c61929;
  }

  .md\:focus\:text-red-900:focus {
    color: #873138;
  }

  .md\:focus\:text-orange-100:focus {
    color: #fff4f0;
  }

  .md\:focus\:text-orange-200:focus {
    color: #fed8c8;
  }

  .md\:focus\:text-orange-300:focus {
    color: #fcb99c;
  }

  .md\:focus\:text-orange-400:focus {
    color: #fd9568;
  }

  .md\:focus\:text-orange-500:focus {
    color: #ff854f;
  }

  .md\:focus\:text-orange-600:focus {
    color: #e66833;
  }

  .md\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .md\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .md\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .md\:focus\:text-yellow-100:focus {
    color: #fdf6e7;
  }

  .md\:focus\:text-yellow-200:focus {
    color: #fee9bf;
  }

  .md\:focus\:text-yellow-300:focus {
    color: #fbd893;
  }

  .md\:focus\:text-yellow-400:focus {
    color: #fcc85f;
  }

  .md\:focus\:text-yellow-500:focus {
    color: #ffbf3d;
  }

  .md\:focus\:text-yellow-600:focus {
    color: #e7a41d;
  }

  .md\:focus\:text-yellow-700:focus {
    color: #b7841f;
  }

  .md\:focus\:text-yellow-800:focus {
    color: #976c16;
  }

  .md\:focus\:text-yellow-900:focus {
    color: #745310;
  }

  .md\:focus\:text-green-100:focus {
    color: #f9fce9;
  }

  .md\:focus\:text-green-200:focus {
    color: #e5f396;
  }

  .md\:focus\:text-green-300:focus {
    color: #d0e656;
  }

  .md\:focus\:text-green-400:focus {
    color: #badb00;
  }

  .md\:focus\:text-green-500:focus {
    color: #acca07;
  }

  .md\:focus\:text-green-600:focus {
    color: #99b305;
  }

  .md\:focus\:text-green-700:focus {
    color: #869e00;
  }

  .md\:focus\:text-green-800:focus {
    color: #546727;
  }

  .md\:focus\:text-green-900:focus {
    color: #394a12;
  }

  .md\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .md\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .md\:focus\:text-teal-300:focus {
    color: #7beadc;
  }

  .md\:focus\:text-teal-400:focus {
    color: #00cfb5;
  }

  .md\:focus\:text-teal-500:focus {
    color: #3cbbaa;
  }

  .md\:focus\:text-teal-600:focus {
    color: #319789;
  }

  .md\:focus\:text-teal-700:focus {
    color: #2c7b70;
  }

  .md\:focus\:text-teal-800:focus {
    color: #286159;
  }

  .md\:focus\:text-teal-900:focus {
    color: #23524c;
  }

  .md\:focus\:text-aqua-100:focus {
    color: #ebfcff;
  }

  .md\:focus\:text-aqua-200:focus {
    color: #beeff8;
  }

  .md\:focus\:text-aqua-300:focus {
    color: #90e5f4;
  }

  .md\:focus\:text-aqua-400:focus {
    color: #71dcef;
  }

  .md\:focus\:text-aqua-500:focus {
    color: #52cfe5;
  }

  .md\:focus\:text-aqua-600:focus {
    color: #2bb2ca;
  }

  .md\:focus\:text-aqua-700:focus {
    color: #2097ac;
  }

  .md\:focus\:text-aqua-800:focus {
    color: #1c7382;
  }

  .md\:focus\:text-aqua-900:focus {
    color: #155460;
  }

  .md\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .md\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .md\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .md\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .md\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .md\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .md\:focus\:text-blue-700:focus {
    color: #006eb5;
  }

  .md\:focus\:text-blue-800:focus {
    color: #22547c;
  }

  .md\:focus\:text-blue-900:focus {
    color: #2b435a;
  }

  .md\:focus\:text-purple-100:focus {
    color: #fcf5ff;
  }

  .md\:focus\:text-purple-200:focus {
    color: #f1d8fd;
  }

  .md\:focus\:text-purple-300:focus {
    color: #dbbcfa;
  }

  .md\:focus\:text-purple-400:focus {
    color: #cd82f2;
  }

  .md\:focus\:text-purple-500:focus {
    color: #b26dd5;
  }

  .md\:focus\:text-purple-600:focus {
    color: #904eb1;
  }

  .md\:focus\:text-purple-700:focus {
    color: #824091;
  }

  .md\:focus\:text-purple-800:focus {
    color: #743582;
  }

  .md\:focus\:text-purple-900:focus {
    color: #4a2353;
  }

  .md\:focus\:text-tan-100:focus {
    color: #f6f2e9;
  }

  .md\:focus\:text-tan-200:focus {
    color: #eee7d8;
  }

  .md\:focus\:text-tan-300:focus {
    color: #e7ddc5;
  }

  .md\:focus\:text-tan-400:focus {
    color: #e5d4ab;
  }

  .md\:focus\:text-tan-500:focus {
    color: #dec891;
  }

  .md\:focus\:text-tan-600:focus {
    color: #c3ac74;
  }

  .md\:focus\:text-tan-700:focus {
    color: #9a8451;
  }

  .md\:focus\:text-tan-800:focus {
    color: #685936;
  }

  .md\:focus\:text-tan-900:focus {
    color: #574c33;
  }

  .md\:focus\:text-gold-500:focus {
    color: #a4804a;
  }

  .md\:focus\:text-silver-500:focus {
    color: #8a8d8f;
  }

  .md\:w-0 {
    width: 0;
  }

  .md\:w-1 {
    width: 0.25rem;
  }

  .md\:w-2 {
    width: 0.5rem;
  }

  .md\:w-3 {
    width: 0.75rem;
  }

  .md\:w-4 {
    width: 1rem;
  }

  .md\:w-5 {
    width: 1.25rem;
  }

  .md\:w-6 {
    width: 1.5rem;
  }

  .md\:w-7 {
    width: 1.75rem;
  }

  .md\:w-8 {
    width: 2rem;
  }

  .md\:w-9 {
    width: 2.25rem;
  }

  .md\:w-10 {
    width: 2.5rem;
  }

  .md\:w-11 {
    width: 2.75rem;
  }

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-13 {
    width: 3.25rem;
  }

  .md\:w-14 {
    width: 3.5rem;
  }

  .md\:w-15 {
    width: 3.75rem;
  }

  .md\:w-16 {
    width: 4rem;
  }

  .md\:w-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-128 {
    width: 32rem;
  }

  .md\:w-144 {
    width: 36rem;
  }

  .md\:w-160 {
    width: 40rem;
  }

  .md\:w-192 {
    width: 48rem;
  }

  .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-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\:z-0 {
    z-index: 0;
  }

  .md\:z-10 {
    z-index: 10;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:z-30 {
    z-index: 30;
  }

  .md\:z-40 {
    z-index: 40;
  }

  .md\:z-50 {
    z-index: 50;
  }

  .md\:z-auto {
    z-index: auto;
  }

  .md\:z-behind {
    z-index: -1;
  }

  .md\:z-max {
    z-index: 1000;
  }

  .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\:rotate-0 {
    transform: rotate(0);
  }

  .md\:rotate-45 {
    transform: rotate(45deg);
  }

  .md\:rotate-90 {
    transform: rotate(90deg);
  }

  .md\:rotate-180 {
    transform: rotate(180deg);
  }

  .md\:-rotate-180 {
    transform: rotate(-180deg);
  }

  .md\:-rotate-90 {
    transform: rotate(-90deg);
  }

  .md\:-rotate-45 {
    transform: rotate(-45deg);
  }

  .md\:hover\:rotate-0:hover {
    transform: rotate(0);
  }

  .md\:hover\:rotate-45:hover {
    transform: rotate(45deg);
  }

  .md\:hover\:rotate-90:hover {
    transform: rotate(90deg);
  }

  .md\:hover\:rotate-180:hover {
    transform: rotate(180deg);
  }

  .md\:hover\:-rotate-180:hover {
    transform: rotate(-180deg);
  }

  .md\:hover\:-rotate-90:hover {
    transform: rotate(-90deg);
  }

  .md\:hover\:-rotate-45:hover {
    transform: rotate(-45deg);
  }

  .md\:focus\:rotate-0:focus {
    transform: rotate(0);
  }

  .md\:focus\:rotate-45:focus {
    transform: rotate(45deg);
  }

  .md\:focus\:rotate-90:focus {
    transform: rotate(90deg);
  }

  .md\:focus\:rotate-180:focus {
    transform: rotate(180deg);
  }

  .md\:focus\:-rotate-180:focus {
    transform: rotate(-180deg);
  }

  .md\:focus\:-rotate-90:focus {
    transform: rotate(-90deg);
  }

  .md\:focus\:-rotate-45:focus {
    transform: rotate(-45deg);
  }

  .md\:translate-x-0 {
    transform: translateX(0);
  }

  .md\:translate-x-1 {
    transform: translateX(0.25rem);
  }

  .md\:translate-x-2 {
    transform: translateX(0.5rem);
  }

  .md\:translate-x-3 {
    transform: translateX(0.75rem);
  }

  .md\:translate-x-4 {
    transform: translateX(1rem);
  }

  .md\:translate-x-5 {
    transform: translateX(1.25rem);
  }

  .md\:translate-x-6 {
    transform: translateX(1.5rem);
  }

  .md\:translate-x-7 {
    transform: translateX(1.75rem);
  }

  .md\:translate-x-8 {
    transform: translateX(2rem);
  }

  .md\:translate-x-9 {
    transform: translateX(2.25rem);
  }

  .md\:translate-x-10 {
    transform: translateX(2.5rem);
  }

  .md\:translate-x-11 {
    transform: translateX(2.75rem);
  }

  .md\:translate-x-12 {
    transform: translateX(3rem);
  }

  .md\:translate-x-13 {
    transform: translateX(3.25rem);
  }

  .md\:translate-x-14 {
    transform: translateX(3.5rem);
  }

  .md\:translate-x-15 {
    transform: translateX(3.75rem);
  }

  .md\:translate-x-16 {
    transform: translateX(4rem);
  }

  .md\:translate-x-20 {
    transform: translateX(5rem);
  }

  .md\:translate-x-24 {
    transform: translateX(6rem);
  }

  .md\:translate-x-28 {
    transform: translateX(7rem);
  }

  .md\:translate-x-32 {
    transform: translateX(8rem);
  }

  .md\:translate-x-36 {
    transform: translateX(9rem);
  }

  .md\:translate-x-40 {
    transform: translateX(10rem);
  }

  .md\:translate-x-44 {
    transform: translateX(11rem);
  }

  .md\:translate-x-48 {
    transform: translateX(12rem);
  }

  .md\:translate-x-52 {
    transform: translateX(13rem);
  }

  .md\:translate-x-56 {
    transform: translateX(14rem);
  }

  .md\:translate-x-60 {
    transform: translateX(15rem);
  }

  .md\:translate-x-64 {
    transform: translateX(16rem);
  }

  .md\:translate-x-72 {
    transform: translateX(18rem);
  }

  .md\:translate-x-80 {
    transform: translateX(20rem);
  }

  .md\:translate-x-96 {
    transform: translateX(24rem);
  }

  .md\:translate-x-128 {
    transform: translateX(32rem);
  }

  .md\:translate-x-144 {
    transform: translateX(36rem);
  }

  .md\:translate-x-160 {
    transform: translateX(40rem);
  }

  .md\:translate-x-192 {
    transform: translateX(48rem);
  }

  .md\:translate-x-px {
    transform: translateX(1px);
  }

  .md\:translate-x-0\.5 {
    transform: translateX(0.125rem);
  }

  .md\:translate-x-1\.5 {
    transform: translateX(0.375rem);
  }

  .md\:translate-x-2\.5 {
    transform: translateX(0.625rem);
  }

  .md\:translate-x-3\.5 {
    transform: translateX(0.875rem);
  }

  .md\:translate-x-1\/2 {
    transform: translateX(50%);
  }

  .md\:translate-x-1\/3 {
    transform: translateX(33.333333%);
  }

  .md\:translate-x-2\/3 {
    transform: translateX(66.666667%);
  }

  .md\:translate-x-1\/4 {
    transform: translateX(25%);
  }

  .md\:translate-x-2\/4 {
    transform: translateX(50%);
  }

  .md\:translate-x-3\/4 {
    transform: translateX(75%);
  }

  .md\:translate-x-1\/5 {
    transform: translateX(20%);
  }

  .md\:translate-x-2\/5 {
    transform: translateX(40%);
  }

  .md\:translate-x-3\/5 {
    transform: translateX(60%);
  }

  .md\:translate-x-4\/5 {
    transform: translateX(80%);
  }

  .md\:translate-x-1\/6 {
    transform: translateX(16.666667%);
  }

  .md\:translate-x-2\/6 {
    transform: translateX(33.333333%);
  }

  .md\:translate-x-3\/6 {
    transform: translateX(50%);
  }

  .md\:translate-x-4\/6 {
    transform: translateX(66.666667%);
  }

  .md\:translate-x-5\/6 {
    transform: translateX(83.333333%);
  }

  .md\:translate-x-1\/12 {
    transform: translateX(8.333333%);
  }

  .md\:translate-x-2\/12 {
    transform: translateX(16.666667%);
  }

  .md\:translate-x-3\/12 {
    transform: translateX(25%);
  }

  .md\:translate-x-4\/12 {
    transform: translateX(33.333333%);
  }

  .md\:translate-x-5\/12 {
    transform: translateX(41.666667%);
  }

  .md\:translate-x-6\/12 {
    transform: translateX(50%);
  }

  .md\:translate-x-7\/12 {
    transform: translateX(58.333333%);
  }

  .md\:translate-x-8\/12 {
    transform: translateX(66.666667%);
  }

  .md\:translate-x-9\/12 {
    transform: translateX(75%);
  }

  .md\:translate-x-10\/12 {
    transform: translateX(83.333333%);
  }

  .md\:translate-x-11\/12 {
    transform: translateX(91.666667%);
  }

  .md\:translate-x-full {
    transform: translateX(100%);
  }

  .md\:-translate-x-1 {
    transform: translateX(-0.25rem);
  }

  .md\:-translate-x-2 {
    transform: translateX(-0.5rem);
  }

  .md\:-translate-x-3 {
    transform: translateX(-0.75rem);
  }

  .md\:-translate-x-4 {
    transform: translateX(-1rem);
  }

  .md\:-translate-x-5 {
    transform: translateX(-1.25rem);
  }

  .md\:-translate-x-6 {
    transform: translateX(-1.5rem);
  }

  .md\:-translate-x-7 {
    transform: translateX(-1.75rem);
  }

  .md\:-translate-x-8 {
    transform: translateX(-2rem);
  }

  .md\:-translate-x-9 {
    transform: translateX(-2.25rem);
  }

  .md\:-translate-x-10 {
    transform: translateX(-2.5rem);
  }

  .md\:-translate-x-11 {
    transform: translateX(-2.75rem);
  }

  .md\:-translate-x-12 {
    transform: translateX(-3rem);
  }

  .md\:-translate-x-13 {
    transform: translateX(-3.25rem);
  }

  .md\:-translate-x-14 {
    transform: translateX(-3.5rem);
  }

  .md\:-translate-x-15 {
    transform: translateX(-3.75rem);
  }

  .md\:-translate-x-16 {
    transform: translateX(-4rem);
  }

  .md\:-translate-x-20 {
    transform: translateX(-5rem);
  }

  .md\:-translate-x-24 {
    transform: translateX(-6rem);
  }

  .md\:-translate-x-28 {
    transform: translateX(-7rem);
  }

  .md\:-translate-x-32 {
    transform: translateX(-8rem);
  }

  .md\:-translate-x-36 {
    transform: translateX(-9rem);
  }

  .md\:-translate-x-40 {
    transform: translateX(-10rem);
  }

  .md\:-translate-x-44 {
    transform: translateX(-11rem);
  }

  .md\:-translate-x-48 {
    transform: translateX(-12rem);
  }

  .md\:-translate-x-52 {
    transform: translateX(-13rem);
  }

  .md\:-translate-x-56 {
    transform: translateX(-14rem);
  }

  .md\:-translate-x-60 {
    transform: translateX(-15rem);
  }

  .md\:-translate-x-64 {
    transform: translateX(-16rem);
  }

  .md\:-translate-x-72 {
    transform: translateX(-18rem);
  }

  .md\:-translate-x-80 {
    transform: translateX(-20rem);
  }

  .md\:-translate-x-96 {
    transform: translateX(-24rem);
  }

  .md\:-translate-x-128 {
    transform: translateX(-32rem);
  }

  .md\:-translate-x-144 {
    transform: translateX(-36rem);
  }

  .md\:-translate-x-160 {
    transform: translateX(-40rem);
  }

  .md\:-translate-x-192 {
    transform: translateX(-48rem);
  }

  .md\:-translate-x-px {
    transform: translateX(-1px);
  }

  .md\:-translate-x-0\.5 {
    transform: translateX(-0.125rem);
  }

  .md\:-translate-x-1\.5 {
    transform: translateX(-0.375rem);
  }

  .md\:-translate-x-2\.5 {
    transform: translateX(-0.625rem);
  }

  .md\:-translate-x-3\.5 {
    transform: translateX(-0.875rem);
  }

  .md\:-translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .md\:-translate-x-1\/3 {
    transform: translateX(-33.33333%);
  }

  .md\:-translate-x-2\/3 {
    transform: translateX(-66.66667%);
  }

  .md\:-translate-x-1\/4 {
    transform: translateX(-25%);
  }

  .md\:-translate-x-2\/4 {
    transform: translateX(-50%);
  }

  .md\:-translate-x-3\/4 {
    transform: translateX(-75%);
  }

  .md\:-translate-x-1\/5 {
    transform: translateX(-20%);
  }

  .md\:-translate-x-2\/5 {
    transform: translateX(-40%);
  }

  .md\:-translate-x-3\/5 {
    transform: translateX(-60%);
  }

  .md\:-translate-x-4\/5 {
    transform: translateX(-80%);
  }

  .md\:-translate-x-1\/6 {
    transform: translateX(-16.66667%);
  }

  .md\:-translate-x-2\/6 {
    transform: translateX(-33.33333%);
  }

  .md\:-translate-x-3\/6 {
    transform: translateX(-50%);
  }

  .md\:-translate-x-4\/6 {
    transform: translateX(-66.66667%);
  }

  .md\:-translate-x-5\/6 {
    transform: translateX(-83.33333%);
  }

  .md\:-translate-x-1\/12 {
    transform: translateX(-8.33333%);
  }

  .md\:-translate-x-2\/12 {
    transform: translateX(-16.66667%);
  }

  .md\:-translate-x-3\/12 {
    transform: translateX(-25%);
  }

  .md\:-translate-x-4\/12 {
    transform: translateX(-33.33333%);
  }

  .md\:-translate-x-5\/12 {
    transform: translateX(-41.66667%);
  }

  .md\:-translate-x-6\/12 {
    transform: translateX(-50%);
  }

  .md\:-translate-x-7\/12 {
    transform: translateX(-58.33333%);
  }

  .md\:-translate-x-8\/12 {
    transform: translateX(-66.66667%);
  }

  .md\:-translate-x-9\/12 {
    transform: translateX(-75%);
  }

  .md\:-translate-x-10\/12 {
    transform: translateX(-83.33333%);
  }

  .md\:-translate-x-11\/12 {
    transform: translateX(-91.66667%);
  }

  .md\:-translate-x-full {
    transform: translateX(-100%);
  }

  .md\:translate-y-0 {
    transform: translateY(0);
  }

  .md\:translate-y-1 {
    transform: translateY(0.25rem);
  }

  .md\:translate-y-2 {
    transform: translateY(0.5rem);
  }

  .md\:translate-y-3 {
    transform: translateY(0.75rem);
  }

  .md\:translate-y-4 {
    transform: translateY(1rem);
  }

  .md\:translate-y-5 {
    transform: translateY(1.25rem);
  }

  .md\:translate-y-6 {
    transform: translateY(1.5rem);
  }

  .md\:translate-y-7 {
    transform: translateY(1.75rem);
  }

  .md\:translate-y-8 {
    transform: translateY(2rem);
  }

  .md\:translate-y-9 {
    transform: translateY(2.25rem);
  }

  .md\:translate-y-10 {
    transform: translateY(2.5rem);
  }

  .md\:translate-y-11 {
    transform: translateY(2.75rem);
  }

  .md\:translate-y-12 {
    transform: translateY(3rem);
  }

  .md\:translate-y-13 {
    transform: translateY(3.25rem);
  }

  .md\:translate-y-14 {
    transform: translateY(3.5rem);
  }

  .md\:translate-y-15 {
    transform: translateY(3.75rem);
  }

  .md\:translate-y-16 {
    transform: translateY(4rem);
  }

  .md\:translate-y-20 {
    transform: translateY(5rem);
  }

  .md\:translate-y-24 {
    transform: translateY(6rem);
  }

  .md\:translate-y-28 {
    transform: translateY(7rem);
  }

  .md\:translate-y-32 {
    transform: translateY(8rem);
  }

  .md\:translate-y-36 {
    transform: translateY(9rem);
  }

  .md\:translate-y-40 {
    transform: translateY(10rem);
  }

  .md\:translate-y-44 {
    transform: translateY(11rem);
  }

  .md\:translate-y-48 {
    transform: translateY(12rem);
  }

  .md\:translate-y-52 {
    transform: translateY(13rem);
  }

  .md\:translate-y-56 {
    transform: translateY(14rem);
  }

  .md\:translate-y-60 {
    transform: translateY(15rem);
  }

  .md\:translate-y-64 {
    transform: translateY(16rem);
  }

  .md\:translate-y-72 {
    transform: translateY(18rem);
  }

  .md\:translate-y-80 {
    transform: translateY(20rem);
  }

  .md\:translate-y-96 {
    transform: translateY(24rem);
  }

  .md\:translate-y-128 {
    transform: translateY(32rem);
  }

  .md\:translate-y-144 {
    transform: translateY(36rem);
  }

  .md\:translate-y-160 {
    transform: translateY(40rem);
  }

  .md\:translate-y-192 {
    transform: translateY(48rem);
  }

  .md\:translate-y-px {
    transform: translateY(1px);
  }

  .md\:translate-y-0\.5 {
    transform: translateY(0.125rem);
  }

  .md\:translate-y-1\.5 {
    transform: translateY(0.375rem);
  }

  .md\:translate-y-2\.5 {
    transform: translateY(0.625rem);
  }

  .md\:translate-y-3\.5 {
    transform: translateY(0.875rem);
  }

  .md\:translate-y-1\/2 {
    transform: translateY(50%);
  }

  .md\:translate-y-1\/3 {
    transform: translateY(33.333333%);
  }

  .md\:translate-y-2\/3 {
    transform: translateY(66.666667%);
  }

  .md\:translate-y-1\/4 {
    transform: translateY(25%);
  }

  .md\:translate-y-2\/4 {
    transform: translateY(50%);
  }

  .md\:translate-y-3\/4 {
    transform: translateY(75%);
  }

  .md\:translate-y-1\/5 {
    transform: translateY(20%);
  }

  .md\:translate-y-2\/5 {
    transform: translateY(40%);
  }

  .md\:translate-y-3\/5 {
    transform: translateY(60%);
  }

  .md\:translate-y-4\/5 {
    transform: translateY(80%);
  }

  .md\:translate-y-1\/6 {
    transform: translateY(16.666667%);
  }

  .md\:translate-y-2\/6 {
    transform: translateY(33.333333%);
  }

  .md\:translate-y-3\/6 {
    transform: translateY(50%);
  }

  .md\:translate-y-4\/6 {
    transform: translateY(66.666667%);
  }

  .md\:translate-y-5\/6 {
    transform: translateY(83.333333%);
  }

  .md\:translate-y-1\/12 {
    transform: translateY(8.333333%);
  }

  .md\:translate-y-2\/12 {
    transform: translateY(16.666667%);
  }

  .md\:translate-y-3\/12 {
    transform: translateY(25%);
  }

  .md\:translate-y-4\/12 {
    transform: translateY(33.333333%);
  }

  .md\:translate-y-5\/12 {
    transform: translateY(41.666667%);
  }

  .md\:translate-y-6\/12 {
    transform: translateY(50%);
  }

  .md\:translate-y-7\/12 {
    transform: translateY(58.333333%);
  }

  .md\:translate-y-8\/12 {
    transform: translateY(66.666667%);
  }

  .md\:translate-y-9\/12 {
    transform: translateY(75%);
  }

  .md\:translate-y-10\/12 {
    transform: translateY(83.333333%);
  }

  .md\:translate-y-11\/12 {
    transform: translateY(91.666667%);
  }

  .md\:translate-y-full {
    transform: translateY(100%);
  }

  .md\:-translate-y-1 {
    transform: translateY(-0.25rem);
  }

  .md\:-translate-y-2 {
    transform: translateY(-0.5rem);
  }

  .md\:-translate-y-3 {
    transform: translateY(-0.75rem);
  }

  .md\:-translate-y-4 {
    transform: translateY(-1rem);
  }

  .md\:-translate-y-5 {
    transform: translateY(-1.25rem);
  }

  .md\:-translate-y-6 {
    transform: translateY(-1.5rem);
  }

  .md\:-translate-y-7 {
    transform: translateY(-1.75rem);
  }

  .md\:-translate-y-8 {
    transform: translateY(-2rem);
  }

  .md\:-translate-y-9 {
    transform: translateY(-2.25rem);
  }

  .md\:-translate-y-10 {
    transform: translateY(-2.5rem);
  }

  .md\:-translate-y-11 {
    transform: translateY(-2.75rem);
  }

  .md\:-translate-y-12 {
    transform: translateY(-3rem);
  }

  .md\:-translate-y-13 {
    transform: translateY(-3.25rem);
  }

  .md\:-translate-y-14 {
    transform: translateY(-3.5rem);
  }

  .md\:-translate-y-15 {
    transform: translateY(-3.75rem);
  }

  .md\:-translate-y-16 {
    transform: translateY(-4rem);
  }

  .md\:-translate-y-20 {
    transform: translateY(-5rem);
  }

  .md\:-translate-y-24 {
    transform: translateY(-6rem);
  }

  .md\:-translate-y-28 {
    transform: translateY(-7rem);
  }

  .md\:-translate-y-32 {
    transform: translateY(-8rem);
  }

  .md\:-translate-y-36 {
    transform: translateY(-9rem);
  }

  .md\:-translate-y-40 {
    transform: translateY(-10rem);
  }

  .md\:-translate-y-44 {
    transform: translateY(-11rem);
  }

  .md\:-translate-y-48 {
    transform: translateY(-12rem);
  }

  .md\:-translate-y-52 {
    transform: translateY(-13rem);
  }

  .md\:-translate-y-56 {
    transform: translateY(-14rem);
  }

  .md\:-translate-y-60 {
    transform: translateY(-15rem);
  }

  .md\:-translate-y-64 {
    transform: translateY(-16rem);
  }

  .md\:-translate-y-72 {
    transform: translateY(-18rem);
  }

  .md\:-translate-y-80 {
    transform: translateY(-20rem);
  }

  .md\:-translate-y-96 {
    transform: translateY(-24rem);
  }

  .md\:-translate-y-128 {
    transform: translateY(-32rem);
  }

  .md\:-translate-y-144 {
    transform: translateY(-36rem);
  }

  .md\:-translate-y-160 {
    transform: translateY(-40rem);
  }

  .md\:-translate-y-192 {
    transform: translateY(-48rem);
  }

  .md\:-translate-y-px {
    transform: translateY(-1px);
  }

  .md\:-translate-y-0\.5 {
    transform: translateY(-0.125rem);
  }

  .md\:-translate-y-1\.5 {
    transform: translateY(-0.375rem);
  }

  .md\:-translate-y-2\.5 {
    transform: translateY(-0.625rem);
  }

  .md\:-translate-y-3\.5 {
    transform: translateY(-0.875rem);
  }

  .md\:-translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .md\:-translate-y-1\/3 {
    transform: translateY(-33.33333%);
  }

  .md\:-translate-y-2\/3 {
    transform: translateY(-66.66667%);
  }

  .md\:-translate-y-1\/4 {
    transform: translateY(-25%);
  }

  .md\:-translate-y-2\/4 {
    transform: translateY(-50%);
  }

  .md\:-translate-y-3\/4 {
    transform: translateY(-75%);
  }

  .md\:-translate-y-1\/5 {
    transform: translateY(-20%);
  }

  .md\:-translate-y-2\/5 {
    transform: translateY(-40%);
  }

  .md\:-translate-y-3\/5 {
    transform: translateY(-60%);
  }

  .md\:-translate-y-4\/5 {
    transform: translateY(-80%);
  }

  .md\:-translate-y-1\/6 {
    transform: translateY(-16.66667%);
  }

  .md\:-translate-y-2\/6 {
    transform: translateY(-33.33333%);
  }

  .md\:-translate-y-3\/6 {
    transform: translateY(-50%);
  }

  .md\:-translate-y-4\/6 {
    transform: translateY(-66.66667%);
  }

  .md\:-translate-y-5\/6 {
    transform: translateY(-83.33333%);
  }

  .md\:-translate-y-1\/12 {
    transform: translateY(-8.33333%);
  }

  .md\:-translate-y-2\/12 {
    transform: translateY(-16.66667%);
  }

  .md\:-translate-y-3\/12 {
    transform: translateY(-25%);
  }

  .md\:-translate-y-4\/12 {
    transform: translateY(-33.33333%);
  }

  .md\:-translate-y-5\/12 {
    transform: translateY(-41.66667%);
  }

  .md\:-translate-y-6\/12 {
    transform: translateY(-50%);
  }

  .md\:-translate-y-7\/12 {
    transform: translateY(-58.33333%);
  }

  .md\:-translate-y-8\/12 {
    transform: translateY(-66.66667%);
  }

  .md\:-translate-y-9\/12 {
    transform: translateY(-75%);
  }

  .md\:-translate-y-10\/12 {
    transform: translateY(-83.33333%);
  }

  .md\:-translate-y-11\/12 {
    transform: translateY(-91.66667%);
  }

  .md\:-translate-y-full {
    transform: translateY(-100%);
  }

  .md\:hover\:translate-x-0:hover {
    transform: translateX(0);
  }

  .md\:hover\:translate-x-1:hover {
    transform: translateX(0.25rem);
  }

  .md\:hover\:translate-x-2:hover {
    transform: translateX(0.5rem);
  }

  .md\:hover\:translate-x-3:hover {
    transform: translateX(0.75rem);
  }

  .md\:hover\:translate-x-4:hover {
    transform: translateX(1rem);
  }

  .md\:hover\:translate-x-5:hover {
    transform: translateX(1.25rem);
  }

  .md\:hover\:translate-x-6:hover {
    transform: translateX(1.5rem);
  }

  .md\:hover\:translate-x-7:hover {
    transform: translateX(1.75rem);
  }

  .md\:hover\:translate-x-8:hover {
    transform: translateX(2rem);
  }

  .md\:hover\:translate-x-9:hover {
    transform: translateX(2.25rem);
  }

  .md\:hover\:translate-x-10:hover {
    transform: translateX(2.5rem);
  }

  .md\:hover\:translate-x-11:hover {
    transform: translateX(2.75rem);
  }

  .md\:hover\:translate-x-12:hover {
    transform: translateX(3rem);
  }

  .md\:hover\:translate-x-13:hover {
    transform: translateX(3.25rem);
  }

  .md\:hover\:translate-x-14:hover {
    transform: translateX(3.5rem);
  }

  .md\:hover\:translate-x-15:hover {
    transform: translateX(3.75rem);
  }

  .md\:hover\:translate-x-16:hover {
    transform: translateX(4rem);
  }

  .md\:hover\:translate-x-20:hover {
    transform: translateX(5rem);
  }

  .md\:hover\:translate-x-24:hover {
    transform: translateX(6rem);
  }

  .md\:hover\:translate-x-28:hover {
    transform: translateX(7rem);
  }

  .md\:hover\:translate-x-32:hover {
    transform: translateX(8rem);
  }

  .md\:hover\:translate-x-36:hover {
    transform: translateX(9rem);
  }

  .md\:hover\:translate-x-40:hover {
    transform: translateX(10rem);
  }

  .md\:hover\:translate-x-44:hover {
    transform: translateX(11rem);
  }

  .md\:hover\:translate-x-48:hover {
    transform: translateX(12rem);
  }

  .md\:hover\:translate-x-52:hover {
    transform: translateX(13rem);
  }

  .md\:hover\:translate-x-56:hover {
    transform: translateX(14rem);
  }

  .md\:hover\:translate-x-60:hover {
    transform: translateX(15rem);
  }

  .md\:hover\:translate-x-64:hover {
    transform: translateX(16rem);
  }

  .md\:hover\:translate-x-72:hover {
    transform: translateX(18rem);
  }

  .md\:hover\:translate-x-80:hover {
    transform: translateX(20rem);
  }

  .md\:hover\:translate-x-96:hover {
    transform: translateX(24rem);
  }

  .md\:hover\:translate-x-128:hover {
    transform: translateX(32rem);
  }

  .md\:hover\:translate-x-144:hover {
    transform: translateX(36rem);
  }

  .md\:hover\:translate-x-160:hover {
    transform: translateX(40rem);
  }

  .md\:hover\:translate-x-192:hover {
    transform: translateX(48rem);
  }

  .md\:hover\:translate-x-px:hover {
    transform: translateX(1px);
  }

  .md\:hover\:translate-x-0\.5:hover {
    transform: translateX(0.125rem);
  }

  .md\:hover\:translate-x-1\.5:hover {
    transform: translateX(0.375rem);
  }

  .md\:hover\:translate-x-2\.5:hover {
    transform: translateX(0.625rem);
  }

  .md\:hover\:translate-x-3\.5:hover {
    transform: translateX(0.875rem);
  }

  .md\:hover\:translate-x-1\/2:hover {
    transform: translateX(50%);
  }

  .md\:hover\:translate-x-1\/3:hover {
    transform: translateX(33.333333%);
  }

  .md\:hover\:translate-x-2\/3:hover {
    transform: translateX(66.666667%);
  }

  .md\:hover\:translate-x-1\/4:hover {
    transform: translateX(25%);
  }

  .md\:hover\:translate-x-2\/4:hover {
    transform: translateX(50%);
  }

  .md\:hover\:translate-x-3\/4:hover {
    transform: translateX(75%);
  }

  .md\:hover\:translate-x-1\/5:hover {
    transform: translateX(20%);
  }

  .md\:hover\:translate-x-2\/5:hover {
    transform: translateX(40%);
  }

  .md\:hover\:translate-x-3\/5:hover {
    transform: translateX(60%);
  }

  .md\:hover\:translate-x-4\/5:hover {
    transform: translateX(80%);
  }

  .md\:hover\:translate-x-1\/6:hover {
    transform: translateX(16.666667%);
  }

  .md\:hover\:translate-x-2\/6:hover {
    transform: translateX(33.333333%);
  }

  .md\:hover\:translate-x-3\/6:hover {
    transform: translateX(50%);
  }

  .md\:hover\:translate-x-4\/6:hover {
    transform: translateX(66.666667%);
  }

  .md\:hover\:translate-x-5\/6:hover {
    transform: translateX(83.333333%);
  }

  .md\:hover\:translate-x-1\/12:hover {
    transform: translateX(8.333333%);
  }

  .md\:hover\:translate-x-2\/12:hover {
    transform: translateX(16.666667%);
  }

  .md\:hover\:translate-x-3\/12:hover {
    transform: translateX(25%);
  }

  .md\:hover\:translate-x-4\/12:hover {
    transform: translateX(33.333333%);
  }

  .md\:hover\:translate-x-5\/12:hover {
    transform: translateX(41.666667%);
  }

  .md\:hover\:translate-x-6\/12:hover {
    transform: translateX(50%);
  }

  .md\:hover\:translate-x-7\/12:hover {
    transform: translateX(58.333333%);
  }

  .md\:hover\:translate-x-8\/12:hover {
    transform: translateX(66.666667%);
  }

  .md\:hover\:translate-x-9\/12:hover {
    transform: translateX(75%);
  }

  .md\:hover\:translate-x-10\/12:hover {
    transform: translateX(83.333333%);
  }

  .md\:hover\:translate-x-11\/12:hover {
    transform: translateX(91.666667%);
  }

  .md\:hover\:translate-x-full:hover {
    transform: translateX(100%);
  }

  .md\:hover\:-translate-x-1:hover {
    transform: translateX(-0.25rem);
  }

  .md\:hover\:-translate-x-2:hover {
    transform: translateX(-0.5rem);
  }

  .md\:hover\:-translate-x-3:hover {
    transform: translateX(-0.75rem);
  }

  .md\:hover\:-translate-x-4:hover {
    transform: translateX(-1rem);
  }

  .md\:hover\:-translate-x-5:hover {
    transform: translateX(-1.25rem);
  }

  .md\:hover\:-translate-x-6:hover {
    transform: translateX(-1.5rem);
  }

  .md\:hover\:-translate-x-7:hover {
    transform: translateX(-1.75rem);
  }

  .md\:hover\:-translate-x-8:hover {
    transform: translateX(-2rem);
  }

  .md\:hover\:-translate-x-9:hover {
    transform: translateX(-2.25rem);
  }

  .md\:hover\:-translate-x-10:hover {
    transform: translateX(-2.5rem);
  }

  .md\:hover\:-translate-x-11:hover {
    transform: translateX(-2.75rem);
  }

  .md\:hover\:-translate-x-12:hover {
    transform: translateX(-3rem);
  }

  .md\:hover\:-translate-x-13:hover {
    transform: translateX(-3.25rem);
  }

  .md\:hover\:-translate-x-14:hover {
    transform: translateX(-3.5rem);
  }

  .md\:hover\:-translate-x-15:hover {
    transform: translateX(-3.75rem);
  }

  .md\:hover\:-translate-x-16:hover {
    transform: translateX(-4rem);
  }

  .md\:hover\:-translate-x-20:hover {
    transform: translateX(-5rem);
  }

  .md\:hover\:-translate-x-24:hover {
    transform: translateX(-6rem);
  }

  .md\:hover\:-translate-x-28:hover {
    transform: translateX(-7rem);
  }

  .md\:hover\:-translate-x-32:hover {
    transform: translateX(-8rem);
  }

  .md\:hover\:-translate-x-36:hover {
    transform: translateX(-9rem);
  }

  .md\:hover\:-translate-x-40:hover {
    transform: translateX(-10rem);
  }

  .md\:hover\:-translate-x-44:hover {
    transform: translateX(-11rem);
  }

  .md\:hover\:-translate-x-48:hover {
    transform: translateX(-12rem);
  }

  .md\:hover\:-translate-x-52:hover {
    transform: translateX(-13rem);
  }

  .md\:hover\:-translate-x-56:hover {
    transform: translateX(-14rem);
  }

  .md\:hover\:-translate-x-60:hover {
    transform: translateX(-15rem);
  }

  .md\:hover\:-translate-x-64:hover {
    transform: translateX(-16rem);
  }

  .md\:hover\:-translate-x-72:hover {
    transform: translateX(-18rem);
  }

  .md\:hover\:-translate-x-80:hover {
    transform: translateX(-20rem);
  }

  .md\:hover\:-translate-x-96:hover {
    transform: translateX(-24rem);
  }

  .md\:hover\:-translate-x-128:hover {
    transform: translateX(-32rem);
  }

  .md\:hover\:-translate-x-144:hover {
    transform: translateX(-36rem);
  }

  .md\:hover\:-translate-x-160:hover {
    transform: translateX(-40rem);
  }

  .md\:hover\:-translate-x-192:hover {
    transform: translateX(-48rem);
  }

  .md\:hover\:-translate-x-px:hover {
    transform: translateX(-1px);
  }

  .md\:hover\:-translate-x-0\.5:hover {
    transform: translateX(-0.125rem);
  }

  .md\:hover\:-translate-x-1\.5:hover {
    transform: translateX(-0.375rem);
  }

  .md\:hover\:-translate-x-2\.5:hover {
    transform: translateX(-0.625rem);
  }

  .md\:hover\:-translate-x-3\.5:hover {
    transform: translateX(-0.875rem);
  }

  .md\:hover\:-translate-x-1\/2:hover {
    transform: translateX(-50%);
  }

  .md\:hover\:-translate-x-1\/3:hover {
    transform: translateX(-33.33333%);
  }

  .md\:hover\:-translate-x-2\/3:hover {
    transform: translateX(-66.66667%);
  }

  .md\:hover\:-translate-x-1\/4:hover {
    transform: translateX(-25%);
  }

  .md\:hover\:-translate-x-2\/4:hover {
    transform: translateX(-50%);
  }

  .md\:hover\:-translate-x-3\/4:hover {
    transform: translateX(-75%);
  }

  .md\:hover\:-translate-x-1\/5:hover {
    transform: translateX(-20%);
  }

  .md\:hover\:-translate-x-2\/5:hover {
    transform: translateX(-40%);
  }

  .md\:hover\:-translate-x-3\/5:hover {
    transform: translateX(-60%);
  }

  .md\:hover\:-translate-x-4\/5:hover {
    transform: translateX(-80%);
  }

  .md\:hover\:-translate-x-1\/6:hover {
    transform: translateX(-16.66667%);
  }

  .md\:hover\:-translate-x-2\/6:hover {
    transform: translateX(-33.33333%);
  }

  .md\:hover\:-translate-x-3\/6:hover {
    transform: translateX(-50%);
  }

  .md\:hover\:-translate-x-4\/6:hover {
    transform: translateX(-66.66667%);
  }

  .md\:hover\:-translate-x-5\/6:hover {
    transform: translateX(-83.33333%);
  }

  .md\:hover\:-translate-x-1\/12:hover {
    transform: translateX(-8.33333%);
  }

  .md\:hover\:-translate-x-2\/12:hover {
    transform: translateX(-16.66667%);
  }

  .md\:hover\:-translate-x-3\/12:hover {
    transform: translateX(-25%);
  }

  .md\:hover\:-translate-x-4\/12:hover {
    transform: translateX(-33.33333%);
  }

  .md\:hover\:-translate-x-5\/12:hover {
    transform: translateX(-41.66667%);
  }

  .md\:hover\:-translate-x-6\/12:hover {
    transform: translateX(-50%);
  }

  .md\:hover\:-translate-x-7\/12:hover {
    transform: translateX(-58.33333%);
  }

  .md\:hover\:-translate-x-8\/12:hover {
    transform: translateX(-66.66667%);
  }

  .md\:hover\:-translate-x-9\/12:hover {
    transform: translateX(-75%);
  }

  .md\:hover\:-translate-x-10\/12:hover {
    transform: translateX(-83.33333%);
  }

  .md\:hover\:-translate-x-11\/12:hover {
    transform: translateX(-91.66667%);
  }

  .md\:hover\:-translate-x-full:hover {
    transform: translateX(-100%);
  }

  .md\:hover\:translate-y-0:hover {
    transform: translateY(0);
  }

  .md\:hover\:translate-y-1:hover {
    transform: translateY(0.25rem);
  }

  .md\:hover\:translate-y-2:hover {
    transform: translateY(0.5rem);
  }

  .md\:hover\:translate-y-3:hover {
    transform: translateY(0.75rem);
  }

  .md\:hover\:translate-y-4:hover {
    transform: translateY(1rem);
  }

  .md\:hover\:translate-y-5:hover {
    transform: translateY(1.25rem);
  }

  .md\:hover\:translate-y-6:hover {
    transform: translateY(1.5rem);
  }

  .md\:hover\:translate-y-7:hover {
    transform: translateY(1.75rem);
  }

  .md\:hover\:translate-y-8:hover {
    transform: translateY(2rem);
  }

  .md\:hover\:translate-y-9:hover {
    transform: translateY(2.25rem);
  }

  .md\:hover\:translate-y-10:hover {
    transform: translateY(2.5rem);
  }

  .md\:hover\:translate-y-11:hover {
    transform: translateY(2.75rem);
  }

  .md\:hover\:translate-y-12:hover {
    transform: translateY(3rem);
  }

  .md\:hover\:translate-y-13:hover {
    transform: translateY(3.25rem);
  }

  .md\:hover\:translate-y-14:hover {
    transform: translateY(3.5rem);
  }

  .md\:hover\:translate-y-15:hover {
    transform: translateY(3.75rem);
  }

  .md\:hover\:translate-y-16:hover {
    transform: translateY(4rem);
  }

  .md\:hover\:translate-y-20:hover {
    transform: translateY(5rem);
  }

  .md\:hover\:translate-y-24:hover {
    transform: translateY(6rem);
  }

  .md\:hover\:translate-y-28:hover {
    transform: translateY(7rem);
  }

  .md\:hover\:translate-y-32:hover {
    transform: translateY(8rem);
  }

  .md\:hover\:translate-y-36:hover {
    transform: translateY(9rem);
  }

  .md\:hover\:translate-y-40:hover {
    transform: translateY(10rem);
  }

  .md\:hover\:translate-y-44:hover {
    transform: translateY(11rem);
  }

  .md\:hover\:translate-y-48:hover {
    transform: translateY(12rem);
  }

  .md\:hover\:translate-y-52:hover {
    transform: translateY(13rem);
  }

  .md\:hover\:translate-y-56:hover {
    transform: translateY(14rem);
  }

  .md\:hover\:translate-y-60:hover {
    transform: translateY(15rem);
  }

  .md\:hover\:translate-y-64:hover {
    transform: translateY(16rem);
  }

  .md\:hover\:translate-y-72:hover {
    transform: translateY(18rem);
  }

  .md\:hover\:translate-y-80:hover {
    transform: translateY(20rem);
  }

  .md\:hover\:translate-y-96:hover {
    transform: translateY(24rem);
  }

  .md\:hover\:translate-y-128:hover {
    transform: translateY(32rem);
  }

  .md\:hover\:translate-y-144:hover {
    transform: translateY(36rem);
  }

  .md\:hover\:translate-y-160:hover {
    transform: translateY(40rem);
  }

  .md\:hover\:translate-y-192:hover {
    transform: translateY(48rem);
  }

  .md\:hover\:translate-y-px:hover {
    transform: translateY(1px);
  }

  .md\:hover\:translate-y-0\.5:hover {
    transform: translateY(0.125rem);
  }

  .md\:hover\:translate-y-1\.5:hover {
    transform: translateY(0.375rem);
  }

  .md\:hover\:translate-y-2\.5:hover {
    transform: translateY(0.625rem);
  }

  .md\:hover\:translate-y-3\.5:hover {
    transform: translateY(0.875rem);
  }

  .md\:hover\:translate-y-1\/2:hover {
    transform: translateY(50%);
  }

  .md\:hover\:translate-y-1\/3:hover {
    transform: translateY(33.333333%);
  }

  .md\:hover\:translate-y-2\/3:hover {
    transform: translateY(66.666667%);
  }

  .md\:hover\:translate-y-1\/4:hover {
    transform: translateY(25%);
  }

  .md\:hover\:translate-y-2\/4:hover {
    transform: translateY(50%);
  }

  .md\:hover\:translate-y-3\/4:hover {
    transform: translateY(75%);
  }

  .md\:hover\:translate-y-1\/5:hover {
    transform: translateY(20%);
  }

  .md\:hover\:translate-y-2\/5:hover {
    transform: translateY(40%);
  }

  .md\:hover\:translate-y-3\/5:hover {
    transform: translateY(60%);
  }

  .md\:hover\:translate-y-4\/5:hover {
    transform: translateY(80%);
  }

  .md\:hover\:translate-y-1\/6:hover {
    transform: translateY(16.666667%);
  }

  .md\:hover\:translate-y-2\/6:hover {
    transform: translateY(33.333333%);
  }

  .md\:hover\:translate-y-3\/6:hover {
    transform: translateY(50%);
  }

  .md\:hover\:translate-y-4\/6:hover {
    transform: translateY(66.666667%);
  }

  .md\:hover\:translate-y-5\/6:hover {
    transform: translateY(83.333333%);
  }

  .md\:hover\:translate-y-1\/12:hover {
    transform: translateY(8.333333%);
  }

  .md\:hover\:translate-y-2\/12:hover {
    transform: translateY(16.666667%);
  }

  .md\:hover\:translate-y-3\/12:hover {
    transform: translateY(25%);
  }

  .md\:hover\:translate-y-4\/12:hover {
    transform: translateY(33.333333%);
  }

  .md\:hover\:translate-y-5\/12:hover {
    transform: translateY(41.666667%);
  }

  .md\:hover\:translate-y-6\/12:hover {
    transform: translateY(50%);
  }

  .md\:hover\:translate-y-7\/12:hover {
    transform: translateY(58.333333%);
  }

  .md\:hover\:translate-y-8\/12:hover {
    transform: translateY(66.666667%);
  }

  .md\:hover\:translate-y-9\/12:hover {
    transform: translateY(75%);
  }

  .md\:hover\:translate-y-10\/12:hover {
    transform: translateY(83.333333%);
  }

  .md\:hover\:translate-y-11\/12:hover {
    transform: translateY(91.666667%);
  }

  .md\:hover\:translate-y-full:hover {
    transform: translateY(100%);
  }

  .md\:hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
  }

  .md\:hover\:-translate-y-2:hover {
    transform: translateY(-0.5rem);
  }

  .md\:hover\:-translate-y-3:hover {
    transform: translateY(-0.75rem);
  }

  .md\:hover\:-translate-y-4:hover {
    transform: translateY(-1rem);
  }

  .md\:hover\:-translate-y-5:hover {
    transform: translateY(-1.25rem);
  }

  .md\:hover\:-translate-y-6:hover {
    transform: translateY(-1.5rem);
  }

  .md\:hover\:-translate-y-7:hover {
    transform: translateY(-1.75rem);
  }

  .md\:hover\:-translate-y-8:hover {
    transform: translateY(-2rem);
  }

  .md\:hover\:-translate-y-9:hover {
    transform: translateY(-2.25rem);
  }

  .md\:hover\:-translate-y-10:hover {
    transform: translateY(-2.5rem);
  }

  .md\:hover\:-translate-y-11:hover {
    transform: translateY(-2.75rem);
  }

  .md\:hover\:-translate-y-12:hover {
    transform: translateY(-3rem);
  }

  .md\:hover\:-translate-y-13:hover {
    transform: translateY(-3.25rem);
  }

  .md\:hover\:-translate-y-14:hover {
    transform: translateY(-3.5rem);
  }

  .md\:hover\:-translate-y-15:hover {
    transform: translateY(-3.75rem);
  }

  .md\:hover\:-translate-y-16:hover {
    transform: translateY(-4rem);
  }

  .md\:hover\:-translate-y-20:hover {
    transform: translateY(-5rem);
  }

  .md\:hover\:-translate-y-24:hover {
    transform: translateY(-6rem);
  }

  .md\:hover\:-translate-y-28:hover {
    transform: translateY(-7rem);
  }

  .md\:hover\:-translate-y-32:hover {
    transform: translateY(-8rem);
  }

  .md\:hover\:-translate-y-36:hover {
    transform: translateY(-9rem);
  }

  .md\:hover\:-translate-y-40:hover {
    transform: translateY(-10rem);
  }

  .md\:hover\:-translate-y-44:hover {
    transform: translateY(-11rem);
  }

  .md\:hover\:-translate-y-48:hover {
    transform: translateY(-12rem);
  }

  .md\:hover\:-translate-y-52:hover {
    transform: translateY(-13rem);
  }

  .md\:hover\:-translate-y-56:hover {
    transform: translateY(-14rem);
  }

  .md\:hover\:-translate-y-60:hover {
    transform: translateY(-15rem);
  }

  .md\:hover\:-translate-y-64:hover {
    transform: translateY(-16rem);
  }

  .md\:hover\:-translate-y-72:hover {
    transform: translateY(-18rem);
  }

  .md\:hover\:-translate-y-80:hover {
    transform: translateY(-20rem);
  }

  .md\:hover\:-translate-y-96:hover {
    transform: translateY(-24rem);
  }

  .md\:hover\:-translate-y-128:hover {
    transform: translateY(-32rem);
  }

  .md\:hover\:-translate-y-144:hover {
    transform: translateY(-36rem);
  }

  .md\:hover\:-translate-y-160:hover {
    transform: translateY(-40rem);
  }

  .md\:hover\:-translate-y-192:hover {
    transform: translateY(-48rem);
  }

  .md\:hover\:-translate-y-px:hover {
    transform: translateY(-1px);
  }

  .md\:hover\:-translate-y-0\.5:hover {
    transform: translateY(-0.125rem);
  }

  .md\:hover\:-translate-y-1\.5:hover {
    transform: translateY(-0.375rem);
  }

  .md\:hover\:-translate-y-2\.5:hover {
    transform: translateY(-0.625rem);
  }

  .md\:hover\:-translate-y-3\.5:hover {
    transform: translateY(-0.875rem);
  }

  .md\:hover\:-translate-y-1\/2:hover {
    transform: translateY(-50%);
  }

  .md\:hover\:-translate-y-1\/3:hover {
    transform: translateY(-33.33333%);
  }

  .md\:hover\:-translate-y-2\/3:hover {
    transform: translateY(-66.66667%);
  }

  .md\:hover\:-translate-y-1\/4:hover {
    transform: translateY(-25%);
  }

  .md\:hover\:-translate-y-2\/4:hover {
    transform: translateY(-50%);
  }

  .md\:hover\:-translate-y-3\/4:hover {
    transform: translateY(-75%);
  }

  .md\:hover\:-translate-y-1\/5:hover {
    transform: translateY(-20%);
  }

  .md\:hover\:-translate-y-2\/5:hover {
    transform: translateY(-40%);
  }

  .md\:hover\:-translate-y-3\/5:hover {
    transform: translateY(-60%);
  }

  .md\:hover\:-translate-y-4\/5:hover {
    transform: translateY(-80%);
  }

  .md\:hover\:-translate-y-1\/6:hover {
    transform: translateY(-16.66667%);
  }

  .md\:hover\:-translate-y-2\/6:hover {
    transform: translateY(-33.33333%);
  }

  .md\:hover\:-translate-y-3\/6:hover {
    transform: translateY(-50%);
  }

  .md\:hover\:-translate-y-4\/6:hover {
    transform: translateY(-66.66667%);
  }

  .md\:hover\:-translate-y-5\/6:hover {
    transform: translateY(-83.33333%);
  }

  .md\:hover\:-translate-y-1\/12:hover {
    transform: translateY(-8.33333%);
  }

  .md\:hover\:-translate-y-2\/12:hover {
    transform: translateY(-16.66667%);
  }

  .md\:hover\:-translate-y-3\/12:hover {
    transform: translateY(-25%);
  }

  .md\:hover\:-translate-y-4\/12:hover {
    transform: translateY(-33.33333%);
  }

  .md\:hover\:-translate-y-5\/12:hover {
    transform: translateY(-41.66667%);
  }

  .md\:hover\:-translate-y-6\/12:hover {
    transform: translateY(-50%);
  }

  .md\:hover\:-translate-y-7\/12:hover {
    transform: translateY(-58.33333%);
  }

  .md\:hover\:-translate-y-8\/12:hover {
    transform: translateY(-66.66667%);
  }

  .md\:hover\:-translate-y-9\/12:hover {
    transform: translateY(-75%);
  }

  .md\:hover\:-translate-y-10\/12:hover {
    transform: translateY(-83.33333%);
  }

  .md\:hover\:-translate-y-11\/12:hover {
    transform: translateY(-91.66667%);
  }

  .md\:hover\:-translate-y-full:hover {
    transform: translateY(-100%);
  }

  .md\:focus\:translate-x-0:focus {
    transform: translateX(0);
  }

  .md\:focus\:translate-x-1:focus {
    transform: translateX(0.25rem);
  }

  .md\:focus\:translate-x-2:focus {
    transform: translateX(0.5rem);
  }

  .md\:focus\:translate-x-3:focus {
    transform: translateX(0.75rem);
  }

  .md\:focus\:translate-x-4:focus {
    transform: translateX(1rem);
  }

  .md\:focus\:translate-x-5:focus {
    transform: translateX(1.25rem);
  }

  .md\:focus\:translate-x-6:focus {
    transform: translateX(1.5rem);
  }

  .md\:focus\:translate-x-7:focus {
    transform: translateX(1.75rem);
  }

  .md\:focus\:translate-x-8:focus {
    transform: translateX(2rem);
  }

  .md\:focus\:translate-x-9:focus {
    transform: translateX(2.25rem);
  }

  .md\:focus\:translate-x-10:focus {
    transform: translateX(2.5rem);
  }

  .md\:focus\:translate-x-11:focus {
    transform: translateX(2.75rem);
  }

  .md\:focus\:translate-x-12:focus {
    transform: translateX(3rem);
  }

  .md\:focus\:translate-x-13:focus {
    transform: translateX(3.25rem);
  }

  .md\:focus\:translate-x-14:focus {
    transform: translateX(3.5rem);
  }

  .md\:focus\:translate-x-15:focus {
    transform: translateX(3.75rem);
  }

  .md\:focus\:translate-x-16:focus {
    transform: translateX(4rem);
  }

  .md\:focus\:translate-x-20:focus {
    transform: translateX(5rem);
  }

  .md\:focus\:translate-x-24:focus {
    transform: translateX(6rem);
  }

  .md\:focus\:translate-x-28:focus {
    transform: translateX(7rem);
  }

  .md\:focus\:translate-x-32:focus {
    transform: translateX(8rem);
  }

  .md\:focus\:translate-x-36:focus {
    transform: translateX(9rem);
  }

  .md\:focus\:translate-x-40:focus {
    transform: translateX(10rem);
  }

  .md\:focus\:translate-x-44:focus {
    transform: translateX(11rem);
  }

  .md\:focus\:translate-x-48:focus {
    transform: translateX(12rem);
  }

  .md\:focus\:translate-x-52:focus {
    transform: translateX(13rem);
  }

  .md\:focus\:translate-x-56:focus {
    transform: translateX(14rem);
  }

  .md\:focus\:translate-x-60:focus {
    transform: translateX(15rem);
  }

  .md\:focus\:translate-x-64:focus {
    transform: translateX(16rem);
  }

  .md\:focus\:translate-x-72:focus {
    transform: translateX(18rem);
  }

  .md\:focus\:translate-x-80:focus {
    transform: translateX(20rem);
  }

  .md\:focus\:translate-x-96:focus {
    transform: translateX(24rem);
  }

  .md\:focus\:translate-x-128:focus {
    transform: translateX(32rem);
  }

  .md\:focus\:translate-x-144:focus {
    transform: translateX(36rem);
  }

  .md\:focus\:translate-x-160:focus {
    transform: translateX(40rem);
  }

  .md\:focus\:translate-x-192:focus {
    transform: translateX(48rem);
  }

  .md\:focus\:translate-x-px:focus {
    transform: translateX(1px);
  }

  .md\:focus\:translate-x-0\.5:focus {
    transform: translateX(0.125rem);
  }

  .md\:focus\:translate-x-1\.5:focus {
    transform: translateX(0.375rem);
  }

  .md\:focus\:translate-x-2\.5:focus {
    transform: translateX(0.625rem);
  }

  .md\:focus\:translate-x-3\.5:focus {
    transform: translateX(0.875rem);
  }

  .md\:focus\:translate-x-1\/2:focus {
    transform: translateX(50%);
  }

  .md\:focus\:translate-x-1\/3:focus {
    transform: translateX(33.333333%);
  }

  .md\:focus\:translate-x-2\/3:focus {
    transform: translateX(66.666667%);
  }

  .md\:focus\:translate-x-1\/4:focus {
    transform: translateX(25%);
  }

  .md\:focus\:translate-x-2\/4:focus {
    transform: translateX(50%);
  }

  .md\:focus\:translate-x-3\/4:focus {
    transform: translateX(75%);
  }

  .md\:focus\:translate-x-1\/5:focus {
    transform: translateX(20%);
  }

  .md\:focus\:translate-x-2\/5:focus {
    transform: translateX(40%);
  }

  .md\:focus\:translate-x-3\/5:focus {
    transform: translateX(60%);
  }

  .md\:focus\:translate-x-4\/5:focus {
    transform: translateX(80%);
  }

  .md\:focus\:translate-x-1\/6:focus {
    transform: translateX(16.666667%);
  }

  .md\:focus\:translate-x-2\/6:focus {
    transform: translateX(33.333333%);
  }

  .md\:focus\:translate-x-3\/6:focus {
    transform: translateX(50%);
  }

  .md\:focus\:translate-x-4\/6:focus {
    transform: translateX(66.666667%);
  }

  .md\:focus\:translate-x-5\/6:focus {
    transform: translateX(83.333333%);
  }

  .md\:focus\:translate-x-1\/12:focus {
    transform: translateX(8.333333%);
  }

  .md\:focus\:translate-x-2\/12:focus {
    transform: translateX(16.666667%);
  }

  .md\:focus\:translate-x-3\/12:focus {
    transform: translateX(25%);
  }

  .md\:focus\:translate-x-4\/12:focus {
    transform: translateX(33.333333%);
  }

  .md\:focus\:translate-x-5\/12:focus {
    transform: translateX(41.666667%);
  }

  .md\:focus\:translate-x-6\/12:focus {
    transform: translateX(50%);
  }

  .md\:focus\:translate-x-7\/12:focus {
    transform: translateX(58.333333%);
  }

  .md\:focus\:translate-x-8\/12:focus {
    transform: translateX(66.666667%);
  }

  .md\:focus\:translate-x-9\/12:focus {
    transform: translateX(75%);
  }

  .md\:focus\:translate-x-10\/12:focus {
    transform: translateX(83.333333%);
  }

  .md\:focus\:translate-x-11\/12:focus {
    transform: translateX(91.666667%);
  }

  .md\:focus\:translate-x-full:focus {
    transform: translateX(100%);
  }

  .md\:focus\:-translate-x-1:focus {
    transform: translateX(-0.25rem);
  }

  .md\:focus\:-translate-x-2:focus {
    transform: translateX(-0.5rem);
  }

  .md\:focus\:-translate-x-3:focus {
    transform: translateX(-0.75rem);
  }

  .md\:focus\:-translate-x-4:focus {
    transform: translateX(-1rem);
  }

  .md\:focus\:-translate-x-5:focus {
    transform: translateX(-1.25rem);
  }

  .md\:focus\:-translate-x-6:focus {
    transform: translateX(-1.5rem);
  }

  .md\:focus\:-translate-x-7:focus {
    transform: translateX(-1.75rem);
  }

  .md\:focus\:-translate-x-8:focus {
    transform: translateX(-2rem);
  }

  .md\:focus\:-translate-x-9:focus {
    transform: translateX(-2.25rem);
  }

  .md\:focus\:-translate-x-10:focus {
    transform: translateX(-2.5rem);
  }

  .md\:focus\:-translate-x-11:focus {
    transform: translateX(-2.75rem);
  }

  .md\:focus\:-translate-x-12:focus {
    transform: translateX(-3rem);
  }

  .md\:focus\:-translate-x-13:focus {
    transform: translateX(-3.25rem);
  }

  .md\:focus\:-translate-x-14:focus {
    transform: translateX(-3.5rem);
  }

  .md\:focus\:-translate-x-15:focus {
    transform: translateX(-3.75rem);
  }

  .md\:focus\:-translate-x-16:focus {
    transform: translateX(-4rem);
  }

  .md\:focus\:-translate-x-20:focus {
    transform: translateX(-5rem);
  }

  .md\:focus\:-translate-x-24:focus {
    transform: translateX(-6rem);
  }

  .md\:focus\:-translate-x-28:focus {
    transform: translateX(-7rem);
  }

  .md\:focus\:-translate-x-32:focus {
    transform: translateX(-8rem);
  }

  .md\:focus\:-translate-x-36:focus {
    transform: translateX(-9rem);
  }

  .md\:focus\:-translate-x-40:focus {
    transform: translateX(-10rem);
  }

  .md\:focus\:-translate-x-44:focus {
    transform: translateX(-11rem);
  }

  .md\:focus\:-translate-x-48:focus {
    transform: translateX(-12rem);
  }

  .md\:focus\:-translate-x-52:focus {
    transform: translateX(-13rem);
  }

  .md\:focus\:-translate-x-56:focus {
    transform: translateX(-14rem);
  }

  .md\:focus\:-translate-x-60:focus {
    transform: translateX(-15rem);
  }

  .md\:focus\:-translate-x-64:focus {
    transform: translateX(-16rem);
  }

  .md\:focus\:-translate-x-72:focus {
    transform: translateX(-18rem);
  }

  .md\:focus\:-translate-x-80:focus {
    transform: translateX(-20rem);
  }

  .md\:focus\:-translate-x-96:focus {
    transform: translateX(-24rem);
  }

  .md\:focus\:-translate-x-128:focus {
    transform: translateX(-32rem);
  }

  .md\:focus\:-translate-x-144:focus {
    transform: translateX(-36rem);
  }

  .md\:focus\:-translate-x-160:focus {
    transform: translateX(-40rem);
  }

  .md\:focus\:-translate-x-192:focus {
    transform: translateX(-48rem);
  }

  .md\:focus\:-translate-x-px:focus {
    transform: translateX(-1px);
  }

  .md\:focus\:-translate-x-0\.5:focus {
    transform: translateX(-0.125rem);
  }

  .md\:focus\:-translate-x-1\.5:focus {
    transform: translateX(-0.375rem);
  }

  .md\:focus\:-translate-x-2\.5:focus {
    transform: translateX(-0.625rem);
  }

  .md\:focus\:-translate-x-3\.5:focus {
    transform: translateX(-0.875rem);
  }

  .md\:focus\:-translate-x-1\/2:focus {
    transform: translateX(-50%);
  }

  .md\:focus\:-translate-x-1\/3:focus {
    transform: translateX(-33.33333%);
  }

  .md\:focus\:-translate-x-2\/3:focus {
    transform: translateX(-66.66667%);
  }

  .md\:focus\:-translate-x-1\/4:focus {
    transform: translateX(-25%);
  }

  .md\:focus\:-translate-x-2\/4:focus {
    transform: translateX(-50%);
  }

  .md\:focus\:-translate-x-3\/4:focus {
    transform: translateX(-75%);
  }

  .md\:focus\:-translate-x-1\/5:focus {
    transform: translateX(-20%);
  }

  .md\:focus\:-translate-x-2\/5:focus {
    transform: translateX(-40%);
  }

  .md\:focus\:-translate-x-3\/5:focus {
    transform: translateX(-60%);
  }

  .md\:focus\:-translate-x-4\/5:focus {
    transform: translateX(-80%);
  }

  .md\:focus\:-translate-x-1\/6:focus {
    transform: translateX(-16.66667%);
  }

  .md\:focus\:-translate-x-2\/6:focus {
    transform: translateX(-33.33333%);
  }

  .md\:focus\:-translate-x-3\/6:focus {
    transform: translateX(-50%);
  }

  .md\:focus\:-translate-x-4\/6:focus {
    transform: translateX(-66.66667%);
  }

  .md\:focus\:-translate-x-5\/6:focus {
    transform: translateX(-83.33333%);
  }

  .md\:focus\:-translate-x-1\/12:focus {
    transform: translateX(-8.33333%);
  }

  .md\:focus\:-translate-x-2\/12:focus {
    transform: translateX(-16.66667%);
  }

  .md\:focus\:-translate-x-3\/12:focus {
    transform: translateX(-25%);
  }

  .md\:focus\:-translate-x-4\/12:focus {
    transform: translateX(-33.33333%);
  }

  .md\:focus\:-translate-x-5\/12:focus {
    transform: translateX(-41.66667%);
  }

  .md\:focus\:-translate-x-6\/12:focus {
    transform: translateX(-50%);
  }

  .md\:focus\:-translate-x-7\/12:focus {
    transform: translateX(-58.33333%);
  }

  .md\:focus\:-translate-x-8\/12:focus {
    transform: translateX(-66.66667%);
  }

  .md\:focus\:-translate-x-9\/12:focus {
    transform: translateX(-75%);
  }

  .md\:focus\:-translate-x-10\/12:focus {
    transform: translateX(-83.33333%);
  }

  .md\:focus\:-translate-x-11\/12:focus {
    transform: translateX(-91.66667%);
  }

  .md\:focus\:-translate-x-full:focus {
    transform: translateX(-100%);
  }

  .md\:focus\:translate-y-0:focus {
    transform: translateY(0);
  }

  .md\:focus\:translate-y-1:focus {
    transform: translateY(0.25rem);
  }

  .md\:focus\:translate-y-2:focus {
    transform: translateY(0.5rem);
  }

  .md\:focus\:translate-y-3:focus {
    transform: translateY(0.75rem);
  }

  .md\:focus\:translate-y-4:focus {
    transform: translateY(1rem);
  }

  .md\:focus\:translate-y-5:focus {
    transform: translateY(1.25rem);
  }

  .md\:focus\:translate-y-6:focus {
    transform: translateY(1.5rem);
  }

  .md\:focus\:translate-y-7:focus {
    transform: translateY(1.75rem);
  }

  .md\:focus\:translate-y-8:focus {
    transform: translateY(2rem);
  }

  .md\:focus\:translate-y-9:focus {
    transform: translateY(2.25rem);
  }

  .md\:focus\:translate-y-10:focus {
    transform: translateY(2.5rem);
  }

  .md\:focus\:translate-y-11:focus {
    transform: translateY(2.75rem);
  }

  .md\:focus\:translate-y-12:focus {
    transform: translateY(3rem);
  }

  .md\:focus\:translate-y-13:focus {
    transform: translateY(3.25rem);
  }

  .md\:focus\:translate-y-14:focus {
    transform: translateY(3.5rem);
  }

  .md\:focus\:translate-y-15:focus {
    transform: translateY(3.75rem);
  }

  .md\:focus\:translate-y-16:focus {
    transform: translateY(4rem);
  }

  .md\:focus\:translate-y-20:focus {
    transform: translateY(5rem);
  }

  .md\:focus\:translate-y-24:focus {
    transform: translateY(6rem);
  }

  .md\:focus\:translate-y-28:focus {
    transform: translateY(7rem);
  }

  .md\:focus\:translate-y-32:focus {
    transform: translateY(8rem);
  }

  .md\:focus\:translate-y-36:focus {
    transform: translateY(9rem);
  }

  .md\:focus\:translate-y-40:focus {
    transform: translateY(10rem);
  }

  .md\:focus\:translate-y-44:focus {
    transform: translateY(11rem);
  }

  .md\:focus\:translate-y-48:focus {
    transform: translateY(12rem);
  }

  .md\:focus\:translate-y-52:focus {
    transform: translateY(13rem);
  }

  .md\:focus\:translate-y-56:focus {
    transform: translateY(14rem);
  }

  .md\:focus\:translate-y-60:focus {
    transform: translateY(15rem);
  }

  .md\:focus\:translate-y-64:focus {
    transform: translateY(16rem);
  }

  .md\:focus\:translate-y-72:focus {
    transform: translateY(18rem);
  }

  .md\:focus\:translate-y-80:focus {
    transform: translateY(20rem);
  }

  .md\:focus\:translate-y-96:focus {
    transform: translateY(24rem);
  }

  .md\:focus\:translate-y-128:focus {
    transform: translateY(32rem);
  }

  .md\:focus\:translate-y-144:focus {
    transform: translateY(36rem);
  }

  .md\:focus\:translate-y-160:focus {
    transform: translateY(40rem);
  }

  .md\:focus\:translate-y-192:focus {
    transform: translateY(48rem);
  }

  .md\:focus\:translate-y-px:focus {
    transform: translateY(1px);
  }

  .md\:focus\:translate-y-0\.5:focus {
    transform: translateY(0.125rem);
  }

  .md\:focus\:translate-y-1\.5:focus {
    transform: translateY(0.375rem);
  }

  .md\:focus\:translate-y-2\.5:focus {
    transform: translateY(0.625rem);
  }

  .md\:focus\:translate-y-3\.5:focus {
    transform: translateY(0.875rem);
  }

  .md\:focus\:translate-y-1\/2:focus {
    transform: translateY(50%);
  }

  .md\:focus\:translate-y-1\/3:focus {
    transform: translateY(33.333333%);
  }

  .md\:focus\:translate-y-2\/3:focus {
    transform: translateY(66.666667%);
  }

  .md\:focus\:translate-y-1\/4:focus {
    transform: translateY(25%);
  }

  .md\:focus\:translate-y-2\/4:focus {
    transform: translateY(50%);
  }

  .md\:focus\:translate-y-3\/4:focus {
    transform: translateY(75%);
  }

  .md\:focus\:translate-y-1\/5:focus {
    transform: translateY(20%);
  }

  .md\:focus\:translate-y-2\/5:focus {
    transform: translateY(40%);
  }

  .md\:focus\:translate-y-3\/5:focus {
    transform: translateY(60%);
  }

  .md\:focus\:translate-y-4\/5:focus {
    transform: translateY(80%);
  }

  .md\:focus\:translate-y-1\/6:focus {
    transform: translateY(16.666667%);
  }

  .md\:focus\:translate-y-2\/6:focus {
    transform: translateY(33.333333%);
  }

  .md\:focus\:translate-y-3\/6:focus {
    transform: translateY(50%);
  }

  .md\:focus\:translate-y-4\/6:focus {
    transform: translateY(66.666667%);
  }

  .md\:focus\:translate-y-5\/6:focus {
    transform: translateY(83.333333%);
  }

  .md\:focus\:translate-y-1\/12:focus {
    transform: translateY(8.333333%);
  }

  .md\:focus\:translate-y-2\/12:focus {
    transform: translateY(16.666667%);
  }

  .md\:focus\:translate-y-3\/12:focus {
    transform: translateY(25%);
  }

  .md\:focus\:translate-y-4\/12:focus {
    transform: translateY(33.333333%);
  }

  .md\:focus\:translate-y-5\/12:focus {
    transform: translateY(41.666667%);
  }

  .md\:focus\:translate-y-6\/12:focus {
    transform: translateY(50%);
  }

  .md\:focus\:translate-y-7\/12:focus {
    transform: translateY(58.333333%);
  }

  .md\:focus\:translate-y-8\/12:focus {
    transform: translateY(66.666667%);
  }

  .md\:focus\:translate-y-9\/12:focus {
    transform: translateY(75%);
  }

  .md\:focus\:translate-y-10\/12:focus {
    transform: translateY(83.333333%);
  }

  .md\:focus\:translate-y-11\/12:focus {
    transform: translateY(91.666667%);
  }

  .md\:focus\:translate-y-full:focus {
    transform: translateY(100%);
  }

  .md\:focus\:-translate-y-1:focus {
    transform: translateY(-0.25rem);
  }

  .md\:focus\:-translate-y-2:focus {
    transform: translateY(-0.5rem);
  }

  .md\:focus\:-translate-y-3:focus {
    transform: translateY(-0.75rem);
  }

  .md\:focus\:-translate-y-4:focus {
    transform: translateY(-1rem);
  }

  .md\:focus\:-translate-y-5:focus {
    transform: translateY(-1.25rem);
  }

  .md\:focus\:-translate-y-6:focus {
    transform: translateY(-1.5rem);
  }

  .md\:focus\:-translate-y-7:focus {
    transform: translateY(-1.75rem);
  }

  .md\:focus\:-translate-y-8:focus {
    transform: translateY(-2rem);
  }

  .md\:focus\:-translate-y-9:focus {
    transform: translateY(-2.25rem);
  }

  .md\:focus\:-translate-y-10:focus {
    transform: translateY(-2.5rem);
  }

  .md\:focus\:-translate-y-11:focus {
    transform: translateY(-2.75rem);
  }

  .md\:focus\:-translate-y-12:focus {
    transform: translateY(-3rem);
  }

  .md\:focus\:-translate-y-13:focus {
    transform: translateY(-3.25rem);
  }

  .md\:focus\:-translate-y-14:focus {
    transform: translateY(-3.5rem);
  }

  .md\:focus\:-translate-y-15:focus {
    transform: translateY(-3.75rem);
  }

  .md\:focus\:-translate-y-16:focus {
    transform: translateY(-4rem);
  }

  .md\:focus\:-translate-y-20:focus {
    transform: translateY(-5rem);
  }

  .md\:focus\:-translate-y-24:focus {
    transform: translateY(-6rem);
  }

  .md\:focus\:-translate-y-28:focus {
    transform: translateY(-7rem);
  }

  .md\:focus\:-translate-y-32:focus {
    transform: translateY(-8rem);
  }

  .md\:focus\:-translate-y-36:focus {
    transform: translateY(-9rem);
  }

  .md\:focus\:-translate-y-40:focus {
    transform: translateY(-10rem);
  }

  .md\:focus\:-translate-y-44:focus {
    transform: translateY(-11rem);
  }

  .md\:focus\:-translate-y-48:focus {
    transform: translateY(-12rem);
  }

  .md\:focus\:-translate-y-52:focus {
    transform: translateY(-13rem);
  }

  .md\:focus\:-translate-y-56:focus {
    transform: translateY(-14rem);
  }

  .md\:focus\:-translate-y-60:focus {
    transform: translateY(-15rem);
  }

  .md\:focus\:-translate-y-64:focus {
    transform: translateY(-16rem);
  }

  .md\:focus\:-translate-y-72:focus {
    transform: translateY(-18rem);
  }

  .md\:focus\:-translate-y-80:focus {
    transform: translateY(-20rem);
  }

  .md\:focus\:-translate-y-96:focus {
    transform: translateY(-24rem);
  }

  .md\:focus\:-translate-y-128:focus {
    transform: translateY(-32rem);
  }

  .md\:focus\:-translate-y-144:focus {
    transform: translateY(-36rem);
  }

  .md\:focus\:-translate-y-160:focus {
    transform: translateY(-40rem);
  }

  .md\:focus\:-translate-y-192:focus {
    transform: translateY(-48rem);
  }

  .md\:focus\:-translate-y-px:focus {
    transform: translateY(-1px);
  }

  .md\:focus\:-translate-y-0\.5:focus {
    transform: translateY(-0.125rem);
  }

  .md\:focus\:-translate-y-1\.5:focus {
    transform: translateY(-0.375rem);
  }

  .md\:focus\:-translate-y-2\.5:focus {
    transform: translateY(-0.625rem);
  }

  .md\:focus\:-translate-y-3\.5:focus {
    transform: translateY(-0.875rem);
  }

  .md\:focus\:-translate-y-1\/2:focus {
    transform: translateY(-50%);
  }

  .md\:focus\:-translate-y-1\/3:focus {
    transform: translateY(-33.33333%);
  }

  .md\:focus\:-translate-y-2\/3:focus {
    transform: translateY(-66.66667%);
  }

  .md\:focus\:-translate-y-1\/4:focus {
    transform: translateY(-25%);
  }

  .md\:focus\:-translate-y-2\/4:focus {
    transform: translateY(-50%);
  }

  .md\:focus\:-translate-y-3\/4:focus {
    transform: translateY(-75%);
  }

  .md\:focus\:-translate-y-1\/5:focus {
    transform: translateY(-20%);
  }

  .md\:focus\:-translate-y-2\/5:focus {
    transform: translateY(-40%);
  }

  .md\:focus\:-translate-y-3\/5:focus {
    transform: translateY(-60%);
  }

  .md\:focus\:-translate-y-4\/5:focus {
    transform: translateY(-80%);
  }

  .md\:focus\:-translate-y-1\/6:focus {
    transform: translateY(-16.66667%);
  }

  .md\:focus\:-translate-y-2\/6:focus {
    transform: translateY(-33.33333%);
  }

  .md\:focus\:-translate-y-3\/6:focus {
    transform: translateY(-50%);
  }

  .md\:focus\:-translate-y-4\/6:focus {
    transform: translateY(-66.66667%);
  }

  .md\:focus\:-translate-y-5\/6:focus {
    transform: translateY(-83.33333%);
  }

  .md\:focus\:-translate-y-1\/12:focus {
    transform: translateY(-8.33333%);
  }

  .md\:focus\:-translate-y-2\/12:focus {
    transform: translateY(-16.66667%);
  }

  .md\:focus\:-translate-y-3\/12:focus {
    transform: translateY(-25%);
  }

  .md\:focus\:-translate-y-4\/12:focus {
    transform: translateY(-33.33333%);
  }

  .md\:focus\:-translate-y-5\/12:focus {
    transform: translateY(-41.66667%);
  }

  .md\:focus\:-translate-y-6\/12:focus {
    transform: translateY(-50%);
  }

  .md\:focus\:-translate-y-7\/12:focus {
    transform: translateY(-58.33333%);
  }

  .md\:focus\:-translate-y-8\/12:focus {
    transform: translateY(-66.66667%);
  }

  .md\:focus\:-translate-y-9\/12:focus {
    transform: translateY(-75%);
  }

  .md\:focus\:-translate-y-10\/12:focus {
    transform: translateY(-83.33333%);
  }

  .md\:focus\:-translate-y-11\/12:focus {
    transform: translateY(-91.66667%);
  }

  .md\:focus\:-translate-y-full:focus {
    transform: translateY(-100%);
  }

  .md\:skew-x-0 {
    transform: skewX(0);
  }

  .md\:skew-x-3 {
    transform: skewX(3deg);
  }

  .md\:skew-x-6 {
    transform: skewX(6deg);
  }

  .md\:skew-x-12 {
    transform: skewX(12deg);
  }

  .md\:-skew-x-12 {
    transform: skewX(-12deg);
  }

  .md\:-skew-x-6 {
    transform: skewX(-6deg);
  }

  .md\:-skew-x-3 {
    transform: skewX(-3deg);
  }

  .md\:skew-y-0 {
    transform: skewY(0);
  }

  .md\:skew-y-3 {
    transform: skewY(3deg);
  }

  .md\:skew-y-6 {
    transform: skewY(6deg);
  }

  .md\:skew-y-12 {
    transform: skewY(12deg);
  }

  .md\:-skew-y-12 {
    transform: skewY(-12deg);
  }

  .md\:-skew-y-6 {
    transform: skewY(-6deg);
  }

  .md\:-skew-y-3 {
    transform: skewY(-3deg);
  }

  .md\:hover\:skew-x-0:hover {
    transform: skewX(0);
  }

  .md\:hover\:skew-x-3:hover {
    transform: skewX(3deg);
  }

  .md\:hover\:skew-x-6:hover {
    transform: skewX(6deg);
  }

  .md\:hover\:skew-x-12:hover {
    transform: skewX(12deg);
  }

  .md\:hover\:-skew-x-12:hover {
    transform: skewX(-12deg);
  }

  .md\:hover\:-skew-x-6:hover {
    transform: skewX(-6deg);
  }

  .md\:hover\:-skew-x-3:hover {
    transform: skewX(-3deg);
  }

  .md\:hover\:skew-y-0:hover {
    transform: skewY(0);
  }

  .md\:hover\:skew-y-3:hover {
    transform: skewY(3deg);
  }

  .md\:hover\:skew-y-6:hover {
    transform: skewY(6deg);
  }

  .md\:hover\:skew-y-12:hover {
    transform: skewY(12deg);
  }

  .md\:hover\:-skew-y-12:hover {
    transform: skewY(-12deg);
  }

  .md\:hover\:-skew-y-6:hover {
    transform: skewY(-6deg);
  }

  .md\:hover\:-skew-y-3:hover {
    transform: skewY(-3deg);
  }

  .md\:focus\:skew-x-0:focus {
    transform: skewX(0);
  }

  .md\:focus\:skew-x-3:focus {
    transform: skewX(3deg);
  }

  .md\:focus\:skew-x-6:focus {
    transform: skewX(6deg);
  }

  .md\:focus\:skew-x-12:focus {
    transform: skewX(12deg);
  }

  .md\:focus\:-skew-x-12:focus {
    transform: skewX(-12deg);
  }

  .md\:focus\:-skew-x-6:focus {
    transform: skewX(-6deg);
  }

  .md\:focus\:-skew-x-3:focus {
    transform: skewX(-3deg);
  }

  .md\:focus\:skew-y-0:focus {
    transform: skewY(0);
  }

  .md\:focus\:skew-y-3:focus {
    transform: skewY(3deg);
  }

  .md\:focus\:skew-y-6:focus {
    transform: skewY(6deg);
  }

  .md\:focus\:skew-y-12:focus {
    transform: skewY(12deg);
  }

  .md\:focus\:-skew-y-12:focus {
    transform: skewY(-12deg);
  }

  .md\:focus\:-skew-y-6:focus {
    transform: skewY(-6deg);
  }

  .md\:focus\:-skew-y-3:focus {
    transform: skewY(-3deg);
  }

  .md\:transition-none {
    transition-property: none;
  }

  .md\:transition-all {
    transition-property: all;
  }

  .md\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .md\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .md\:transition-opacity {
    transition-property: opacity;
  }

  .md\:transition-shadow {
    transition-property: box-shadow;
  }

  .md\:transition-transform {
    transition-property: transform;
  }

  .md\:ease-linear {
    transition-timing-function: linear;
  }

  .md\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .md\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .md\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .md\:duration-75 {
    transition-duration: 75ms;
  }

  .md\:duration-100 {
    transition-duration: 100ms;
  }

  .md\:duration-150 {
    transition-duration: 150ms;
  }

  .md\:duration-200 {
    transition-duration: 200ms;
  }

  .md\:duration-300 {
    transition-duration: 300ms;
  }

  .md\:duration-500 {
    transition-duration: 500ms;
  }

  .md\:duration-700 {
    transition-duration: 700ms;
  }

  .md\:duration-1000 {
    transition-duration: 1000ms;
  }

  .md\:delay-75 {
    transition-delay: 75ms;
  }

  .md\:delay-100 {
    transition-delay: 100ms;
  }

  .md\:delay-150 {
    transition-delay: 150ms;
  }

  .md\:delay-200 {
    transition-delay: 200ms;
  }

  .md\:delay-300 {
    transition-delay: 300ms;
  }

  .md\:delay-500 {
    transition-delay: 500ms;
  }

  .md\:delay-700 {
    transition-delay: 700ms;
  }

  .md\:delay-1000 {
    transition-delay: 1000ms;
  }

  .md\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .md\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .md\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .md\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .md\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .md\:ar-21x9 {
    width: 100%;
    padding-bottom: 42.86%;
  }

  .md\:ar-16x9 {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .md\:ar-4x3 {
    width: 100%;
    padding-bottom: 75.00%;
  }

  .md\:ar-4x5 {
    width: 100%;
    padding-bottom: 125.00%;
  }

  .md\:ar-3x2 {
    width: 100%;
    padding-bottom: 66.67%;
  }

  .md\:ar-8x5 {
    width: 100%;
    padding-bottom: 62.50%;
  }

  .md\:ar-5x8 {
    width: 100%;
    padding-bottom: 160.00%;
  }

  .md\:ar-1x1 {
    width: 100%;
    padding-bottom: 100.00%;
  }

  .md\:col-none {
    -moz-column-count: initial;
         column-count: initial;
  }

  .md\:col-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .md\:col-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .md\:col-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (min-width: 1024px) {
  .lg\:space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0;
  }

  .lg\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: 0;
  }

  .lg\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: 0.25rem;
  }

  .lg\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: 0.25rem;
  }

  .lg\:space-y-2 > :not(template) ~ :not(template) {
    margin-top: 0.5rem;
  }

  .lg\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: 0.5rem;
  }

  .lg\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 0.75rem;
  }

  .lg\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: 0.75rem;
  }

  .lg\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 1rem;
  }

  .lg\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem;
  }

  .lg\:space-y-5 > :not(template) ~ :not(template) {
    margin-top: 1.25rem;
  }

  .lg\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: 1.25rem;
  }

  .lg\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 1.5rem;
  }

  .lg\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 1.5rem;
  }

  .lg\:space-y-7 > :not(template) ~ :not(template) {
    margin-top: 1.75rem;
  }

  .lg\:space-x-7 > :not(template) ~ :not(template) {
    margin-left: 1.75rem;
  }

  .lg\:space-y-8 > :not(template) ~ :not(template) {
    margin-top: 2rem;
  }

  .lg\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 2rem;
  }

  .lg\:space-y-9 > :not(template) ~ :not(template) {
    margin-top: 2.25rem;
  }

  .lg\:space-x-9 > :not(template) ~ :not(template) {
    margin-left: 2.25rem;
  }

  .lg\:space-y-10 > :not(template) ~ :not(template) {
    margin-top: 2.5rem;
  }

  .lg\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: 2.5rem;
  }

  .lg\:space-y-11 > :not(template) ~ :not(template) {
    margin-top: 2.75rem;
  }

  .lg\:space-x-11 > :not(template) ~ :not(template) {
    margin-left: 2.75rem;
  }

  .lg\:space-y-12 > :not(template) ~ :not(template) {
    margin-top: 3rem;
  }

  .lg\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: 3rem;
  }

  .lg\:space-y-13 > :not(template) ~ :not(template) {
    margin-top: 3.25rem;
  }

  .lg\:space-x-13 > :not(template) ~ :not(template) {
    margin-left: 3.25rem;
  }

  .lg\:space-y-14 > :not(template) ~ :not(template) {
    margin-top: 3.5rem;
  }

  .lg\:space-x-14 > :not(template) ~ :not(template) {
    margin-left: 3.5rem;
  }

  .lg\:space-y-15 > :not(template) ~ :not(template) {
    margin-top: 3.75rem;
  }

  .lg\:space-x-15 > :not(template) ~ :not(template) {
    margin-left: 3.75rem;
  }

  .lg\:space-y-16 > :not(template) ~ :not(template) {
    margin-top: 4rem;
  }

  .lg\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: 4rem;
  }

  .lg\:space-y-20 > :not(template) ~ :not(template) {
    margin-top: 5rem;
  }

  .lg\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: 5rem;
  }

  .lg\:space-y-24 > :not(template) ~ :not(template) {
    margin-top: 6rem;
  }

  .lg\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: 6rem;
  }

  .lg\:space-y-28 > :not(template) ~ :not(template) {
    margin-top: 7rem;
  }

  .lg\:space-x-28 > :not(template) ~ :not(template) {
    margin-left: 7rem;
  }

  .lg\:space-y-32 > :not(template) ~ :not(template) {
    margin-top: 8rem;
  }

  .lg\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: 8rem;
  }

  .lg\:space-y-36 > :not(template) ~ :not(template) {
    margin-top: 9rem;
  }

  .lg\:space-x-36 > :not(template) ~ :not(template) {
    margin-left: 9rem;
  }

  .lg\:space-y-40 > :not(template) ~ :not(template) {
    margin-top: 10rem;
  }

  .lg\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: 10rem;
  }

  .lg\:space-y-44 > :not(template) ~ :not(template) {
    margin-top: 11rem;
  }

  .lg\:space-x-44 > :not(template) ~ :not(template) {
    margin-left: 11rem;
  }

  .lg\:space-y-48 > :not(template) ~ :not(template) {
    margin-top: 12rem;
  }

  .lg\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: 12rem;
  }

  .lg\:space-y-52 > :not(template) ~ :not(template) {
    margin-top: 13rem;
  }

  .lg\:space-x-52 > :not(template) ~ :not(template) {
    margin-left: 13rem;
  }

  .lg\:space-y-56 > :not(template) ~ :not(template) {
    margin-top: 14rem;
  }

  .lg\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: 14rem;
  }

  .lg\:space-y-60 > :not(template) ~ :not(template) {
    margin-top: 15rem;
  }

  .lg\:space-x-60 > :not(template) ~ :not(template) {
    margin-left: 15rem;
  }

  .lg\:space-y-64 > :not(template) ~ :not(template) {
    margin-top: 16rem;
  }

  .lg\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: 16rem;
  }

  .lg\:space-y-72 > :not(template) ~ :not(template) {
    margin-top: 18rem;
  }

  .lg\:space-x-72 > :not(template) ~ :not(template) {
    margin-left: 18rem;
  }

  .lg\:space-y-80 > :not(template) ~ :not(template) {
    margin-top: 20rem;
  }

  .lg\:space-x-80 > :not(template) ~ :not(template) {
    margin-left: 20rem;
  }

  .lg\:space-y-96 > :not(template) ~ :not(template) {
    margin-top: 24rem;
  }

  .lg\:space-x-96 > :not(template) ~ :not(template) {
    margin-left: 24rem;
  }

  .lg\:space-y-128 > :not(template) ~ :not(template) {
    margin-top: 32rem;
  }

  .lg\:space-x-128 > :not(template) ~ :not(template) {
    margin-left: 32rem;
  }

  .lg\:space-y-144 > :not(template) ~ :not(template) {
    margin-top: 36rem;
  }

  .lg\:space-x-144 > :not(template) ~ :not(template) {
    margin-left: 36rem;
  }

  .lg\:space-y-160 > :not(template) ~ :not(template) {
    margin-top: 40rem;
  }

  .lg\:space-x-160 > :not(template) ~ :not(template) {
    margin-left: 40rem;
  }

  .lg\:space-y-192 > :not(template) ~ :not(template) {
    margin-top: 48rem;
  }

  .lg\:space-x-192 > :not(template) ~ :not(template) {
    margin-left: 48rem;
  }

  .lg\:space-y-px > :not(template) ~ :not(template) {
    margin-top: 1px;
  }

  .lg\:space-x-px > :not(template) ~ :not(template) {
    margin-left: 1px;
  }

  .lg\:space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: 0.125rem;
  }

  .lg\:space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: 0.125rem;
  }

  .lg\:space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: 0.375rem;
  }

  .lg\:space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: 0.375rem;
  }

  .lg\:space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: 0.625rem;
  }

  .lg\:space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: 0.625rem;
  }

  .lg\:space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: 0.875rem;
  }

  .lg\:space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: 0.875rem;
  }

  .lg\:space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .lg\:space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .lg\:space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .lg\:space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .lg\:space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .lg\:space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .lg\:space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .lg\:space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .lg\:space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .lg\:space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .lg\:space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .lg\:space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .lg\:space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: 20%;
  }

  .lg\:space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: 20%;
  }

  .lg\:space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: 40%;
  }

  .lg\:space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: 40%;
  }

  .lg\:space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: 60%;
  }

  .lg\:space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: 60%;
  }

  .lg\:space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: 80%;
  }

  .lg\:space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: 80%;
  }

  .lg\:space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .lg\:space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .lg\:space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .lg\:space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .lg\:space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .lg\:space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .lg\:space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .lg\:space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .lg\:space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .lg\:space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .lg\:space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: 8.333333%;
  }

  .lg\:space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: 8.333333%;
  }

  .lg\:space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .lg\:space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .lg\:space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .lg\:space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .lg\:space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .lg\:space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .lg\:space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: 41.666667%;
  }

  .lg\:space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: 41.666667%;
  }

  .lg\:space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .lg\:space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .lg\:space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: 58.333333%;
  }

  .lg\:space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: 58.333333%;
  }

  .lg\:space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .lg\:space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .lg\:space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .lg\:space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .lg\:space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .lg\:space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .lg\:space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: 91.666667%;
  }

  .lg\:space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: 91.666667%;
  }

  .lg\:space-y-full > :not(template) ~ :not(template) {
    margin-top: 100%;
  }

  .lg\:space-x-full > :not(template) ~ :not(template) {
    margin-left: 100%;
  }

  .lg\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: -0.25rem;
  }

  .lg\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: -0.25rem;
  }

  .lg\:-space-y-2 > :not(template) ~ :not(template) {
    margin-top: -0.5rem;
  }

  .lg\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: -0.5rem;
  }

  .lg\:-space-y-3 > :not(template) ~ :not(template) {
    margin-top: -0.75rem;
  }

  .lg\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: -0.75rem;
  }

  .lg\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: -1rem;
  }

  .lg\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: -1rem;
  }

  .lg\:-space-y-5 > :not(template) ~ :not(template) {
    margin-top: -1.25rem;
  }

  .lg\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: -1.25rem;
  }

  .lg\:-space-y-6 > :not(template) ~ :not(template) {
    margin-top: -1.5rem;
  }

  .lg\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: -1.5rem;
  }

  .lg\:-space-y-7 > :not(template) ~ :not(template) {
    margin-top: -1.75rem;
  }

  .lg\:-space-x-7 > :not(template) ~ :not(template) {
    margin-left: -1.75rem;
  }

  .lg\:-space-y-8 > :not(template) ~ :not(template) {
    margin-top: -2rem;
  }

  .lg\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: -2rem;
  }

  .lg\:-space-y-9 > :not(template) ~ :not(template) {
    margin-top: -2.25rem;
  }

  .lg\:-space-x-9 > :not(template) ~ :not(template) {
    margin-left: -2.25rem;
  }

  .lg\:-space-y-10 > :not(template) ~ :not(template) {
    margin-top: -2.5rem;
  }

  .lg\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: -2.5rem;
  }

  .lg\:-space-y-11 > :not(template) ~ :not(template) {
    margin-top: -2.75rem;
  }

  .lg\:-space-x-11 > :not(template) ~ :not(template) {
    margin-left: -2.75rem;
  }

  .lg\:-space-y-12 > :not(template) ~ :not(template) {
    margin-top: -3rem;
  }

  .lg\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: -3rem;
  }

  .lg\:-space-y-13 > :not(template) ~ :not(template) {
    margin-top: -3.25rem;
  }

  .lg\:-space-x-13 > :not(template) ~ :not(template) {
    margin-left: -3.25rem;
  }

  .lg\:-space-y-14 > :not(template) ~ :not(template) {
    margin-top: -3.5rem;
  }

  .lg\:-space-x-14 > :not(template) ~ :not(template) {
    margin-left: -3.5rem;
  }

  .lg\:-space-y-15 > :not(template) ~ :not(template) {
    margin-top: -3.75rem;
  }

  .lg\:-space-x-15 > :not(template) ~ :not(template) {
    margin-left: -3.75rem;
  }

  .lg\:-space-y-16 > :not(template) ~ :not(template) {
    margin-top: -4rem;
  }

  .lg\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: -4rem;
  }

  .lg\:-space-y-20 > :not(template) ~ :not(template) {
    margin-top: -5rem;
  }

  .lg\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: -5rem;
  }

  .lg\:-space-y-24 > :not(template) ~ :not(template) {
    margin-top: -6rem;
  }

  .lg\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: -6rem;
  }

  .lg\:-space-y-28 > :not(template) ~ :not(template) {
    margin-top: -7rem;
  }

  .lg\:-space-x-28 > :not(template) ~ :not(template) {
    margin-left: -7rem;
  }

  .lg\:-space-y-32 > :not(template) ~ :not(template) {
    margin-top: -8rem;
  }

  .lg\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: -8rem;
  }

  .lg\:-space-y-36 > :not(template) ~ :not(template) {
    margin-top: -9rem;
  }

  .lg\:-space-x-36 > :not(template) ~ :not(template) {
    margin-left: -9rem;
  }

  .lg\:-space-y-40 > :not(template) ~ :not(template) {
    margin-top: -10rem;
  }

  .lg\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: -10rem;
  }

  .lg\:-space-y-44 > :not(template) ~ :not(template) {
    margin-top: -11rem;
  }

  .lg\:-space-x-44 > :not(template) ~ :not(template) {
    margin-left: -11rem;
  }

  .lg\:-space-y-48 > :not(template) ~ :not(template) {
    margin-top: -12rem;
  }

  .lg\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: -12rem;
  }

  .lg\:-space-y-52 > :not(template) ~ :not(template) {
    margin-top: -13rem;
  }

  .lg\:-space-x-52 > :not(template) ~ :not(template) {
    margin-left: -13rem;
  }

  .lg\:-space-y-56 > :not(template) ~ :not(template) {
    margin-top: -14rem;
  }

  .lg\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: -14rem;
  }

  .lg\:-space-y-60 > :not(template) ~ :not(template) {
    margin-top: -15rem;
  }

  .lg\:-space-x-60 > :not(template) ~ :not(template) {
    margin-left: -15rem;
  }

  .lg\:-space-y-64 > :not(template) ~ :not(template) {
    margin-top: -16rem;
  }

  .lg\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: -16rem;
  }

  .lg\:-space-y-72 > :not(template) ~ :not(template) {
    margin-top: -18rem;
  }

  .lg\:-space-x-72 > :not(template) ~ :not(template) {
    margin-left: -18rem;
  }

  .lg\:-space-y-80 > :not(template) ~ :not(template) {
    margin-top: -20rem;
  }

  .lg\:-space-x-80 > :not(template) ~ :not(template) {
    margin-left: -20rem;
  }

  .lg\:-space-y-96 > :not(template) ~ :not(template) {
    margin-top: -24rem;
  }

  .lg\:-space-x-96 > :not(template) ~ :not(template) {
    margin-left: -24rem;
  }

  .lg\:-space-y-128 > :not(template) ~ :not(template) {
    margin-top: -32rem;
  }

  .lg\:-space-x-128 > :not(template) ~ :not(template) {
    margin-left: -32rem;
  }

  .lg\:-space-y-144 > :not(template) ~ :not(template) {
    margin-top: -36rem;
  }

  .lg\:-space-x-144 > :not(template) ~ :not(template) {
    margin-left: -36rem;
  }

  .lg\:-space-y-160 > :not(template) ~ :not(template) {
    margin-top: -40rem;
  }

  .lg\:-space-x-160 > :not(template) ~ :not(template) {
    margin-left: -40rem;
  }

  .lg\:-space-y-192 > :not(template) ~ :not(template) {
    margin-top: -48rem;
  }

  .lg\:-space-x-192 > :not(template) ~ :not(template) {
    margin-left: -48rem;
  }

  .lg\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: -1px;
  }

  .lg\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: -1px;
  }

  .lg\:-space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: -0.125rem;
  }

  .lg\:-space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: -0.125rem;
  }

  .lg\:-space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: -0.375rem;
  }

  .lg\:-space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: -0.375rem;
  }

  .lg\:-space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: -0.625rem;
  }

  .lg\:-space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: -0.625rem;
  }

  .lg\:-space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: -0.875rem;
  }

  .lg\:-space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: -0.875rem;
  }

  .lg\:-space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .lg\:-space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .lg\:-space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .lg\:-space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .lg\:-space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .lg\:-space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .lg\:-space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .lg\:-space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .lg\:-space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .lg\:-space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .lg\:-space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .lg\:-space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .lg\:-space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: -20%;
  }

  .lg\:-space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: -20%;
  }

  .lg\:-space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: -40%;
  }

  .lg\:-space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: -40%;
  }

  .lg\:-space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: -60%;
  }

  .lg\:-space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: -60%;
  }

  .lg\:-space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: -80%;
  }

  .lg\:-space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: -80%;
  }

  .lg\:-space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .lg\:-space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .lg\:-space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .lg\:-space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .lg\:-space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .lg\:-space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .lg\:-space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .lg\:-space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .lg\:-space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .lg\:-space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .lg\:-space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: -8.33333%;
  }

  .lg\:-space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: -8.33333%;
  }

  .lg\:-space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .lg\:-space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .lg\:-space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .lg\:-space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .lg\:-space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .lg\:-space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .lg\:-space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: -41.66667%;
  }

  .lg\:-space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: -41.66667%;
  }

  .lg\:-space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .lg\:-space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .lg\:-space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: -58.33333%;
  }

  .lg\:-space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: -58.33333%;
  }

  .lg\:-space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .lg\:-space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .lg\:-space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .lg\:-space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .lg\:-space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .lg\:-space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .lg\:-space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: -91.66667%;
  }

  .lg\:-space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: -91.66667%;
  }

  .lg\:-space-y-full > :not(template) ~ :not(template) {
    margin-top: -100%;
  }

  .lg\:-space-x-full > :not(template) ~ :not(template) {
    margin-left: -100%;
  }

  .lg\:divide-y-0 > :not(template) ~ :not(template) {
    border-top-width: 0px;
  }

  .lg\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: 0px;
  }

  .lg\:divide-y-2 > :not(template) ~ :not(template) {
    border-top-width: 2px;
  }

  .lg\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: 2px;
  }

  .lg\:divide-y-3 > :not(template) ~ :not(template) {
    border-top-width: 3px;
  }

  .lg\:divide-x-3 > :not(template) ~ :not(template) {
    border-left-width: 3px;
  }

  .lg\:divide-y-4 > :not(template) ~ :not(template) {
    border-top-width: 4px;
  }

  .lg\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: 4px;
  }

  .lg\:divide-y-6 > :not(template) ~ :not(template) {
    border-top-width: 6px;
  }

  .lg\:divide-x-6 > :not(template) ~ :not(template) {
    border-left-width: 6px;
  }

  .lg\:divide-y-8 > :not(template) ~ :not(template) {
    border-top-width: 8px;
  }

  .lg\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: 8px;
  }

  .lg\:divide-y > :not(template) ~ :not(template) {
    border-top-width: 1px;
  }

  .lg\:divide-x > :not(template) ~ :not(template) {
    border-left-width: 1px;
  }

  .lg\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .lg\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff;
  }

  .lg\:divide-white-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:divide-white-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:divide-white-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:divide-white-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:divide-white-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:divide-white-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:divide-white-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:divide-white-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:divide-white-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:divide-black > :not(template) ~ :not(template) {
    border-color: #000;
  }

  .lg\:divide-black-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:divide-black-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:divide-black-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:divide-black-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:divide-black-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:divide-black-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:divide-black-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:divide-black-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:divide-black-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7f7f7;
  }

  .lg\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #ebebeb;
  }

  .lg\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #d0d0d0;
  }

  .lg\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #b8b8b8;
  }

  .lg\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #9e9e9e;
  }

  .lg\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #666666;
  }

  .lg\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #525252;
  }

  .lg\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #333333;
  }

  .lg\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1f1f1f;
  }

  .lg\:divide-gray-warm-100 > :not(template) ~ :not(template) {
    border-color: #f4f2f0;
  }

  .lg\:divide-gray-warm-200 > :not(template) ~ :not(template) {
    border-color: #e9e6e2;
  }

  .lg\:divide-gray-warm-300 > :not(template) ~ :not(template) {
    border-color: #dfdad4;
  }

  .lg\:divide-gray-warm-400 > :not(template) ~ :not(template) {
    border-color: #cfc7bf;
  }

  .lg\:divide-gray-warm-500 > :not(template) ~ :not(template) {
    border-color: #c2bab3;
  }

  .lg\:divide-gray-warm-600 > :not(template) ~ :not(template) {
    border-color: #b3aca8;
  }

  .lg\:divide-gray-warm-700 > :not(template) ~ :not(template) {
    border-color: #a19994;
  }

  .lg\:divide-gray-warm-800 > :not(template) ~ :not(template) {
    border-color: #63544b;
  }

  .lg\:divide-gray-warm-900 > :not(template) ~ :not(template) {
    border-color: #3f3731;
  }

  .lg\:divide-gray-cool-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f7;
  }

  .lg\:divide-gray-cool-200 > :not(template) ~ :not(template) {
    border-color: #e9edf1;
  }

  .lg\:divide-gray-cool-300 > :not(template) ~ :not(template) {
    border-color: #d5dde6;
  }

  .lg\:divide-gray-cool-400 > :not(template) ~ :not(template) {
    border-color: #bcc5d2;
  }

  .lg\:divide-gray-cool-500 > :not(template) ~ :not(template) {
    border-color: #99a3b0;
  }

  .lg\:divide-gray-cool-600 > :not(template) ~ :not(template) {
    border-color: #8d95a0;
  }

  .lg\:divide-gray-cool-700 > :not(template) ~ :not(template) {
    border-color: #7e848b;
  }

  .lg\:divide-gray-cool-800 > :not(template) ~ :not(template) {
    border-color: #686d73;
  }

  .lg\:divide-gray-cool-900 > :not(template) ~ :not(template) {
    border-color: #50565e;
  }

  .lg\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fff5f5;
  }

  .lg\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fed7d7;
  }

  .lg\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #feb2b2;
  }

  .lg\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #fc8181;
  }

  .lg\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #f56565;
  }

  .lg\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #e21d2f;
  }

  .lg\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #d41b2c;
  }

  .lg\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #c61929;
  }

  .lg\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #873138;
  }

  .lg\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #fff4f0;
  }

  .lg\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed8c8;
  }

  .lg\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fcb99c;
  }

  .lg\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fd9568;
  }

  .lg\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #ff854f;
  }

  .lg\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #e66833;
  }

  .lg\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c05621;
  }

  .lg\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9c4221;
  }

  .lg\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7b341e;
  }

  .lg\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fdf6e7;
  }

  .lg\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fee9bf;
  }

  .lg\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fbd893;
  }

  .lg\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #fcc85f;
  }

  .lg\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #ffbf3d;
  }

  .lg\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #e7a41d;
  }

  .lg\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #b7841f;
  }

  .lg\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #976c16;
  }

  .lg\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #745310;
  }

  .lg\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #f9fce9;
  }

  .lg\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #e5f396;
  }

  .lg\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #d0e656;
  }

  .lg\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #badb00;
  }

  .lg\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #acca07;
  }

  .lg\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #99b305;
  }

  .lg\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #869e00;
  }

  .lg\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #546727;
  }

  .lg\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #394a12;
  }

  .lg\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #e6fffa;
  }

  .lg\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #b2f5ea;
  }

  .lg\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #7beadc;
  }

  .lg\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #00cfb5;
  }

  .lg\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #3cbbaa;
  }

  .lg\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #319789;
  }

  .lg\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #2c7b70;
  }

  .lg\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #286159;
  }

  .lg\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #23524c;
  }

  .lg\:divide-aqua-100 > :not(template) ~ :not(template) {
    border-color: #ebfcff;
  }

  .lg\:divide-aqua-200 > :not(template) ~ :not(template) {
    border-color: #beeff8;
  }

  .lg\:divide-aqua-300 > :not(template) ~ :not(template) {
    border-color: #90e5f4;
  }

  .lg\:divide-aqua-400 > :not(template) ~ :not(template) {
    border-color: #71dcef;
  }

  .lg\:divide-aqua-500 > :not(template) ~ :not(template) {
    border-color: #52cfe5;
  }

  .lg\:divide-aqua-600 > :not(template) ~ :not(template) {
    border-color: #2bb2ca;
  }

  .lg\:divide-aqua-700 > :not(template) ~ :not(template) {
    border-color: #2097ac;
  }

  .lg\:divide-aqua-800 > :not(template) ~ :not(template) {
    border-color: #1c7382;
  }

  .lg\:divide-aqua-900 > :not(template) ~ :not(template) {
    border-color: #155460;
  }

  .lg\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #ebf8ff;
  }

  .lg\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bee3f8;
  }

  .lg\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #90cdf4;
  }

  .lg\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #63b3ed;
  }

  .lg\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #4299e1;
  }

  .lg\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #3182ce;
  }

  .lg\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #006eb5;
  }

  .lg\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #22547c;
  }

  .lg\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #2b435a;
  }

  .lg\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #fcf5ff;
  }

  .lg\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #f1d8fd;
  }

  .lg\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #dbbcfa;
  }

  .lg\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #cd82f2;
  }

  .lg\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #b26dd5;
  }

  .lg\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #904eb1;
  }

  .lg\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #824091;
  }

  .lg\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #743582;
  }

  .lg\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4a2353;
  }

  .lg\:divide-tan-100 > :not(template) ~ :not(template) {
    border-color: #f6f2e9;
  }

  .lg\:divide-tan-200 > :not(template) ~ :not(template) {
    border-color: #eee7d8;
  }

  .lg\:divide-tan-300 > :not(template) ~ :not(template) {
    border-color: #e7ddc5;
  }

  .lg\:divide-tan-400 > :not(template) ~ :not(template) {
    border-color: #e5d4ab;
  }

  .lg\:divide-tan-500 > :not(template) ~ :not(template) {
    border-color: #dec891;
  }

  .lg\:divide-tan-600 > :not(template) ~ :not(template) {
    border-color: #c3ac74;
  }

  .lg\:divide-tan-700 > :not(template) ~ :not(template) {
    border-color: #9a8451;
  }

  .lg\:divide-tan-800 > :not(template) ~ :not(template) {
    border-color: #685936;
  }

  .lg\:divide-tan-900 > :not(template) ~ :not(template) {
    border-color: #574c33;
  }

  .lg\:divide-gold-500 > :not(template) ~ :not(template) {
    border-color: #a4804a;
  }

  .lg\:divide-silver-500 > :not(template) ~ :not(template) {
    border-color: #8a8d8f;
  }

  .lg\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .lg\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .lg\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .lg\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .lg\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .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\: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\: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-transparent {
    background-color: transparent;
  }

  .lg\:bg-white {
    background-color: #ffffff;
  }

  .lg\:bg-white-semi-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:bg-white-semi-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:bg-white-semi-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:bg-white-semi-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:bg-white-semi-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:bg-white-semi-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:bg-white-semi-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:bg-white-semi-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:bg-white-semi-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:bg-black {
    background-color: #000;
  }

  .lg\:bg-black-semi-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:bg-black-semi-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:bg-black-semi-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:bg-black-semi-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:bg-black-semi-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:bg-black-semi-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:bg-black-semi-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:bg-black-semi-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:bg-black-semi-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:bg-gray-100 {
    background-color: #f7f7f7;
  }

  .lg\:bg-gray-200 {
    background-color: #ebebeb;
  }

  .lg\:bg-gray-300 {
    background-color: #d0d0d0;
  }

  .lg\:bg-gray-400 {
    background-color: #b8b8b8;
  }

  .lg\:bg-gray-500 {
    background-color: #9e9e9e;
  }

  .lg\:bg-gray-600 {
    background-color: #666666;
  }

  .lg\:bg-gray-700 {
    background-color: #525252;
  }

  .lg\:bg-gray-800 {
    background-color: #333333;
  }

  .lg\:bg-gray-900 {
    background-color: #1f1f1f;
  }

  .lg\:bg-gray-warm-100 {
    background-color: #f4f2f0;
  }

  .lg\:bg-gray-warm-200 {
    background-color: #e9e6e2;
  }

  .lg\:bg-gray-warm-300 {
    background-color: #dfdad4;
  }

  .lg\:bg-gray-warm-400 {
    background-color: #cfc7bf;
  }

  .lg\:bg-gray-warm-500 {
    background-color: #c2bab3;
  }

  .lg\:bg-gray-warm-600 {
    background-color: #b3aca8;
  }

  .lg\:bg-gray-warm-700 {
    background-color: #a19994;
  }

  .lg\:bg-gray-warm-800 {
    background-color: #63544b;
  }

  .lg\:bg-gray-warm-900 {
    background-color: #3f3731;
  }

  .lg\:bg-gray-cool-100 {
    background-color: #f3f4f7;
  }

  .lg\:bg-gray-cool-200 {
    background-color: #e9edf1;
  }

  .lg\:bg-gray-cool-300 {
    background-color: #d5dde6;
  }

  .lg\:bg-gray-cool-400 {
    background-color: #bcc5d2;
  }

  .lg\:bg-gray-cool-500 {
    background-color: #99a3b0;
  }

  .lg\:bg-gray-cool-600 {
    background-color: #8d95a0;
  }

  .lg\:bg-gray-cool-700 {
    background-color: #7e848b;
  }

  .lg\:bg-gray-cool-800 {
    background-color: #686d73;
  }

  .lg\:bg-gray-cool-900 {
    background-color: #50565e;
  }

  .lg\:bg-red-100 {
    background-color: #fff5f5;
  }

  .lg\:bg-red-200 {
    background-color: #fed7d7;
  }

  .lg\:bg-red-300 {
    background-color: #feb2b2;
  }

  .lg\:bg-red-400 {
    background-color: #fc8181;
  }

  .lg\:bg-red-500 {
    background-color: #f56565;
  }

  .lg\:bg-red-600 {
    background-color: #e21d2f;
  }

  .lg\:bg-red-700 {
    background-color: #d41b2c;
  }

  .lg\:bg-red-800 {
    background-color: #c61929;
  }

  .lg\:bg-red-900 {
    background-color: #873138;
  }

  .lg\:bg-orange-100 {
    background-color: #fff4f0;
  }

  .lg\:bg-orange-200 {
    background-color: #fed8c8;
  }

  .lg\:bg-orange-300 {
    background-color: #fcb99c;
  }

  .lg\:bg-orange-400 {
    background-color: #fd9568;
  }

  .lg\:bg-orange-500 {
    background-color: #ff854f;
  }

  .lg\:bg-orange-600 {
    background-color: #e66833;
  }

  .lg\:bg-orange-700 {
    background-color: #c05621;
  }

  .lg\:bg-orange-800 {
    background-color: #9c4221;
  }

  .lg\:bg-orange-900 {
    background-color: #7b341e;
  }

  .lg\:bg-yellow-100 {
    background-color: #fdf6e7;
  }

  .lg\:bg-yellow-200 {
    background-color: #fee9bf;
  }

  .lg\:bg-yellow-300 {
    background-color: #fbd893;
  }

  .lg\:bg-yellow-400 {
    background-color: #fcc85f;
  }

  .lg\:bg-yellow-500 {
    background-color: #ffbf3d;
  }

  .lg\:bg-yellow-600 {
    background-color: #e7a41d;
  }

  .lg\:bg-yellow-700 {
    background-color: #b7841f;
  }

  .lg\:bg-yellow-800 {
    background-color: #976c16;
  }

  .lg\:bg-yellow-900 {
    background-color: #745310;
  }

  .lg\:bg-green-100 {
    background-color: #f9fce9;
  }

  .lg\:bg-green-200 {
    background-color: #e5f396;
  }

  .lg\:bg-green-300 {
    background-color: #d0e656;
  }

  .lg\:bg-green-400 {
    background-color: #badb00;
  }

  .lg\:bg-green-500 {
    background-color: #acca07;
  }

  .lg\:bg-green-600 {
    background-color: #99b305;
  }

  .lg\:bg-green-700 {
    background-color: #869e00;
  }

  .lg\:bg-green-800 {
    background-color: #546727;
  }

  .lg\:bg-green-900 {
    background-color: #394a12;
  }

  .lg\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .lg\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .lg\:bg-teal-300 {
    background-color: #7beadc;
  }

  .lg\:bg-teal-400 {
    background-color: #00cfb5;
  }

  .lg\:bg-teal-500 {
    background-color: #3cbbaa;
  }

  .lg\:bg-teal-600 {
    background-color: #319789;
  }

  .lg\:bg-teal-700 {
    background-color: #2c7b70;
  }

  .lg\:bg-teal-800 {
    background-color: #286159;
  }

  .lg\:bg-teal-900 {
    background-color: #23524c;
  }

  .lg\:bg-aqua-100 {
    background-color: #ebfcff;
  }

  .lg\:bg-aqua-200 {
    background-color: #beeff8;
  }

  .lg\:bg-aqua-300 {
    background-color: #90e5f4;
  }

  .lg\:bg-aqua-400 {
    background-color: #71dcef;
  }

  .lg\:bg-aqua-500 {
    background-color: #52cfe5;
  }

  .lg\:bg-aqua-600 {
    background-color: #2bb2ca;
  }

  .lg\:bg-aqua-700 {
    background-color: #2097ac;
  }

  .lg\:bg-aqua-800 {
    background-color: #1c7382;
  }

  .lg\:bg-aqua-900 {
    background-color: #155460;
  }

  .lg\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .lg\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .lg\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .lg\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .lg\:bg-blue-500 {
    background-color: #4299e1;
  }

  .lg\:bg-blue-600 {
    background-color: #3182ce;
  }

  .lg\:bg-blue-700 {
    background-color: #006eb5;
  }

  .lg\:bg-blue-800 {
    background-color: #22547c;
  }

  .lg\:bg-blue-900 {
    background-color: #2b435a;
  }

  .lg\:bg-purple-100 {
    background-color: #fcf5ff;
  }

  .lg\:bg-purple-200 {
    background-color: #f1d8fd;
  }

  .lg\:bg-purple-300 {
    background-color: #dbbcfa;
  }

  .lg\:bg-purple-400 {
    background-color: #cd82f2;
  }

  .lg\:bg-purple-500 {
    background-color: #b26dd5;
  }

  .lg\:bg-purple-600 {
    background-color: #904eb1;
  }

  .lg\:bg-purple-700 {
    background-color: #824091;
  }

  .lg\:bg-purple-800 {
    background-color: #743582;
  }

  .lg\:bg-purple-900 {
    background-color: #4a2353;
  }

  .lg\:bg-tan-100 {
    background-color: #f6f2e9;
  }

  .lg\:bg-tan-200 {
    background-color: #eee7d8;
  }

  .lg\:bg-tan-300 {
    background-color: #e7ddc5;
  }

  .lg\:bg-tan-400 {
    background-color: #e5d4ab;
  }

  .lg\:bg-tan-500 {
    background-color: #dec891;
  }

  .lg\:bg-tan-600 {
    background-color: #c3ac74;
  }

  .lg\:bg-tan-700 {
    background-color: #9a8451;
  }

  .lg\:bg-tan-800 {
    background-color: #685936;
  }

  .lg\:bg-tan-900 {
    background-color: #574c33;
  }

  .lg\:bg-gold-500 {
    background-color: #a4804a;
  }

  .lg\:bg-silver-500 {
    background-color: #8a8d8f;
  }

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

  .lg\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .lg\:hover\:bg-white-semi-9:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:hover\:bg-white-semi-8:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:bg-white-semi-7:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:hover\:bg-white-semi-6:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:hover\:bg-white-semi-5:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:bg-white-semi-4:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:hover\:bg-white-semi-3:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:hover\:bg-white-semi-2:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:hover\:bg-white-semi-1:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:bg-black:hover {
    background-color: #000;
  }

  .lg\:hover\:bg-black-semi-9:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:hover\:bg-black-semi-8:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:bg-black-semi-7:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:hover\:bg-black-semi-6:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:hover\:bg-black-semi-5:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:bg-black-semi-4:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:hover\:bg-black-semi-3:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:bg-black-semi-2:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:hover\:bg-black-semi-1:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:bg-gray-100:hover {
    background-color: #f7f7f7;
  }

  .lg\:hover\:bg-gray-200:hover {
    background-color: #ebebeb;
  }

  .lg\:hover\:bg-gray-300:hover {
    background-color: #d0d0d0;
  }

  .lg\:hover\:bg-gray-400:hover {
    background-color: #b8b8b8;
  }

  .lg\:hover\:bg-gray-500:hover {
    background-color: #9e9e9e;
  }

  .lg\:hover\:bg-gray-600:hover {
    background-color: #666666;
  }

  .lg\:hover\:bg-gray-700:hover {
    background-color: #525252;
  }

  .lg\:hover\:bg-gray-800:hover {
    background-color: #333333;
  }

  .lg\:hover\:bg-gray-900:hover {
    background-color: #1f1f1f;
  }

  .lg\:hover\:bg-gray-warm-100:hover {
    background-color: #f4f2f0;
  }

  .lg\:hover\:bg-gray-warm-200:hover {
    background-color: #e9e6e2;
  }

  .lg\:hover\:bg-gray-warm-300:hover {
    background-color: #dfdad4;
  }

  .lg\:hover\:bg-gray-warm-400:hover {
    background-color: #cfc7bf;
  }

  .lg\:hover\:bg-gray-warm-500:hover {
    background-color: #c2bab3;
  }

  .lg\:hover\:bg-gray-warm-600:hover {
    background-color: #b3aca8;
  }

  .lg\:hover\:bg-gray-warm-700:hover {
    background-color: #a19994;
  }

  .lg\:hover\:bg-gray-warm-800:hover {
    background-color: #63544b;
  }

  .lg\:hover\:bg-gray-warm-900:hover {
    background-color: #3f3731;
  }

  .lg\:hover\:bg-gray-cool-100:hover {
    background-color: #f3f4f7;
  }

  .lg\:hover\:bg-gray-cool-200:hover {
    background-color: #e9edf1;
  }

  .lg\:hover\:bg-gray-cool-300:hover {
    background-color: #d5dde6;
  }

  .lg\:hover\:bg-gray-cool-400:hover {
    background-color: #bcc5d2;
  }

  .lg\:hover\:bg-gray-cool-500:hover {
    background-color: #99a3b0;
  }

  .lg\:hover\:bg-gray-cool-600:hover {
    background-color: #8d95a0;
  }

  .lg\:hover\:bg-gray-cool-700:hover {
    background-color: #7e848b;
  }

  .lg\:hover\:bg-gray-cool-800:hover {
    background-color: #686d73;
  }

  .lg\:hover\:bg-gray-cool-900:hover {
    background-color: #50565e;
  }

  .lg\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .lg\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .lg\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .lg\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .lg\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .lg\:hover\:bg-red-600:hover {
    background-color: #e21d2f;
  }

  .lg\:hover\:bg-red-700:hover {
    background-color: #d41b2c;
  }

  .lg\:hover\:bg-red-800:hover {
    background-color: #c61929;
  }

  .lg\:hover\:bg-red-900:hover {
    background-color: #873138;
  }

  .lg\:hover\:bg-orange-100:hover {
    background-color: #fff4f0;
  }

  .lg\:hover\:bg-orange-200:hover {
    background-color: #fed8c8;
  }

  .lg\:hover\:bg-orange-300:hover {
    background-color: #fcb99c;
  }

  .lg\:hover\:bg-orange-400:hover {
    background-color: #fd9568;
  }

  .lg\:hover\:bg-orange-500:hover {
    background-color: #ff854f;
  }

  .lg\:hover\:bg-orange-600:hover {
    background-color: #e66833;
  }

  .lg\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .lg\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .lg\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .lg\:hover\:bg-yellow-100:hover {
    background-color: #fdf6e7;
  }

  .lg\:hover\:bg-yellow-200:hover {
    background-color: #fee9bf;
  }

  .lg\:hover\:bg-yellow-300:hover {
    background-color: #fbd893;
  }

  .lg\:hover\:bg-yellow-400:hover {
    background-color: #fcc85f;
  }

  .lg\:hover\:bg-yellow-500:hover {
    background-color: #ffbf3d;
  }

  .lg\:hover\:bg-yellow-600:hover {
    background-color: #e7a41d;
  }

  .lg\:hover\:bg-yellow-700:hover {
    background-color: #b7841f;
  }

  .lg\:hover\:bg-yellow-800:hover {
    background-color: #976c16;
  }

  .lg\:hover\:bg-yellow-900:hover {
    background-color: #745310;
  }

  .lg\:hover\:bg-green-100:hover {
    background-color: #f9fce9;
  }

  .lg\:hover\:bg-green-200:hover {
    background-color: #e5f396;
  }

  .lg\:hover\:bg-green-300:hover {
    background-color: #d0e656;
  }

  .lg\:hover\:bg-green-400:hover {
    background-color: #badb00;
  }

  .lg\:hover\:bg-green-500:hover {
    background-color: #acca07;
  }

  .lg\:hover\:bg-green-600:hover {
    background-color: #99b305;
  }

  .lg\:hover\:bg-green-700:hover {
    background-color: #869e00;
  }

  .lg\:hover\:bg-green-800:hover {
    background-color: #546727;
  }

  .lg\:hover\:bg-green-900:hover {
    background-color: #394a12;
  }

  .lg\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .lg\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .lg\:hover\:bg-teal-300:hover {
    background-color: #7beadc;
  }

  .lg\:hover\:bg-teal-400:hover {
    background-color: #00cfb5;
  }

  .lg\:hover\:bg-teal-500:hover {
    background-color: #3cbbaa;
  }

  .lg\:hover\:bg-teal-600:hover {
    background-color: #319789;
  }

  .lg\:hover\:bg-teal-700:hover {
    background-color: #2c7b70;
  }

  .lg\:hover\:bg-teal-800:hover {
    background-color: #286159;
  }

  .lg\:hover\:bg-teal-900:hover {
    background-color: #23524c;
  }

  .lg\:hover\:bg-aqua-100:hover {
    background-color: #ebfcff;
  }

  .lg\:hover\:bg-aqua-200:hover {
    background-color: #beeff8;
  }

  .lg\:hover\:bg-aqua-300:hover {
    background-color: #90e5f4;
  }

  .lg\:hover\:bg-aqua-400:hover {
    background-color: #71dcef;
  }

  .lg\:hover\:bg-aqua-500:hover {
    background-color: #52cfe5;
  }

  .lg\:hover\:bg-aqua-600:hover {
    background-color: #2bb2ca;
  }

  .lg\:hover\:bg-aqua-700:hover {
    background-color: #2097ac;
  }

  .lg\:hover\:bg-aqua-800:hover {
    background-color: #1c7382;
  }

  .lg\:hover\:bg-aqua-900:hover {
    background-color: #155460;
  }

  .lg\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .lg\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .lg\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .lg\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .lg\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .lg\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .lg\:hover\:bg-blue-700:hover {
    background-color: #006eb5;
  }

  .lg\:hover\:bg-blue-800:hover {
    background-color: #22547c;
  }

  .lg\:hover\:bg-blue-900:hover {
    background-color: #2b435a;
  }

  .lg\:hover\:bg-purple-100:hover {
    background-color: #fcf5ff;
  }

  .lg\:hover\:bg-purple-200:hover {
    background-color: #f1d8fd;
  }

  .lg\:hover\:bg-purple-300:hover {
    background-color: #dbbcfa;
  }

  .lg\:hover\:bg-purple-400:hover {
    background-color: #cd82f2;
  }

  .lg\:hover\:bg-purple-500:hover {
    background-color: #b26dd5;
  }

  .lg\:hover\:bg-purple-600:hover {
    background-color: #904eb1;
  }

  .lg\:hover\:bg-purple-700:hover {
    background-color: #824091;
  }

  .lg\:hover\:bg-purple-800:hover {
    background-color: #743582;
  }

  .lg\:hover\:bg-purple-900:hover {
    background-color: #4a2353;
  }

  .lg\:hover\:bg-tan-100:hover {
    background-color: #f6f2e9;
  }

  .lg\:hover\:bg-tan-200:hover {
    background-color: #eee7d8;
  }

  .lg\:hover\:bg-tan-300:hover {
    background-color: #e7ddc5;
  }

  .lg\:hover\:bg-tan-400:hover {
    background-color: #e5d4ab;
  }

  .lg\:hover\:bg-tan-500:hover {
    background-color: #dec891;
  }

  .lg\:hover\:bg-tan-600:hover {
    background-color: #c3ac74;
  }

  .lg\:hover\:bg-tan-700:hover {
    background-color: #9a8451;
  }

  .lg\:hover\:bg-tan-800:hover {
    background-color: #685936;
  }

  .lg\:hover\:bg-tan-900:hover {
    background-color: #574c33;
  }

  .lg\:hover\:bg-gold-500:hover {
    background-color: #a4804a;
  }

  .lg\:hover\:bg-silver-500:hover {
    background-color: #8a8d8f;
  }

  .lg\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .lg\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .lg\:focus\:bg-white-semi-9:focus {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:focus\:bg-white-semi-8:focus {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:bg-white-semi-7:focus {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:focus\:bg-white-semi-6:focus {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:focus\:bg-white-semi-5:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:bg-white-semi-4:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:focus\:bg-white-semi-3:focus {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:focus\:bg-white-semi-2:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:focus\:bg-white-semi-1:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:bg-black:focus {
    background-color: #000;
  }

  .lg\:focus\:bg-black-semi-9:focus {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:focus\:bg-black-semi-8:focus {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:bg-black-semi-7:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:focus\:bg-black-semi-6:focus {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:focus\:bg-black-semi-5:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:bg-black-semi-4:focus {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:focus\:bg-black-semi-3:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:bg-black-semi-2:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:focus\:bg-black-semi-1:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:bg-gray-100:focus {
    background-color: #f7f7f7;
  }

  .lg\:focus\:bg-gray-200:focus {
    background-color: #ebebeb;
  }

  .lg\:focus\:bg-gray-300:focus {
    background-color: #d0d0d0;
  }

  .lg\:focus\:bg-gray-400:focus {
    background-color: #b8b8b8;
  }

  .lg\:focus\:bg-gray-500:focus {
    background-color: #9e9e9e;
  }

  .lg\:focus\:bg-gray-600:focus {
    background-color: #666666;
  }

  .lg\:focus\:bg-gray-700:focus {
    background-color: #525252;
  }

  .lg\:focus\:bg-gray-800:focus {
    background-color: #333333;
  }

  .lg\:focus\:bg-gray-900:focus {
    background-color: #1f1f1f;
  }

  .lg\:focus\:bg-gray-warm-100:focus {
    background-color: #f4f2f0;
  }

  .lg\:focus\:bg-gray-warm-200:focus {
    background-color: #e9e6e2;
  }

  .lg\:focus\:bg-gray-warm-300:focus {
    background-color: #dfdad4;
  }

  .lg\:focus\:bg-gray-warm-400:focus {
    background-color: #cfc7bf;
  }

  .lg\:focus\:bg-gray-warm-500:focus {
    background-color: #c2bab3;
  }

  .lg\:focus\:bg-gray-warm-600:focus {
    background-color: #b3aca8;
  }

  .lg\:focus\:bg-gray-warm-700:focus {
    background-color: #a19994;
  }

  .lg\:focus\:bg-gray-warm-800:focus {
    background-color: #63544b;
  }

  .lg\:focus\:bg-gray-warm-900:focus {
    background-color: #3f3731;
  }

  .lg\:focus\:bg-gray-cool-100:focus {
    background-color: #f3f4f7;
  }

  .lg\:focus\:bg-gray-cool-200:focus {
    background-color: #e9edf1;
  }

  .lg\:focus\:bg-gray-cool-300:focus {
    background-color: #d5dde6;
  }

  .lg\:focus\:bg-gray-cool-400:focus {
    background-color: #bcc5d2;
  }

  .lg\:focus\:bg-gray-cool-500:focus {
    background-color: #99a3b0;
  }

  .lg\:focus\:bg-gray-cool-600:focus {
    background-color: #8d95a0;
  }

  .lg\:focus\:bg-gray-cool-700:focus {
    background-color: #7e848b;
  }

  .lg\:focus\:bg-gray-cool-800:focus {
    background-color: #686d73;
  }

  .lg\:focus\:bg-gray-cool-900:focus {
    background-color: #50565e;
  }

  .lg\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .lg\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .lg\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .lg\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .lg\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .lg\:focus\:bg-red-600:focus {
    background-color: #e21d2f;
  }

  .lg\:focus\:bg-red-700:focus {
    background-color: #d41b2c;
  }

  .lg\:focus\:bg-red-800:focus {
    background-color: #c61929;
  }

  .lg\:focus\:bg-red-900:focus {
    background-color: #873138;
  }

  .lg\:focus\:bg-orange-100:focus {
    background-color: #fff4f0;
  }

  .lg\:focus\:bg-orange-200:focus {
    background-color: #fed8c8;
  }

  .lg\:focus\:bg-orange-300:focus {
    background-color: #fcb99c;
  }

  .lg\:focus\:bg-orange-400:focus {
    background-color: #fd9568;
  }

  .lg\:focus\:bg-orange-500:focus {
    background-color: #ff854f;
  }

  .lg\:focus\:bg-orange-600:focus {
    background-color: #e66833;
  }

  .lg\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .lg\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .lg\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .lg\:focus\:bg-yellow-100:focus {
    background-color: #fdf6e7;
  }

  .lg\:focus\:bg-yellow-200:focus {
    background-color: #fee9bf;
  }

  .lg\:focus\:bg-yellow-300:focus {
    background-color: #fbd893;
  }

  .lg\:focus\:bg-yellow-400:focus {
    background-color: #fcc85f;
  }

  .lg\:focus\:bg-yellow-500:focus {
    background-color: #ffbf3d;
  }

  .lg\:focus\:bg-yellow-600:focus {
    background-color: #e7a41d;
  }

  .lg\:focus\:bg-yellow-700:focus {
    background-color: #b7841f;
  }

  .lg\:focus\:bg-yellow-800:focus {
    background-color: #976c16;
  }

  .lg\:focus\:bg-yellow-900:focus {
    background-color: #745310;
  }

  .lg\:focus\:bg-green-100:focus {
    background-color: #f9fce9;
  }

  .lg\:focus\:bg-green-200:focus {
    background-color: #e5f396;
  }

  .lg\:focus\:bg-green-300:focus {
    background-color: #d0e656;
  }

  .lg\:focus\:bg-green-400:focus {
    background-color: #badb00;
  }

  .lg\:focus\:bg-green-500:focus {
    background-color: #acca07;
  }

  .lg\:focus\:bg-green-600:focus {
    background-color: #99b305;
  }

  .lg\:focus\:bg-green-700:focus {
    background-color: #869e00;
  }

  .lg\:focus\:bg-green-800:focus {
    background-color: #546727;
  }

  .lg\:focus\:bg-green-900:focus {
    background-color: #394a12;
  }

  .lg\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .lg\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .lg\:focus\:bg-teal-300:focus {
    background-color: #7beadc;
  }

  .lg\:focus\:bg-teal-400:focus {
    background-color: #00cfb5;
  }

  .lg\:focus\:bg-teal-500:focus {
    background-color: #3cbbaa;
  }

  .lg\:focus\:bg-teal-600:focus {
    background-color: #319789;
  }

  .lg\:focus\:bg-teal-700:focus {
    background-color: #2c7b70;
  }

  .lg\:focus\:bg-teal-800:focus {
    background-color: #286159;
  }

  .lg\:focus\:bg-teal-900:focus {
    background-color: #23524c;
  }

  .lg\:focus\:bg-aqua-100:focus {
    background-color: #ebfcff;
  }

  .lg\:focus\:bg-aqua-200:focus {
    background-color: #beeff8;
  }

  .lg\:focus\:bg-aqua-300:focus {
    background-color: #90e5f4;
  }

  .lg\:focus\:bg-aqua-400:focus {
    background-color: #71dcef;
  }

  .lg\:focus\:bg-aqua-500:focus {
    background-color: #52cfe5;
  }

  .lg\:focus\:bg-aqua-600:focus {
    background-color: #2bb2ca;
  }

  .lg\:focus\:bg-aqua-700:focus {
    background-color: #2097ac;
  }

  .lg\:focus\:bg-aqua-800:focus {
    background-color: #1c7382;
  }

  .lg\:focus\:bg-aqua-900:focus {
    background-color: #155460;
  }

  .lg\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .lg\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .lg\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .lg\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .lg\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .lg\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .lg\:focus\:bg-blue-700:focus {
    background-color: #006eb5;
  }

  .lg\:focus\:bg-blue-800:focus {
    background-color: #22547c;
  }

  .lg\:focus\:bg-blue-900:focus {
    background-color: #2b435a;
  }

  .lg\:focus\:bg-purple-100:focus {
    background-color: #fcf5ff;
  }

  .lg\:focus\:bg-purple-200:focus {
    background-color: #f1d8fd;
  }

  .lg\:focus\:bg-purple-300:focus {
    background-color: #dbbcfa;
  }

  .lg\:focus\:bg-purple-400:focus {
    background-color: #cd82f2;
  }

  .lg\:focus\:bg-purple-500:focus {
    background-color: #b26dd5;
  }

  .lg\:focus\:bg-purple-600:focus {
    background-color: #904eb1;
  }

  .lg\:focus\:bg-purple-700:focus {
    background-color: #824091;
  }

  .lg\:focus\:bg-purple-800:focus {
    background-color: #743582;
  }

  .lg\:focus\:bg-purple-900:focus {
    background-color: #4a2353;
  }

  .lg\:focus\:bg-tan-100:focus {
    background-color: #f6f2e9;
  }

  .lg\:focus\:bg-tan-200:focus {
    background-color: #eee7d8;
  }

  .lg\:focus\:bg-tan-300:focus {
    background-color: #e7ddc5;
  }

  .lg\:focus\:bg-tan-400:focus {
    background-color: #e5d4ab;
  }

  .lg\:focus\:bg-tan-500:focus {
    background-color: #dec891;
  }

  .lg\:focus\:bg-tan-600:focus {
    background-color: #c3ac74;
  }

  .lg\:focus\:bg-tan-700:focus {
    background-color: #9a8451;
  }

  .lg\:focus\:bg-tan-800:focus {
    background-color: #685936;
  }

  .lg\:focus\:bg-tan-900:focus {
    background-color: #574c33;
  }

  .lg\:focus\:bg-gold-500:focus {
    background-color: #a4804a;
  }

  .lg\:focus\:bg-silver-500:focus {
    background-color: #8a8d8f;
  }

  .lg\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .lg\:disabled\:bg-white:disabled {
    background-color: #ffffff;
  }

  .lg\:disabled\:bg-white-semi-9:disabled {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:disabled\:bg-white-semi-8:disabled {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:disabled\:bg-white-semi-7:disabled {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:disabled\:bg-white-semi-6:disabled {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:disabled\:bg-white-semi-5:disabled {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:disabled\:bg-white-semi-4:disabled {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:disabled\:bg-white-semi-3:disabled {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:disabled\:bg-white-semi-2:disabled {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:disabled\:bg-white-semi-1:disabled {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .lg\:disabled\:bg-black-semi-9:disabled {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:disabled\:bg-black-semi-8:disabled {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:disabled\:bg-black-semi-7:disabled {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:disabled\:bg-black-semi-6:disabled {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:disabled\:bg-black-semi-5:disabled {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:disabled\:bg-black-semi-4:disabled {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:disabled\:bg-black-semi-3:disabled {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:disabled\:bg-black-semi-2:disabled {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:disabled\:bg-black-semi-1:disabled {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:disabled\:bg-gray-100:disabled {
    background-color: #f7f7f7;
  }

  .lg\:disabled\:bg-gray-200:disabled {
    background-color: #ebebeb;
  }

  .lg\:disabled\:bg-gray-300:disabled {
    background-color: #d0d0d0;
  }

  .lg\:disabled\:bg-gray-400:disabled {
    background-color: #b8b8b8;
  }

  .lg\:disabled\:bg-gray-500:disabled {
    background-color: #9e9e9e;
  }

  .lg\:disabled\:bg-gray-600:disabled {
    background-color: #666666;
  }

  .lg\:disabled\:bg-gray-700:disabled {
    background-color: #525252;
  }

  .lg\:disabled\:bg-gray-800:disabled {
    background-color: #333333;
  }

  .lg\:disabled\:bg-gray-900:disabled {
    background-color: #1f1f1f;
  }

  .lg\:disabled\:bg-gray-warm-100:disabled {
    background-color: #f4f2f0;
  }

  .lg\:disabled\:bg-gray-warm-200:disabled {
    background-color: #e9e6e2;
  }

  .lg\:disabled\:bg-gray-warm-300:disabled {
    background-color: #dfdad4;
  }

  .lg\:disabled\:bg-gray-warm-400:disabled {
    background-color: #cfc7bf;
  }

  .lg\:disabled\:bg-gray-warm-500:disabled {
    background-color: #c2bab3;
  }

  .lg\:disabled\:bg-gray-warm-600:disabled {
    background-color: #b3aca8;
  }

  .lg\:disabled\:bg-gray-warm-700:disabled {
    background-color: #a19994;
  }

  .lg\:disabled\:bg-gray-warm-800:disabled {
    background-color: #63544b;
  }

  .lg\:disabled\:bg-gray-warm-900:disabled {
    background-color: #3f3731;
  }

  .lg\:disabled\:bg-gray-cool-100:disabled {
    background-color: #f3f4f7;
  }

  .lg\:disabled\:bg-gray-cool-200:disabled {
    background-color: #e9edf1;
  }

  .lg\:disabled\:bg-gray-cool-300:disabled {
    background-color: #d5dde6;
  }

  .lg\:disabled\:bg-gray-cool-400:disabled {
    background-color: #bcc5d2;
  }

  .lg\:disabled\:bg-gray-cool-500:disabled {
    background-color: #99a3b0;
  }

  .lg\:disabled\:bg-gray-cool-600:disabled {
    background-color: #8d95a0;
  }

  .lg\:disabled\:bg-gray-cool-700:disabled {
    background-color: #7e848b;
  }

  .lg\:disabled\:bg-gray-cool-800:disabled {
    background-color: #686d73;
  }

  .lg\:disabled\:bg-gray-cool-900:disabled {
    background-color: #50565e;
  }

  .lg\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .lg\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .lg\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .lg\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .lg\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .lg\:disabled\:bg-red-600:disabled {
    background-color: #e21d2f;
  }

  .lg\:disabled\:bg-red-700:disabled {
    background-color: #d41b2c;
  }

  .lg\:disabled\:bg-red-800:disabled {
    background-color: #c61929;
  }

  .lg\:disabled\:bg-red-900:disabled {
    background-color: #873138;
  }

  .lg\:disabled\:bg-orange-100:disabled {
    background-color: #fff4f0;
  }

  .lg\:disabled\:bg-orange-200:disabled {
    background-color: #fed8c8;
  }

  .lg\:disabled\:bg-orange-300:disabled {
    background-color: #fcb99c;
  }

  .lg\:disabled\:bg-orange-400:disabled {
    background-color: #fd9568;
  }

  .lg\:disabled\:bg-orange-500:disabled {
    background-color: #ff854f;
  }

  .lg\:disabled\:bg-orange-600:disabled {
    background-color: #e66833;
  }

  .lg\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .lg\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .lg\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .lg\:disabled\:bg-yellow-100:disabled {
    background-color: #fdf6e7;
  }

  .lg\:disabled\:bg-yellow-200:disabled {
    background-color: #fee9bf;
  }

  .lg\:disabled\:bg-yellow-300:disabled {
    background-color: #fbd893;
  }

  .lg\:disabled\:bg-yellow-400:disabled {
    background-color: #fcc85f;
  }

  .lg\:disabled\:bg-yellow-500:disabled {
    background-color: #ffbf3d;
  }

  .lg\:disabled\:bg-yellow-600:disabled {
    background-color: #e7a41d;
  }

  .lg\:disabled\:bg-yellow-700:disabled {
    background-color: #b7841f;
  }

  .lg\:disabled\:bg-yellow-800:disabled {
    background-color: #976c16;
  }

  .lg\:disabled\:bg-yellow-900:disabled {
    background-color: #745310;
  }

  .lg\:disabled\:bg-green-100:disabled {
    background-color: #f9fce9;
  }

  .lg\:disabled\:bg-green-200:disabled {
    background-color: #e5f396;
  }

  .lg\:disabled\:bg-green-300:disabled {
    background-color: #d0e656;
  }

  .lg\:disabled\:bg-green-400:disabled {
    background-color: #badb00;
  }

  .lg\:disabled\:bg-green-500:disabled {
    background-color: #acca07;
  }

  .lg\:disabled\:bg-green-600:disabled {
    background-color: #99b305;
  }

  .lg\:disabled\:bg-green-700:disabled {
    background-color: #869e00;
  }

  .lg\:disabled\:bg-green-800:disabled {
    background-color: #546727;
  }

  .lg\:disabled\:bg-green-900:disabled {
    background-color: #394a12;
  }

  .lg\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .lg\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .lg\:disabled\:bg-teal-300:disabled {
    background-color: #7beadc;
  }

  .lg\:disabled\:bg-teal-400:disabled {
    background-color: #00cfb5;
  }

  .lg\:disabled\:bg-teal-500:disabled {
    background-color: #3cbbaa;
  }

  .lg\:disabled\:bg-teal-600:disabled {
    background-color: #319789;
  }

  .lg\:disabled\:bg-teal-700:disabled {
    background-color: #2c7b70;
  }

  .lg\:disabled\:bg-teal-800:disabled {
    background-color: #286159;
  }

  .lg\:disabled\:bg-teal-900:disabled {
    background-color: #23524c;
  }

  .lg\:disabled\:bg-aqua-100:disabled {
    background-color: #ebfcff;
  }

  .lg\:disabled\:bg-aqua-200:disabled {
    background-color: #beeff8;
  }

  .lg\:disabled\:bg-aqua-300:disabled {
    background-color: #90e5f4;
  }

  .lg\:disabled\:bg-aqua-400:disabled {
    background-color: #71dcef;
  }

  .lg\:disabled\:bg-aqua-500:disabled {
    background-color: #52cfe5;
  }

  .lg\:disabled\:bg-aqua-600:disabled {
    background-color: #2bb2ca;
  }

  .lg\:disabled\:bg-aqua-700:disabled {
    background-color: #2097ac;
  }

  .lg\:disabled\:bg-aqua-800:disabled {
    background-color: #1c7382;
  }

  .lg\:disabled\:bg-aqua-900:disabled {
    background-color: #155460;
  }

  .lg\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .lg\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .lg\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .lg\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .lg\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .lg\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .lg\:disabled\:bg-blue-700:disabled {
    background-color: #006eb5;
  }

  .lg\:disabled\:bg-blue-800:disabled {
    background-color: #22547c;
  }

  .lg\:disabled\:bg-blue-900:disabled {
    background-color: #2b435a;
  }

  .lg\:disabled\:bg-purple-100:disabled {
    background-color: #fcf5ff;
  }

  .lg\:disabled\:bg-purple-200:disabled {
    background-color: #f1d8fd;
  }

  .lg\:disabled\:bg-purple-300:disabled {
    background-color: #dbbcfa;
  }

  .lg\:disabled\:bg-purple-400:disabled {
    background-color: #cd82f2;
  }

  .lg\:disabled\:bg-purple-500:disabled {
    background-color: #b26dd5;
  }

  .lg\:disabled\:bg-purple-600:disabled {
    background-color: #904eb1;
  }

  .lg\:disabled\:bg-purple-700:disabled {
    background-color: #824091;
  }

  .lg\:disabled\:bg-purple-800:disabled {
    background-color: #743582;
  }

  .lg\:disabled\:bg-purple-900:disabled {
    background-color: #4a2353;
  }

  .lg\:disabled\:bg-tan-100:disabled {
    background-color: #f6f2e9;
  }

  .lg\:disabled\:bg-tan-200:disabled {
    background-color: #eee7d8;
  }

  .lg\:disabled\:bg-tan-300:disabled {
    background-color: #e7ddc5;
  }

  .lg\:disabled\:bg-tan-400:disabled {
    background-color: #e5d4ab;
  }

  .lg\:disabled\:bg-tan-500:disabled {
    background-color: #dec891;
  }

  .lg\:disabled\:bg-tan-600:disabled {
    background-color: #c3ac74;
  }

  .lg\:disabled\:bg-tan-700:disabled {
    background-color: #9a8451;
  }

  .lg\:disabled\:bg-tan-800:disabled {
    background-color: #685936;
  }

  .lg\:disabled\:bg-tan-900:disabled {
    background-color: #574c33;
  }

  .lg\:disabled\:bg-gold-500:disabled {
    background-color: #a4804a;
  }

  .lg\:disabled\:bg-silver-500:disabled {
    background-color: #8a8d8f;
  }

  .lg\:bg-none {
    background-image: none;
  }

  .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-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-white {
    border-color: #ffffff;
  }

  .lg\:border-white-semi-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:border-white-semi-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:border-white-semi-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:border-white-semi-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:border-white-semi-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:border-white-semi-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:border-white-semi-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:border-white-semi-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:border-white-semi-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:border-black {
    border-color: #000;
  }

  .lg\:border-black-semi-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:border-black-semi-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:border-black-semi-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:border-black-semi-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:border-black-semi-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:border-black-semi-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:border-black-semi-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:border-black-semi-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:border-black-semi-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:border-gray-100 {
    border-color: #f7f7f7;
  }

  .lg\:border-gray-200 {
    border-color: #ebebeb;
  }

  .lg\:border-gray-300 {
    border-color: #d0d0d0;
  }

  .lg\:border-gray-400 {
    border-color: #b8b8b8;
  }

  .lg\:border-gray-500 {
    border-color: #9e9e9e;
  }

  .lg\:border-gray-600 {
    border-color: #666666;
  }

  .lg\:border-gray-700 {
    border-color: #525252;
  }

  .lg\:border-gray-800 {
    border-color: #333333;
  }

  .lg\:border-gray-900 {
    border-color: #1f1f1f;
  }

  .lg\:border-gray-warm-100 {
    border-color: #f4f2f0;
  }

  .lg\:border-gray-warm-200 {
    border-color: #e9e6e2;
  }

  .lg\:border-gray-warm-300 {
    border-color: #dfdad4;
  }

  .lg\:border-gray-warm-400 {
    border-color: #cfc7bf;
  }

  .lg\:border-gray-warm-500 {
    border-color: #c2bab3;
  }

  .lg\:border-gray-warm-600 {
    border-color: #b3aca8;
  }

  .lg\:border-gray-warm-700 {
    border-color: #a19994;
  }

  .lg\:border-gray-warm-800 {
    border-color: #63544b;
  }

  .lg\:border-gray-warm-900 {
    border-color: #3f3731;
  }

  .lg\:border-gray-cool-100 {
    border-color: #f3f4f7;
  }

  .lg\:border-gray-cool-200 {
    border-color: #e9edf1;
  }

  .lg\:border-gray-cool-300 {
    border-color: #d5dde6;
  }

  .lg\:border-gray-cool-400 {
    border-color: #bcc5d2;
  }

  .lg\:border-gray-cool-500 {
    border-color: #99a3b0;
  }

  .lg\:border-gray-cool-600 {
    border-color: #8d95a0;
  }

  .lg\:border-gray-cool-700 {
    border-color: #7e848b;
  }

  .lg\:border-gray-cool-800 {
    border-color: #686d73;
  }

  .lg\:border-gray-cool-900 {
    border-color: #50565e;
  }

  .lg\:border-red-100 {
    border-color: #fff5f5;
  }

  .lg\:border-red-200 {
    border-color: #fed7d7;
  }

  .lg\:border-red-300 {
    border-color: #feb2b2;
  }

  .lg\:border-red-400 {
    border-color: #fc8181;
  }

  .lg\:border-red-500 {
    border-color: #f56565;
  }

  .lg\:border-red-600 {
    border-color: #e21d2f;
  }

  .lg\:border-red-700 {
    border-color: #d41b2c;
  }

  .lg\:border-red-800 {
    border-color: #c61929;
  }

  .lg\:border-red-900 {
    border-color: #873138;
  }

  .lg\:border-orange-100 {
    border-color: #fff4f0;
  }

  .lg\:border-orange-200 {
    border-color: #fed8c8;
  }

  .lg\:border-orange-300 {
    border-color: #fcb99c;
  }

  .lg\:border-orange-400 {
    border-color: #fd9568;
  }

  .lg\:border-orange-500 {
    border-color: #ff854f;
  }

  .lg\:border-orange-600 {
    border-color: #e66833;
  }

  .lg\:border-orange-700 {
    border-color: #c05621;
  }

  .lg\:border-orange-800 {
    border-color: #9c4221;
  }

  .lg\:border-orange-900 {
    border-color: #7b341e;
  }

  .lg\:border-yellow-100 {
    border-color: #fdf6e7;
  }

  .lg\:border-yellow-200 {
    border-color: #fee9bf;
  }

  .lg\:border-yellow-300 {
    border-color: #fbd893;
  }

  .lg\:border-yellow-400 {
    border-color: #fcc85f;
  }

  .lg\:border-yellow-500 {
    border-color: #ffbf3d;
  }

  .lg\:border-yellow-600 {
    border-color: #e7a41d;
  }

  .lg\:border-yellow-700 {
    border-color: #b7841f;
  }

  .lg\:border-yellow-800 {
    border-color: #976c16;
  }

  .lg\:border-yellow-900 {
    border-color: #745310;
  }

  .lg\:border-green-100 {
    border-color: #f9fce9;
  }

  .lg\:border-green-200 {
    border-color: #e5f396;
  }

  .lg\:border-green-300 {
    border-color: #d0e656;
  }

  .lg\:border-green-400 {
    border-color: #badb00;
  }

  .lg\:border-green-500 {
    border-color: #acca07;
  }

  .lg\:border-green-600 {
    border-color: #99b305;
  }

  .lg\:border-green-700 {
    border-color: #869e00;
  }

  .lg\:border-green-800 {
    border-color: #546727;
  }

  .lg\:border-green-900 {
    border-color: #394a12;
  }

  .lg\:border-teal-100 {
    border-color: #e6fffa;
  }

  .lg\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .lg\:border-teal-300 {
    border-color: #7beadc;
  }

  .lg\:border-teal-400 {
    border-color: #00cfb5;
  }

  .lg\:border-teal-500 {
    border-color: #3cbbaa;
  }

  .lg\:border-teal-600 {
    border-color: #319789;
  }

  .lg\:border-teal-700 {
    border-color: #2c7b70;
  }

  .lg\:border-teal-800 {
    border-color: #286159;
  }

  .lg\:border-teal-900 {
    border-color: #23524c;
  }

  .lg\:border-aqua-100 {
    border-color: #ebfcff;
  }

  .lg\:border-aqua-200 {
    border-color: #beeff8;
  }

  .lg\:border-aqua-300 {
    border-color: #90e5f4;
  }

  .lg\:border-aqua-400 {
    border-color: #71dcef;
  }

  .lg\:border-aqua-500 {
    border-color: #52cfe5;
  }

  .lg\:border-aqua-600 {
    border-color: #2bb2ca;
  }

  .lg\:border-aqua-700 {
    border-color: #2097ac;
  }

  .lg\:border-aqua-800 {
    border-color: #1c7382;
  }

  .lg\:border-aqua-900 {
    border-color: #155460;
  }

  .lg\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .lg\:border-blue-200 {
    border-color: #bee3f8;
  }

  .lg\:border-blue-300 {
    border-color: #90cdf4;
  }

  .lg\:border-blue-400 {
    border-color: #63b3ed;
  }

  .lg\:border-blue-500 {
    border-color: #4299e1;
  }

  .lg\:border-blue-600 {
    border-color: #3182ce;
  }

  .lg\:border-blue-700 {
    border-color: #006eb5;
  }

  .lg\:border-blue-800 {
    border-color: #22547c;
  }

  .lg\:border-blue-900 {
    border-color: #2b435a;
  }

  .lg\:border-purple-100 {
    border-color: #fcf5ff;
  }

  .lg\:border-purple-200 {
    border-color: #f1d8fd;
  }

  .lg\:border-purple-300 {
    border-color: #dbbcfa;
  }

  .lg\:border-purple-400 {
    border-color: #cd82f2;
  }

  .lg\:border-purple-500 {
    border-color: #b26dd5;
  }

  .lg\:border-purple-600 {
    border-color: #904eb1;
  }

  .lg\:border-purple-700 {
    border-color: #824091;
  }

  .lg\:border-purple-800 {
    border-color: #743582;
  }

  .lg\:border-purple-900 {
    border-color: #4a2353;
  }

  .lg\:border-tan-100 {
    border-color: #f6f2e9;
  }

  .lg\:border-tan-200 {
    border-color: #eee7d8;
  }

  .lg\:border-tan-300 {
    border-color: #e7ddc5;
  }

  .lg\:border-tan-400 {
    border-color: #e5d4ab;
  }

  .lg\:border-tan-500 {
    border-color: #dec891;
  }

  .lg\:border-tan-600 {
    border-color: #c3ac74;
  }

  .lg\:border-tan-700 {
    border-color: #9a8451;
  }

  .lg\:border-tan-800 {
    border-color: #685936;
  }

  .lg\:border-tan-900 {
    border-color: #574c33;
  }

  .lg\:border-gold-500 {
    border-color: #a4804a;
  }

  .lg\:border-silver-500 {
    border-color: #8a8d8f;
  }

  .lg\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .lg\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .lg\:hover\:border-white-semi-9:hover {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:hover\:border-white-semi-8:hover {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:border-white-semi-7:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:hover\:border-white-semi-6:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:hover\:border-white-semi-5:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:border-white-semi-4:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:hover\:border-white-semi-3:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:hover\:border-white-semi-2:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:hover\:border-white-semi-1:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:border-black:hover {
    border-color: #000;
  }

  .lg\:hover\:border-black-semi-9:hover {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:hover\:border-black-semi-8:hover {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:border-black-semi-7:hover {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:hover\:border-black-semi-6:hover {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:hover\:border-black-semi-5:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:border-black-semi-4:hover {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:hover\:border-black-semi-3:hover {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:border-black-semi-2:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:hover\:border-black-semi-1:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:border-gray-100:hover {
    border-color: #f7f7f7;
  }

  .lg\:hover\:border-gray-200:hover {
    border-color: #ebebeb;
  }

  .lg\:hover\:border-gray-300:hover {
    border-color: #d0d0d0;
  }

  .lg\:hover\:border-gray-400:hover {
    border-color: #b8b8b8;
  }

  .lg\:hover\:border-gray-500:hover {
    border-color: #9e9e9e;
  }

  .lg\:hover\:border-gray-600:hover {
    border-color: #666666;
  }

  .lg\:hover\:border-gray-700:hover {
    border-color: #525252;
  }

  .lg\:hover\:border-gray-800:hover {
    border-color: #333333;
  }

  .lg\:hover\:border-gray-900:hover {
    border-color: #1f1f1f;
  }

  .lg\:hover\:border-gray-warm-100:hover {
    border-color: #f4f2f0;
  }

  .lg\:hover\:border-gray-warm-200:hover {
    border-color: #e9e6e2;
  }

  .lg\:hover\:border-gray-warm-300:hover {
    border-color: #dfdad4;
  }

  .lg\:hover\:border-gray-warm-400:hover {
    border-color: #cfc7bf;
  }

  .lg\:hover\:border-gray-warm-500:hover {
    border-color: #c2bab3;
  }

  .lg\:hover\:border-gray-warm-600:hover {
    border-color: #b3aca8;
  }

  .lg\:hover\:border-gray-warm-700:hover {
    border-color: #a19994;
  }

  .lg\:hover\:border-gray-warm-800:hover {
    border-color: #63544b;
  }

  .lg\:hover\:border-gray-warm-900:hover {
    border-color: #3f3731;
  }

  .lg\:hover\:border-gray-cool-100:hover {
    border-color: #f3f4f7;
  }

  .lg\:hover\:border-gray-cool-200:hover {
    border-color: #e9edf1;
  }

  .lg\:hover\:border-gray-cool-300:hover {
    border-color: #d5dde6;
  }

  .lg\:hover\:border-gray-cool-400:hover {
    border-color: #bcc5d2;
  }

  .lg\:hover\:border-gray-cool-500:hover {
    border-color: #99a3b0;
  }

  .lg\:hover\:border-gray-cool-600:hover {
    border-color: #8d95a0;
  }

  .lg\:hover\:border-gray-cool-700:hover {
    border-color: #7e848b;
  }

  .lg\:hover\:border-gray-cool-800:hover {
    border-color: #686d73;
  }

  .lg\:hover\:border-gray-cool-900:hover {
    border-color: #50565e;
  }

  .lg\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .lg\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .lg\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .lg\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .lg\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .lg\:hover\:border-red-600:hover {
    border-color: #e21d2f;
  }

  .lg\:hover\:border-red-700:hover {
    border-color: #d41b2c;
  }

  .lg\:hover\:border-red-800:hover {
    border-color: #c61929;
  }

  .lg\:hover\:border-red-900:hover {
    border-color: #873138;
  }

  .lg\:hover\:border-orange-100:hover {
    border-color: #fff4f0;
  }

  .lg\:hover\:border-orange-200:hover {
    border-color: #fed8c8;
  }

  .lg\:hover\:border-orange-300:hover {
    border-color: #fcb99c;
  }

  .lg\:hover\:border-orange-400:hover {
    border-color: #fd9568;
  }

  .lg\:hover\:border-orange-500:hover {
    border-color: #ff854f;
  }

  .lg\:hover\:border-orange-600:hover {
    border-color: #e66833;
  }

  .lg\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .lg\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .lg\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .lg\:hover\:border-yellow-100:hover {
    border-color: #fdf6e7;
  }

  .lg\:hover\:border-yellow-200:hover {
    border-color: #fee9bf;
  }

  .lg\:hover\:border-yellow-300:hover {
    border-color: #fbd893;
  }

  .lg\:hover\:border-yellow-400:hover {
    border-color: #fcc85f;
  }

  .lg\:hover\:border-yellow-500:hover {
    border-color: #ffbf3d;
  }

  .lg\:hover\:border-yellow-600:hover {
    border-color: #e7a41d;
  }

  .lg\:hover\:border-yellow-700:hover {
    border-color: #b7841f;
  }

  .lg\:hover\:border-yellow-800:hover {
    border-color: #976c16;
  }

  .lg\:hover\:border-yellow-900:hover {
    border-color: #745310;
  }

  .lg\:hover\:border-green-100:hover {
    border-color: #f9fce9;
  }

  .lg\:hover\:border-green-200:hover {
    border-color: #e5f396;
  }

  .lg\:hover\:border-green-300:hover {
    border-color: #d0e656;
  }

  .lg\:hover\:border-green-400:hover {
    border-color: #badb00;
  }

  .lg\:hover\:border-green-500:hover {
    border-color: #acca07;
  }

  .lg\:hover\:border-green-600:hover {
    border-color: #99b305;
  }

  .lg\:hover\:border-green-700:hover {
    border-color: #869e00;
  }

  .lg\:hover\:border-green-800:hover {
    border-color: #546727;
  }

  .lg\:hover\:border-green-900:hover {
    border-color: #394a12;
  }

  .lg\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .lg\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .lg\:hover\:border-teal-300:hover {
    border-color: #7beadc;
  }

  .lg\:hover\:border-teal-400:hover {
    border-color: #00cfb5;
  }

  .lg\:hover\:border-teal-500:hover {
    border-color: #3cbbaa;
  }

  .lg\:hover\:border-teal-600:hover {
    border-color: #319789;
  }

  .lg\:hover\:border-teal-700:hover {
    border-color: #2c7b70;
  }

  .lg\:hover\:border-teal-800:hover {
    border-color: #286159;
  }

  .lg\:hover\:border-teal-900:hover {
    border-color: #23524c;
  }

  .lg\:hover\:border-aqua-100:hover {
    border-color: #ebfcff;
  }

  .lg\:hover\:border-aqua-200:hover {
    border-color: #beeff8;
  }

  .lg\:hover\:border-aqua-300:hover {
    border-color: #90e5f4;
  }

  .lg\:hover\:border-aqua-400:hover {
    border-color: #71dcef;
  }

  .lg\:hover\:border-aqua-500:hover {
    border-color: #52cfe5;
  }

  .lg\:hover\:border-aqua-600:hover {
    border-color: #2bb2ca;
  }

  .lg\:hover\:border-aqua-700:hover {
    border-color: #2097ac;
  }

  .lg\:hover\:border-aqua-800:hover {
    border-color: #1c7382;
  }

  .lg\:hover\:border-aqua-900:hover {
    border-color: #155460;
  }

  .lg\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .lg\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .lg\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .lg\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .lg\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .lg\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .lg\:hover\:border-blue-700:hover {
    border-color: #006eb5;
  }

  .lg\:hover\:border-blue-800:hover {
    border-color: #22547c;
  }

  .lg\:hover\:border-blue-900:hover {
    border-color: #2b435a;
  }

  .lg\:hover\:border-purple-100:hover {
    border-color: #fcf5ff;
  }

  .lg\:hover\:border-purple-200:hover {
    border-color: #f1d8fd;
  }

  .lg\:hover\:border-purple-300:hover {
    border-color: #dbbcfa;
  }

  .lg\:hover\:border-purple-400:hover {
    border-color: #cd82f2;
  }

  .lg\:hover\:border-purple-500:hover {
    border-color: #b26dd5;
  }

  .lg\:hover\:border-purple-600:hover {
    border-color: #904eb1;
  }

  .lg\:hover\:border-purple-700:hover {
    border-color: #824091;
  }

  .lg\:hover\:border-purple-800:hover {
    border-color: #743582;
  }

  .lg\:hover\:border-purple-900:hover {
    border-color: #4a2353;
  }

  .lg\:hover\:border-tan-100:hover {
    border-color: #f6f2e9;
  }

  .lg\:hover\:border-tan-200:hover {
    border-color: #eee7d8;
  }

  .lg\:hover\:border-tan-300:hover {
    border-color: #e7ddc5;
  }

  .lg\:hover\:border-tan-400:hover {
    border-color: #e5d4ab;
  }

  .lg\:hover\:border-tan-500:hover {
    border-color: #dec891;
  }

  .lg\:hover\:border-tan-600:hover {
    border-color: #c3ac74;
  }

  .lg\:hover\:border-tan-700:hover {
    border-color: #9a8451;
  }

  .lg\:hover\:border-tan-800:hover {
    border-color: #685936;
  }

  .lg\:hover\:border-tan-900:hover {
    border-color: #574c33;
  }

  .lg\:hover\:border-gold-500:hover {
    border-color: #a4804a;
  }

  .lg\:hover\:border-silver-500:hover {
    border-color: #8a8d8f;
  }

  .lg\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .lg\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .lg\:focus\:border-white-semi-9:focus {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .lg\:focus\:border-white-semi-8:focus {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:border-white-semi-7:focus {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .lg\:focus\:border-white-semi-6:focus {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .lg\:focus\:border-white-semi-5:focus {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:border-white-semi-4:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .lg\:focus\:border-white-semi-3:focus {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .lg\:focus\:border-white-semi-2:focus {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .lg\:focus\:border-white-semi-1:focus {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:border-black:focus {
    border-color: #000;
  }

  .lg\:focus\:border-black-semi-9:focus {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .lg\:focus\:border-black-semi-8:focus {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:border-black-semi-7:focus {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .lg\:focus\:border-black-semi-6:focus {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .lg\:focus\:border-black-semi-5:focus {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:border-black-semi-4:focus {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .lg\:focus\:border-black-semi-3:focus {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:border-black-semi-2:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .lg\:focus\:border-black-semi-1:focus {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:border-gray-100:focus {
    border-color: #f7f7f7;
  }

  .lg\:focus\:border-gray-200:focus {
    border-color: #ebebeb;
  }

  .lg\:focus\:border-gray-300:focus {
    border-color: #d0d0d0;
  }

  .lg\:focus\:border-gray-400:focus {
    border-color: #b8b8b8;
  }

  .lg\:focus\:border-gray-500:focus {
    border-color: #9e9e9e;
  }

  .lg\:focus\:border-gray-600:focus {
    border-color: #666666;
  }

  .lg\:focus\:border-gray-700:focus {
    border-color: #525252;
  }

  .lg\:focus\:border-gray-800:focus {
    border-color: #333333;
  }

  .lg\:focus\:border-gray-900:focus {
    border-color: #1f1f1f;
  }

  .lg\:focus\:border-gray-warm-100:focus {
    border-color: #f4f2f0;
  }

  .lg\:focus\:border-gray-warm-200:focus {
    border-color: #e9e6e2;
  }

  .lg\:focus\:border-gray-warm-300:focus {
    border-color: #dfdad4;
  }

  .lg\:focus\:border-gray-warm-400:focus {
    border-color: #cfc7bf;
  }

  .lg\:focus\:border-gray-warm-500:focus {
    border-color: #c2bab3;
  }

  .lg\:focus\:border-gray-warm-600:focus {
    border-color: #b3aca8;
  }

  .lg\:focus\:border-gray-warm-700:focus {
    border-color: #a19994;
  }

  .lg\:focus\:border-gray-warm-800:focus {
    border-color: #63544b;
  }

  .lg\:focus\:border-gray-warm-900:focus {
    border-color: #3f3731;
  }

  .lg\:focus\:border-gray-cool-100:focus {
    border-color: #f3f4f7;
  }

  .lg\:focus\:border-gray-cool-200:focus {
    border-color: #e9edf1;
  }

  .lg\:focus\:border-gray-cool-300:focus {
    border-color: #d5dde6;
  }

  .lg\:focus\:border-gray-cool-400:focus {
    border-color: #bcc5d2;
  }

  .lg\:focus\:border-gray-cool-500:focus {
    border-color: #99a3b0;
  }

  .lg\:focus\:border-gray-cool-600:focus {
    border-color: #8d95a0;
  }

  .lg\:focus\:border-gray-cool-700:focus {
    border-color: #7e848b;
  }

  .lg\:focus\:border-gray-cool-800:focus {
    border-color: #686d73;
  }

  .lg\:focus\:border-gray-cool-900:focus {
    border-color: #50565e;
  }

  .lg\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .lg\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .lg\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .lg\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .lg\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .lg\:focus\:border-red-600:focus {
    border-color: #e21d2f;
  }

  .lg\:focus\:border-red-700:focus {
    border-color: #d41b2c;
  }

  .lg\:focus\:border-red-800:focus {
    border-color: #c61929;
  }

  .lg\:focus\:border-red-900:focus {
    border-color: #873138;
  }

  .lg\:focus\:border-orange-100:focus {
    border-color: #fff4f0;
  }

  .lg\:focus\:border-orange-200:focus {
    border-color: #fed8c8;
  }

  .lg\:focus\:border-orange-300:focus {
    border-color: #fcb99c;
  }

  .lg\:focus\:border-orange-400:focus {
    border-color: #fd9568;
  }

  .lg\:focus\:border-orange-500:focus {
    border-color: #ff854f;
  }

  .lg\:focus\:border-orange-600:focus {
    border-color: #e66833;
  }

  .lg\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .lg\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .lg\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .lg\:focus\:border-yellow-100:focus {
    border-color: #fdf6e7;
  }

  .lg\:focus\:border-yellow-200:focus {
    border-color: #fee9bf;
  }

  .lg\:focus\:border-yellow-300:focus {
    border-color: #fbd893;
  }

  .lg\:focus\:border-yellow-400:focus {
    border-color: #fcc85f;
  }

  .lg\:focus\:border-yellow-500:focus {
    border-color: #ffbf3d;
  }

  .lg\:focus\:border-yellow-600:focus {
    border-color: #e7a41d;
  }

  .lg\:focus\:border-yellow-700:focus {
    border-color: #b7841f;
  }

  .lg\:focus\:border-yellow-800:focus {
    border-color: #976c16;
  }

  .lg\:focus\:border-yellow-900:focus {
    border-color: #745310;
  }

  .lg\:focus\:border-green-100:focus {
    border-color: #f9fce9;
  }

  .lg\:focus\:border-green-200:focus {
    border-color: #e5f396;
  }

  .lg\:focus\:border-green-300:focus {
    border-color: #d0e656;
  }

  .lg\:focus\:border-green-400:focus {
    border-color: #badb00;
  }

  .lg\:focus\:border-green-500:focus {
    border-color: #acca07;
  }

  .lg\:focus\:border-green-600:focus {
    border-color: #99b305;
  }

  .lg\:focus\:border-green-700:focus {
    border-color: #869e00;
  }

  .lg\:focus\:border-green-800:focus {
    border-color: #546727;
  }

  .lg\:focus\:border-green-900:focus {
    border-color: #394a12;
  }

  .lg\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .lg\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .lg\:focus\:border-teal-300:focus {
    border-color: #7beadc;
  }

  .lg\:focus\:border-teal-400:focus {
    border-color: #00cfb5;
  }

  .lg\:focus\:border-teal-500:focus {
    border-color: #3cbbaa;
  }

  .lg\:focus\:border-teal-600:focus {
    border-color: #319789;
  }

  .lg\:focus\:border-teal-700:focus {
    border-color: #2c7b70;
  }

  .lg\:focus\:border-teal-800:focus {
    border-color: #286159;
  }

  .lg\:focus\:border-teal-900:focus {
    border-color: #23524c;
  }

  .lg\:focus\:border-aqua-100:focus {
    border-color: #ebfcff;
  }

  .lg\:focus\:border-aqua-200:focus {
    border-color: #beeff8;
  }

  .lg\:focus\:border-aqua-300:focus {
    border-color: #90e5f4;
  }

  .lg\:focus\:border-aqua-400:focus {
    border-color: #71dcef;
  }

  .lg\:focus\:border-aqua-500:focus {
    border-color: #52cfe5;
  }

  .lg\:focus\:border-aqua-600:focus {
    border-color: #2bb2ca;
  }

  .lg\:focus\:border-aqua-700:focus {
    border-color: #2097ac;
  }

  .lg\:focus\:border-aqua-800:focus {
    border-color: #1c7382;
  }

  .lg\:focus\:border-aqua-900:focus {
    border-color: #155460;
  }

  .lg\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .lg\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .lg\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .lg\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .lg\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .lg\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .lg\:focus\:border-blue-700:focus {
    border-color: #006eb5;
  }

  .lg\:focus\:border-blue-800:focus {
    border-color: #22547c;
  }

  .lg\:focus\:border-blue-900:focus {
    border-color: #2b435a;
  }

  .lg\:focus\:border-purple-100:focus {
    border-color: #fcf5ff;
  }

  .lg\:focus\:border-purple-200:focus {
    border-color: #f1d8fd;
  }

  .lg\:focus\:border-purple-300:focus {
    border-color: #dbbcfa;
  }

  .lg\:focus\:border-purple-400:focus {
    border-color: #cd82f2;
  }

  .lg\:focus\:border-purple-500:focus {
    border-color: #b26dd5;
  }

  .lg\:focus\:border-purple-600:focus {
    border-color: #904eb1;
  }

  .lg\:focus\:border-purple-700:focus {
    border-color: #824091;
  }

  .lg\:focus\:border-purple-800:focus {
    border-color: #743582;
  }

  .lg\:focus\:border-purple-900:focus {
    border-color: #4a2353;
  }

  .lg\:focus\:border-tan-100:focus {
    border-color: #f6f2e9;
  }

  .lg\:focus\:border-tan-200:focus {
    border-color: #eee7d8;
  }

  .lg\:focus\:border-tan-300:focus {
    border-color: #e7ddc5;
  }

  .lg\:focus\:border-tan-400:focus {
    border-color: #e5d4ab;
  }

  .lg\:focus\:border-tan-500:focus {
    border-color: #dec891;
  }

  .lg\:focus\:border-tan-600:focus {
    border-color: #c3ac74;
  }

  .lg\:focus\:border-tan-700:focus {
    border-color: #9a8451;
  }

  .lg\:focus\:border-tan-800:focus {
    border-color: #685936;
  }

  .lg\:focus\:border-tan-900:focus {
    border-color: #574c33;
  }

  .lg\:focus\:border-gold-500:focus {
    border-color: #a4804a;
  }

  .lg\:focus\:border-silver-500:focus {
    border-color: #8a8d8f;
  }

  .lg\:rounded-none {
    border-radius: 0;
  }

  .lg\:rounded-sm {
    border-radius: 0.125rem;
  }

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:rounded-lg {
    border-radius: 0.5rem;
  }

  .lg\:rounded-full {
    border-radius: 9999px;
  }

  .lg\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .lg\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

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

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

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

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

  .lg\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .lg\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .lg\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .lg\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .lg\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .lg\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .lg\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .lg\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .lg\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .lg\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .lg\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .lg\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .lg\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .lg\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .lg\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .lg\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .lg\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .lg\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .lg\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .lg\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .lg\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .lg\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .lg\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .lg\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .lg\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .lg\: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-3 {
    border-width: 3px;
  }

  .lg\:border-4 {
    border-width: 4px;
  }

  .lg\:border-6 {
    border-width: 6px;
  }

  .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-3 {
    border-top-width: 3px;
  }

  .lg\:border-r-3 {
    border-right-width: 3px;
  }

  .lg\:border-b-3 {
    border-bottom-width: 3px;
  }

  .lg\:border-l-3 {
    border-left-width: 3px;
  }

  .lg\:border-t-4 {
    border-top-width: 4px;
  }

  .lg\:border-r-4 {
    border-right-width: 4px;
  }

  .lg\:border-b-4 {
    border-bottom-width: 4px;
  }

  .lg\:border-l-4 {
    border-left-width: 4px;
  }

  .lg\:border-t-6 {
    border-top-width: 6px;
  }

  .lg\:border-r-6 {
    border-right-width: 6px;
  }

  .lg\:border-b-6 {
    border-bottom-width: 6px;
  }

  .lg\:border-l-6 {
    border-left-width: 6px;
  }

  .lg\:border-t-8 {
    border-top-width: 8px;
  }

  .lg\:border-r-8 {
    border-right-width: 8px;
  }

  .lg\:border-b-8 {
    border-bottom-width: 8px;
  }

  .lg\:border-l-8 {
    border-left-width: 8px;
  }

  .lg\:border-t {
    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\: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\: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-no-wrap {
    flex-wrap: nowrap;
  }

  .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-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\: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\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .lg\:clear-left {
    clear: left;
  }

  .lg\:clear-right {
    clear: right;
  }

  .lg\:clear-both {
    clear: both;
  }

  .lg\:clear-none {
    clear: none;
  }

  .lg\:font-light {
    font-weight: 300;
  }

  .lg\:font-normal {
    font-weight: 400;
  }

  .lg\:font-semibold {
    font-weight: 600;
  }

  .lg\:font-bold {
    font-weight: 700;
  }

  .lg\:font-black {
    font-weight: 900;
  }

  .lg\:hover\:font-light:hover {
    font-weight: 300;
  }

  .lg\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .lg\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .lg\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .lg\:hover\:font-black:hover {
    font-weight: 900;
  }

  .lg\:focus\:font-light:focus {
    font-weight: 300;
  }

  .lg\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .lg\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .lg\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .lg\:focus\:font-black:focus {
    font-weight: 900;
  }

  .lg\:h-0 {
    height: 0;
  }

  .lg\:h-1 {
    height: 0.25rem;
  }

  .lg\:h-2 {
    height: 0.5rem;
  }

  .lg\:h-3 {
    height: 0.75rem;
  }

  .lg\:h-4 {
    height: 1rem;
  }

  .lg\:h-5 {
    height: 1.25rem;
  }

  .lg\:h-6 {
    height: 1.5rem;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-8 {
    height: 2rem;
  }

  .lg\:h-9 {
    height: 2.25rem;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-11 {
    height: 2.75rem;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-13 {
    height: 3.25rem;
  }

  .lg\:h-14 {
    height: 3.5rem;
  }

  .lg\:h-15 {
    height: 3.75rem;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-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-128 {
    height: 32rem;
  }

  .lg\:h-144 {
    height: 36rem;
  }

  .lg\:h-160 {
    height: 40rem;
  }

  .lg\:h-192 {
    height: 48rem;
  }

  .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-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-1\/12 {
    height: 8.333333%;
  }

  .lg\:h-2\/12 {
    height: 16.666667%;
  }

  .lg\:h-3\/12 {
    height: 25%;
  }

  .lg\:h-4\/12 {
    height: 33.333333%;
  }

  .lg\:h-5\/12 {
    height: 41.666667%;
  }

  .lg\:h-6\/12 {
    height: 50%;
  }

  .lg\:h-7\/12 {
    height: 58.333333%;
  }

  .lg\:h-8\/12 {
    height: 66.666667%;
  }

  .lg\:h-9\/12 {
    height: 75%;
  }

  .lg\:h-10\/12 {
    height: 83.333333%;
  }

  .lg\:h-11\/12 {
    height: 91.666667%;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:text-xs {
    font-size: 0.75rem;
  }

  .lg\:text-sm {
    font-size: 0.875rem;
  }

  .lg\:text-base {
    font-size: 1rem;
  }

  .lg\:text-lg {
    font-size: 1.25rem;
  }

  .lg\:text-xl {
    font-size: 1.375rem;
  }

  .lg\:text-2xl {
    font-size: 1.875rem;
  }

  .lg\:text-3xl {
    font-size: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.625rem;
  }

  .lg\:text-5xl {
    font-size: 3.00rem;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
  }

  .lg\:text-7xl {
    font-size: 4.50rem;
  }

  .lg\:text-8xl {
    font-size: 5.50rem;
  }

  .lg\:text-9xl {
    font-size: 6.50rem;
  }

  .lg\:text-10xl {
    font-size: 7.5rem;
  }

  .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\:m-0 {
    margin: 0;
  }

  .lg\:m-1 {
    margin: 0.25rem;
  }

  .lg\:m-2 {
    margin: 0.5rem;
  }

  .lg\:m-3 {
    margin: 0.75rem;
  }

  .lg\:m-4 {
    margin: 1rem;
  }

  .lg\:m-5 {
    margin: 1.25rem;
  }

  .lg\:m-6 {
    margin: 1.5rem;
  }

  .lg\:m-7 {
    margin: 1.75rem;
  }

  .lg\:m-8 {
    margin: 2rem;
  }

  .lg\:m-9 {
    margin: 2.25rem;
  }

  .lg\:m-10 {
    margin: 2.5rem;
  }

  .lg\:m-11 {
    margin: 2.75rem;
  }

  .lg\:m-12 {
    margin: 3rem;
  }

  .lg\:m-13 {
    margin: 3.25rem;
  }

  .lg\:m-14 {
    margin: 3.5rem;
  }

  .lg\:m-15 {
    margin: 3.75rem;
  }

  .lg\:m-16 {
    margin: 4rem;
  }

  .lg\:m-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-128 {
    margin: 32rem;
  }

  .lg\:m-144 {
    margin: 36rem;
  }

  .lg\:m-160 {
    margin: 40rem;
  }

  .lg\:m-192 {
    margin: 48rem;
  }

  .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-1\/2 {
    margin: 50%;
  }

  .lg\:m-1\/3 {
    margin: 33.333333%;
  }

  .lg\:m-2\/3 {
    margin: 66.666667%;
  }

  .lg\:m-1\/4 {
    margin: 25%;
  }

  .lg\:m-2\/4 {
    margin: 50%;
  }

  .lg\:m-3\/4 {
    margin: 75%;
  }

  .lg\:m-1\/5 {
    margin: 20%;
  }

  .lg\:m-2\/5 {
    margin: 40%;
  }

  .lg\:m-3\/5 {
    margin: 60%;
  }

  .lg\:m-4\/5 {
    margin: 80%;
  }

  .lg\:m-1\/6 {
    margin: 16.666667%;
  }

  .lg\:m-2\/6 {
    margin: 33.333333%;
  }

  .lg\:m-3\/6 {
    margin: 50%;
  }

  .lg\:m-4\/6 {
    margin: 66.666667%;
  }

  .lg\:m-5\/6 {
    margin: 83.333333%;
  }

  .lg\:m-1\/12 {
    margin: 8.333333%;
  }

  .lg\:m-2\/12 {
    margin: 16.666667%;
  }

  .lg\:m-3\/12 {
    margin: 25%;
  }

  .lg\:m-4\/12 {
    margin: 33.333333%;
  }

  .lg\:m-5\/12 {
    margin: 41.666667%;
  }

  .lg\:m-6\/12 {
    margin: 50%;
  }

  .lg\:m-7\/12 {
    margin: 58.333333%;
  }

  .lg\:m-8\/12 {
    margin: 66.666667%;
  }

  .lg\:m-9\/12 {
    margin: 75%;
  }

  .lg\:m-10\/12 {
    margin: 83.333333%;
  }

  .lg\:m-11\/12 {
    margin: 91.666667%;
  }

  .lg\:m-full {
    margin: 100%;
  }

  .lg\:-m-1 {
    margin: -0.25rem;
  }

  .lg\:-m-2 {
    margin: -0.5rem;
  }

  .lg\:-m-3 {
    margin: -0.75rem;
  }

  .lg\:-m-4 {
    margin: -1rem;
  }

  .lg\:-m-5 {
    margin: -1.25rem;
  }

  .lg\:-m-6 {
    margin: -1.5rem;
  }

  .lg\:-m-7 {
    margin: -1.75rem;
  }

  .lg\:-m-8 {
    margin: -2rem;
  }

  .lg\:-m-9 {
    margin: -2.25rem;
  }

  .lg\:-m-10 {
    margin: -2.5rem;
  }

  .lg\:-m-11 {
    margin: -2.75rem;
  }

  .lg\:-m-12 {
    margin: -3rem;
  }

  .lg\:-m-13 {
    margin: -3.25rem;
  }

  .lg\:-m-14 {
    margin: -3.5rem;
  }

  .lg\:-m-15 {
    margin: -3.75rem;
  }

  .lg\:-m-16 {
    margin: -4rem;
  }

  .lg\:-m-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-128 {
    margin: -32rem;
  }

  .lg\:-m-144 {
    margin: -36rem;
  }

  .lg\:-m-160 {
    margin: -40rem;
  }

  .lg\:-m-192 {
    margin: -48rem;
  }

  .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-1\/2 {
    margin: -50%;
  }

  .lg\:-m-1\/3 {
    margin: -33.33333%;
  }

  .lg\:-m-2\/3 {
    margin: -66.66667%;
  }

  .lg\:-m-1\/4 {
    margin: -25%;
  }

  .lg\:-m-2\/4 {
    margin: -50%;
  }

  .lg\:-m-3\/4 {
    margin: -75%;
  }

  .lg\:-m-1\/5 {
    margin: -20%;
  }

  .lg\:-m-2\/5 {
    margin: -40%;
  }

  .lg\:-m-3\/5 {
    margin: -60%;
  }

  .lg\:-m-4\/5 {
    margin: -80%;
  }

  .lg\:-m-1\/6 {
    margin: -16.66667%;
  }

  .lg\:-m-2\/6 {
    margin: -33.33333%;
  }

  .lg\:-m-3\/6 {
    margin: -50%;
  }

  .lg\:-m-4\/6 {
    margin: -66.66667%;
  }

  .lg\:-m-5\/6 {
    margin: -83.33333%;
  }

  .lg\:-m-1\/12 {
    margin: -8.33333%;
  }

  .lg\:-m-2\/12 {
    margin: -16.66667%;
  }

  .lg\:-m-3\/12 {
    margin: -25%;
  }

  .lg\:-m-4\/12 {
    margin: -33.33333%;
  }

  .lg\:-m-5\/12 {
    margin: -41.66667%;
  }

  .lg\:-m-6\/12 {
    margin: -50%;
  }

  .lg\:-m-7\/12 {
    margin: -58.33333%;
  }

  .lg\:-m-8\/12 {
    margin: -66.66667%;
  }

  .lg\:-m-9\/12 {
    margin: -75%;
  }

  .lg\:-m-10\/12 {
    margin: -83.33333%;
  }

  .lg\:-m-11\/12 {
    margin: -91.66667%;
  }

  .lg\:-m-full {
    margin: -100%;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .lg\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .lg\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .lg\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .lg\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .lg\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .lg\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .lg\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .lg\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .lg\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .lg\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .lg\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .lg\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .lg\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .lg\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .lg\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .lg\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .lg\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .lg\:my-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-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .lg\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .lg\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .lg\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .lg\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .lg\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .lg\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .lg\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .lg\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .lg\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .lg\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .lg\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .lg\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .lg\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .lg\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .lg\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .lg\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .lg\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .lg\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .lg\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .lg\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .lg\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .lg\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .lg\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .lg\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .lg\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .lg\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .lg\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .lg\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .lg\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .lg\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .lg\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .lg\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .lg\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .lg\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .lg\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .lg\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .lg\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .lg\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .lg\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .lg\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .lg\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .lg\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .lg\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .lg\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .lg\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .lg\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .lg\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .lg\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .lg\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .lg\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .lg\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .lg\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .lg\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .lg\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .lg\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .lg\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .lg\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .lg\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .lg\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .lg\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .lg\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .lg\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .lg\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .lg\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .lg\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .lg\:-my-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-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .lg\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .lg\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .lg\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .lg\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .lg\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .lg\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .lg\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .lg\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .lg\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .lg\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .lg\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .lg\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .lg\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .lg\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .lg\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .lg\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .lg\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .lg\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .lg\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .lg\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .lg\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .lg\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .lg\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .lg\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .lg\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .lg\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .lg\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .lg\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .lg\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .lg\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .lg\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .lg\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .lg\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .lg\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .lg\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .lg\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .lg\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .lg\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:mt-1 {
    margin-top: 0.25rem;
  }

  .lg\:mr-1 {
    margin-right: 0.25rem;
  }

  .lg\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .lg\:ml-1 {
    margin-left: 0.25rem;
  }

  .lg\:mt-2 {
    margin-top: 0.5rem;
  }

  .lg\:mr-2 {
    margin-right: 0.5rem;
  }

  .lg\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .lg\:ml-2 {
    margin-left: 0.5rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

  .lg\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .lg\:ml-3 {
    margin-left: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mr-4 {
    margin-right: 1rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mr-5 {
    margin-right: 1.25rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mr-6 {
    margin-right: 1.5rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:mt-7 {
    margin-top: 1.75rem;
  }

  .lg\:mr-7 {
    margin-right: 1.75rem;
  }

  .lg\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .lg\:ml-7 {
    margin-left: 1.75rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mr-8 {
    margin-right: 2rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mt-9 {
    margin-top: 2.25rem;
  }

  .lg\:mr-9 {
    margin-right: 2.25rem;
  }

  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

  .lg\:mt-11 {
    margin-top: 2.75rem;
  }

  .lg\:mr-11 {
    margin-right: 2.75rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:ml-11 {
    margin-left: 2.75rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mr-12 {
    margin-right: 3rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:mt-13 {
    margin-top: 3.25rem;
  }

  .lg\:mr-13 {
    margin-right: 3.25rem;
  }

  .lg\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .lg\:ml-13 {
    margin-left: 3.25rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mr-14 {
    margin-right: 3.5rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:mt-15 {
    margin-top: 3.75rem;
  }

  .lg\:mr-15 {
    margin-right: 3.75rem;
  }

  .lg\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .lg\:ml-15 {
    margin-left: 3.75rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mr-16 {
    margin-right: 4rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:mt-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-128 {
    margin-top: 32rem;
  }

  .lg\:mr-128 {
    margin-right: 32rem;
  }

  .lg\:mb-128 {
    margin-bottom: 32rem;
  }

  .lg\:ml-128 {
    margin-left: 32rem;
  }

  .lg\:mt-144 {
    margin-top: 36rem;
  }

  .lg\:mr-144 {
    margin-right: 36rem;
  }

  .lg\:mb-144 {
    margin-bottom: 36rem;
  }

  .lg\:ml-144 {
    margin-left: 36rem;
  }

  .lg\:mt-160 {
    margin-top: 40rem;
  }

  .lg\:mr-160 {
    margin-right: 40rem;
  }

  .lg\:mb-160 {
    margin-bottom: 40rem;
  }

  .lg\:ml-160 {
    margin-left: 40rem;
  }

  .lg\:mt-192 {
    margin-top: 48rem;
  }

  .lg\:mr-192 {
    margin-right: 48rem;
  }

  .lg\:mb-192 {
    margin-bottom: 48rem;
  }

  .lg\:ml-192 {
    margin-left: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
  }

  .lg\:mr-1\/2 {
    margin-right: 50%;
  }

  .lg\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .lg\:ml-1\/2 {
    margin-left: 50%;
  }

  .lg\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .lg\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .lg\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .lg\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .lg\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .lg\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .lg\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .lg\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .lg\:mt-1\/4 {
    margin-top: 25%;
  }

  .lg\:mr-1\/4 {
    margin-right: 25%;
  }

  .lg\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .lg\:ml-1\/4 {
    margin-left: 25%;
  }

  .lg\:mt-2\/4 {
    margin-top: 50%;
  }

  .lg\:mr-2\/4 {
    margin-right: 50%;
  }

  .lg\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .lg\:ml-2\/4 {
    margin-left: 50%;
  }

  .lg\:mt-3\/4 {
    margin-top: 75%;
  }

  .lg\:mr-3\/4 {
    margin-right: 75%;
  }

  .lg\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .lg\:ml-3\/4 {
    margin-left: 75%;
  }

  .lg\:mt-1\/5 {
    margin-top: 20%;
  }

  .lg\:mr-1\/5 {
    margin-right: 20%;
  }

  .lg\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .lg\:ml-1\/5 {
    margin-left: 20%;
  }

  .lg\:mt-2\/5 {
    margin-top: 40%;
  }

  .lg\:mr-2\/5 {
    margin-right: 40%;
  }

  .lg\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .lg\:ml-2\/5 {
    margin-left: 40%;
  }

  .lg\:mt-3\/5 {
    margin-top: 60%;
  }

  .lg\:mr-3\/5 {
    margin-right: 60%;
  }

  .lg\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .lg\:ml-3\/5 {
    margin-left: 60%;
  }

  .lg\:mt-4\/5 {
    margin-top: 80%;
  }

  .lg\:mr-4\/5 {
    margin-right: 80%;
  }

  .lg\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .lg\:ml-4\/5 {
    margin-left: 80%;
  }

  .lg\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .lg\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .lg\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .lg\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .lg\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .lg\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .lg\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .lg\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .lg\:mt-3\/6 {
    margin-top: 50%;
  }

  .lg\:mr-3\/6 {
    margin-right: 50%;
  }

  .lg\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .lg\:ml-3\/6 {
    margin-left: 50%;
  }

  .lg\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .lg\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .lg\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .lg\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .lg\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .lg\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .lg\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .lg\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .lg\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .lg\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .lg\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .lg\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .lg\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .lg\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .lg\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .lg\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .lg\:mt-3\/12 {
    margin-top: 25%;
  }

  .lg\:mr-3\/12 {
    margin-right: 25%;
  }

  .lg\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .lg\:ml-3\/12 {
    margin-left: 25%;
  }

  .lg\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .lg\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .lg\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .lg\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .lg\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .lg\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .lg\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .lg\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .lg\:mt-6\/12 {
    margin-top: 50%;
  }

  .lg\:mr-6\/12 {
    margin-right: 50%;
  }

  .lg\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .lg\:ml-6\/12 {
    margin-left: 50%;
  }

  .lg\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .lg\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .lg\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .lg\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .lg\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .lg\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .lg\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .lg\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .lg\:mt-9\/12 {
    margin-top: 75%;
  }

  .lg\:mr-9\/12 {
    margin-right: 75%;
  }

  .lg\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .lg\:ml-9\/12 {
    margin-left: 75%;
  }

  .lg\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .lg\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .lg\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .lg\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .lg\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .lg\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .lg\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .lg\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .lg\:mt-full {
    margin-top: 100%;
  }

  .lg\:mr-full {
    margin-right: 100%;
  }

  .lg\:mb-full {
    margin-bottom: 100%;
  }

  .lg\:ml-full {
    margin-left: 100%;
  }

  .lg\:-mt-1 {
    margin-top: -0.25rem;
  }

  .lg\:-mr-1 {
    margin-right: -0.25rem;
  }

  .lg\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .lg\:-ml-1 {
    margin-left: -0.25rem;
  }

  .lg\:-mt-2 {
    margin-top: -0.5rem;
  }

  .lg\:-mr-2 {
    margin-right: -0.5rem;
  }

  .lg\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .lg\:-ml-2 {
    margin-left: -0.5rem;
  }

  .lg\:-mt-3 {
    margin-top: -0.75rem;
  }

  .lg\:-mr-3 {
    margin-right: -0.75rem;
  }

  .lg\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .lg\:-ml-3 {
    margin-left: -0.75rem;
  }

  .lg\:-mt-4 {
    margin-top: -1rem;
  }

  .lg\:-mr-4 {
    margin-right: -1rem;
  }

  .lg\:-mb-4 {
    margin-bottom: -1rem;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-mt-5 {
    margin-top: -1.25rem;
  }

  .lg\:-mr-5 {
    margin-right: -1.25rem;
  }

  .lg\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .lg\:-ml-5 {
    margin-left: -1.25rem;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mr-6 {
    margin-right: -1.5rem;
  }

  .lg\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .lg\:-ml-6 {
    margin-left: -1.5rem;
  }

  .lg\:-mt-7 {
    margin-top: -1.75rem;
  }

  .lg\:-mr-7 {
    margin-right: -1.75rem;
  }

  .lg\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .lg\:-ml-7 {
    margin-left: -1.75rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:-mr-8 {
    margin-right: -2rem;
  }

  .lg\:-mb-8 {
    margin-bottom: -2rem;
  }

  .lg\:-ml-8 {
    margin-left: -2rem;
  }

  .lg\:-mt-9 {
    margin-top: -2.25rem;
  }

  .lg\:-mr-9 {
    margin-right: -2.25rem;
  }

  .lg\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .lg\:-ml-9 {
    margin-left: -2.25rem;
  }

  .lg\:-mt-10 {
    margin-top: -2.5rem;
  }

  .lg\:-mr-10 {
    margin-right: -2.5rem;
  }

  .lg\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .lg\:-ml-10 {
    margin-left: -2.5rem;
  }

  .lg\:-mt-11 {
    margin-top: -2.75rem;
  }

  .lg\:-mr-11 {
    margin-right: -2.75rem;
  }

  .lg\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .lg\:-ml-11 {
    margin-left: -2.75rem;
  }

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mr-12 {
    margin-right: -3rem;
  }

  .lg\:-mb-12 {
    margin-bottom: -3rem;
  }

  .lg\:-ml-12 {
    margin-left: -3rem;
  }

  .lg\:-mt-13 {
    margin-top: -3.25rem;
  }

  .lg\:-mr-13 {
    margin-right: -3.25rem;
  }

  .lg\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .lg\:-ml-13 {
    margin-left: -3.25rem;
  }

  .lg\:-mt-14 {
    margin-top: -3.5rem;
  }

  .lg\:-mr-14 {
    margin-right: -3.5rem;
  }

  .lg\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .lg\:-ml-14 {
    margin-left: -3.5rem;
  }

  .lg\:-mt-15 {
    margin-top: -3.75rem;
  }

  .lg\:-mr-15 {
    margin-right: -3.75rem;
  }

  .lg\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .lg\:-ml-15 {
    margin-left: -3.75rem;
  }

  .lg\:-mt-16 {
    margin-top: -4rem;
  }

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

  .lg\:-mb-16 {
    margin-bottom: -4rem;
  }

  .lg\:-ml-16 {
    margin-left: -4rem;
  }

  .lg\:-mt-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-128 {
    margin-top: -32rem;
  }

  .lg\:-mr-128 {
    margin-right: -32rem;
  }

  .lg\:-mb-128 {
    margin-bottom: -32rem;
  }

  .lg\:-ml-128 {
    margin-left: -32rem;
  }

  .lg\:-mt-144 {
    margin-top: -36rem;
  }

  .lg\:-mr-144 {
    margin-right: -36rem;
  }

  .lg\:-mb-144 {
    margin-bottom: -36rem;
  }

  .lg\:-ml-144 {
    margin-left: -36rem;
  }

  .lg\:-mt-160 {
    margin-top: -40rem;
  }

  .lg\:-mr-160 {
    margin-right: -40rem;
  }

  .lg\:-mb-160 {
    margin-bottom: -40rem;
  }

  .lg\:-ml-160 {
    margin-left: -40rem;
  }

  .lg\:-mt-192 {
    margin-top: -48rem;
  }

  .lg\:-mr-192 {
    margin-right: -48rem;
  }

  .lg\:-mb-192 {
    margin-bottom: -48rem;
  }

  .lg\:-ml-192 {
    margin-left: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
  }

  .lg\:-mr-1\/2 {
    margin-right: -50%;
  }

  .lg\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .lg\:-ml-1\/2 {
    margin-left: -50%;
  }

  .lg\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .lg\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .lg\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .lg\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .lg\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .lg\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .lg\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .lg\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .lg\:-mt-1\/4 {
    margin-top: -25%;
  }

  .lg\:-mr-1\/4 {
    margin-right: -25%;
  }

  .lg\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .lg\:-ml-1\/4 {
    margin-left: -25%;
  }

  .lg\:-mt-2\/4 {
    margin-top: -50%;
  }

  .lg\:-mr-2\/4 {
    margin-right: -50%;
  }

  .lg\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .lg\:-ml-2\/4 {
    margin-left: -50%;
  }

  .lg\:-mt-3\/4 {
    margin-top: -75%;
  }

  .lg\:-mr-3\/4 {
    margin-right: -75%;
  }

  .lg\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .lg\:-ml-3\/4 {
    margin-left: -75%;
  }

  .lg\:-mt-1\/5 {
    margin-top: -20%;
  }

  .lg\:-mr-1\/5 {
    margin-right: -20%;
  }

  .lg\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .lg\:-ml-1\/5 {
    margin-left: -20%;
  }

  .lg\:-mt-2\/5 {
    margin-top: -40%;
  }

  .lg\:-mr-2\/5 {
    margin-right: -40%;
  }

  .lg\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .lg\:-ml-2\/5 {
    margin-left: -40%;
  }

  .lg\:-mt-3\/5 {
    margin-top: -60%;
  }

  .lg\:-mr-3\/5 {
    margin-right: -60%;
  }

  .lg\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .lg\:-ml-3\/5 {
    margin-left: -60%;
  }

  .lg\:-mt-4\/5 {
    margin-top: -80%;
  }

  .lg\:-mr-4\/5 {
    margin-right: -80%;
  }

  .lg\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .lg\:-ml-4\/5 {
    margin-left: -80%;
  }

  .lg\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .lg\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .lg\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .lg\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .lg\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .lg\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .lg\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .lg\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .lg\:-mt-3\/6 {
    margin-top: -50%;
  }

  .lg\:-mr-3\/6 {
    margin-right: -50%;
  }

  .lg\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .lg\:-ml-3\/6 {
    margin-left: -50%;
  }

  .lg\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .lg\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .lg\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .lg\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .lg\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .lg\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .lg\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .lg\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .lg\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .lg\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .lg\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .lg\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .lg\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .lg\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .lg\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .lg\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .lg\:-mt-3\/12 {
    margin-top: -25%;
  }

  .lg\:-mr-3\/12 {
    margin-right: -25%;
  }

  .lg\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .lg\:-ml-3\/12 {
    margin-left: -25%;
  }

  .lg\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .lg\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .lg\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .lg\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .lg\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .lg\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .lg\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .lg\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .lg\:-mt-6\/12 {
    margin-top: -50%;
  }

  .lg\:-mr-6\/12 {
    margin-right: -50%;
  }

  .lg\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .lg\:-ml-6\/12 {
    margin-left: -50%;
  }

  .lg\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .lg\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .lg\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .lg\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .lg\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .lg\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .lg\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .lg\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .lg\:-mt-9\/12 {
    margin-top: -75%;
  }

  .lg\:-mr-9\/12 {
    margin-right: -75%;
  }

  .lg\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .lg\:-ml-9\/12 {
    margin-left: -75%;
  }

  .lg\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .lg\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .lg\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .lg\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .lg\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .lg\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .lg\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .lg\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .lg\:-mt-full {
    margin-top: -100%;
  }

  .lg\:-mr-full {
    margin-right: -100%;
  }

  .lg\:-mb-full {
    margin-bottom: -100%;
  }

  .lg\:-ml-full {
    margin-left: -100%;
  }

  .lg\:max-h-0 {
    max-height: 0;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-screen {
    max-height: 100vh;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-xs {
    max-width: 20rem;
  }

  .lg\:max-w-sm {
    max-width: 24rem;
  }

  .lg\:max-w-md {
    max-width: 28rem;
  }

  .lg\:max-w-lg {
    max-width: 32rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-6xl {
    max-width: 72rem;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:max-w-screen-sm {
    max-width: 640px;
  }

  .lg\:max-w-screen-md {
    max-width: 768px;
  }

  .lg\:max-w-screen-lg {
    max-width: 1024px;
  }

  .lg\:max-w-screen-xl {
    max-width: 1280px;
  }

  .lg\:max-w-screen-2xl {
    max-width: 1440px;
  }

  .lg\:min-h-0 {
    min-height: 0;
  }

  .lg\:min-h-10vh {
    min-height: 10vh;
  }

  .lg\:min-h-20vh {
    min-height: 20vh;
  }

  .lg\:min-h-30vh {
    min-height: 30vh;
  }

  .lg\:min-h-40vh {
    min-height: 40vh;
  }

  .lg\:min-h-50vh {
    min-height: 50vh;
  }

  .lg\:min-h-60vh {
    min-height: 60vh;
  }

  .lg\:min-h-70vh {
    min-height: 70vh;
  }

  .lg\:min-h-80vh {
    min-height: 80vh;
  }

  .lg\:min-h-90vh {
    min-height: 90vh;
  }

  .lg\:min-h-100vh {
    min-height: 100vh;
  }

  .lg\:min-h-screen {
    min-height: 100vh;
  }

  .lg\:min-h-full {
    min-height: 100%;
  }

  .lg\:min-w-0 {
    min-width: 0;
  }

  .lg\:min-w-full {
    min-width: 100%;
  }

  .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-10 {
    opacity: 0.1;
  }

  .lg\:opacity-20 {
    opacity: 0.2;
  }

  .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-80 {
    opacity: 0.8;
  }

  .lg\:opacity-90 {
    opacity: 0.9;
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:opacity-025 {
    opacity: 0.025;
  }

  .lg\:opacity-05 {
    opacity: 0.05;
  }

  .lg\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .lg\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .lg\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .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-80:hover {
    opacity: 0.8;
  }

  .lg\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .lg\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .lg\:hover\:opacity-025:hover {
    opacity: 0.025;
  }

  .lg\:hover\:opacity-05:hover {
    opacity: 0.05;
  }

  .lg\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .lg\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .lg\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .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-80:focus {
    opacity: 0.8;
  }

  .lg\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .lg\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .lg\:focus\:opacity-025:focus {
    opacity: 0.025;
  }

  .lg\:focus\:opacity-05:focus {
    opacity: 0.05;
  }

  .lg\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .lg\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .lg\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .lg\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .lg\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .lg\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .lg\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .lg\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .lg\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .lg\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .lg\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .lg\:disabled\:opacity-025:disabled {
    opacity: 0.025;
  }

  .lg\:disabled\:opacity-05:disabled {
    opacity: 0.05;
  }

  .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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .lg\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-1 {
    padding: 0.25rem;
  }

  .lg\:p-2 {
    padding: 0.5rem;
  }

  .lg\:p-3 {
    padding: 0.75rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-7 {
    padding: 1.75rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-11 {
    padding: 2.75rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-13 {
    padding: 3.25rem;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-15 {
    padding: 3.75rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

  .lg\:p-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-128 {
    padding: 32rem;
  }

  .lg\:p-144 {
    padding: 36rem;
  }

  .lg\:p-160 {
    padding: 40rem;
  }

  .lg\:p-192 {
    padding: 48rem;
  }

  .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-1\/2 {
    padding: 50%;
  }

  .lg\:p-1\/3 {
    padding: 33.333333%;
  }

  .lg\:p-2\/3 {
    padding: 66.666667%;
  }

  .lg\:p-1\/4 {
    padding: 25%;
  }

  .lg\:p-2\/4 {
    padding: 50%;
  }

  .lg\:p-3\/4 {
    padding: 75%;
  }

  .lg\:p-1\/5 {
    padding: 20%;
  }

  .lg\:p-2\/5 {
    padding: 40%;
  }

  .lg\:p-3\/5 {
    padding: 60%;
  }

  .lg\:p-4\/5 {
    padding: 80%;
  }

  .lg\:p-1\/6 {
    padding: 16.666667%;
  }

  .lg\:p-2\/6 {
    padding: 33.333333%;
  }

  .lg\:p-3\/6 {
    padding: 50%;
  }

  .lg\:p-4\/6 {
    padding: 66.666667%;
  }

  .lg\:p-5\/6 {
    padding: 83.333333%;
  }

  .lg\:p-1\/12 {
    padding: 8.333333%;
  }

  .lg\:p-2\/12 {
    padding: 16.666667%;
  }

  .lg\:p-3\/12 {
    padding: 25%;
  }

  .lg\:p-4\/12 {
    padding: 33.333333%;
  }

  .lg\:p-5\/12 {
    padding: 41.666667%;
  }

  .lg\:p-6\/12 {
    padding: 50%;
  }

  .lg\:p-7\/12 {
    padding: 58.333333%;
  }

  .lg\:p-8\/12 {
    padding: 66.666667%;
  }

  .lg\:p-9\/12 {
    padding: 75%;
  }

  .lg\:p-10\/12 {
    padding: 83.333333%;
  }

  .lg\:p-11\/12 {
    padding: 91.666667%;
  }

  .lg\:p-full {
    padding: 100%;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .lg\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .lg\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .lg\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .lg\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .lg\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .lg\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:py-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-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .lg\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .lg\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .lg\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .lg\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .lg\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .lg\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .lg\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lg\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .lg\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .lg\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .lg\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .lg\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .lg\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .lg\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .lg\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .lg\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .lg\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .lg\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .lg\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .lg\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .lg\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .lg\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .lg\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .lg\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .lg\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .lg\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .lg\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .lg\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .lg\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .lg\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .lg\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .lg\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .lg\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .lg\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .lg\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .lg\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .lg\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .lg\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .lg\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .lg\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pl-0 {
    padding-left: 0;
  }

  .lg\:pt-1 {
    padding-top: 0.25rem;
  }

  .lg\:pr-1 {
    padding-right: 0.25rem;
  }

  .lg\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .lg\:pl-1 {
    padding-left: 0.25rem;
  }

  .lg\:pt-2 {
    padding-top: 0.5rem;
  }

  .lg\:pr-2 {
    padding-right: 0.5rem;
  }

  .lg\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .lg\:pl-2 {
    padding-left: 0.5rem;
  }

  .lg\:pt-3 {
    padding-top: 0.75rem;
  }

  .lg\:pr-3 {
    padding-right: 0.75rem;
  }

  .lg\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .lg\:pl-3 {
    padding-left: 0.75rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pr-4 {
    padding-right: 1rem;
  }

  .lg\:pb-4 {
    padding-bottom: 1rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pt-5 {
    padding-top: 1.25rem;
  }

  .lg\:pr-5 {
    padding-right: 1.25rem;
  }

  .lg\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pt-7 {
    padding-top: 1.75rem;
  }

  .lg\:pr-7 {
    padding-right: 1.75rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pl-7 {
    padding-left: 1.75rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pt-9 {
    padding-top: 2.25rem;
  }

  .lg\:pr-9 {
    padding-right: 2.25rem;
  }

  .lg\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .lg\:pl-9 {
    padding-left: 2.25rem;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pr-10 {
    padding-right: 2.5rem;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pl-10 {
    padding-left: 2.5rem;
  }

  .lg\:pt-11 {
    padding-top: 2.75rem;
  }

  .lg\:pr-11 {
    padding-right: 2.75rem;
  }

  .lg\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .lg\:pl-11 {
    padding-left: 2.75rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pr-12 {
    padding-right: 3rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pl-12 {
    padding-left: 3rem;
  }

  .lg\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg\:pr-13 {
    padding-right: 3.25rem;
  }

  .lg\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .lg\:pl-13 {
    padding-left: 3.25rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pt-15 {
    padding-top: 3.75rem;
  }

  .lg\:pr-15 {
    padding-right: 3.75rem;
  }

  .lg\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .lg\:pl-15 {
    padding-left: 3.75rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pt-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-128 {
    padding-top: 32rem;
  }

  .lg\:pr-128 {
    padding-right: 32rem;
  }

  .lg\:pb-128 {
    padding-bottom: 32rem;
  }

  .lg\:pl-128 {
    padding-left: 32rem;
  }

  .lg\:pt-144 {
    padding-top: 36rem;
  }

  .lg\:pr-144 {
    padding-right: 36rem;
  }

  .lg\:pb-144 {
    padding-bottom: 36rem;
  }

  .lg\:pl-144 {
    padding-left: 36rem;
  }

  .lg\:pt-160 {
    padding-top: 40rem;
  }

  .lg\:pr-160 {
    padding-right: 40rem;
  }

  .lg\:pb-160 {
    padding-bottom: 40rem;
  }

  .lg\:pl-160 {
    padding-left: 40rem;
  }

  .lg\:pt-192 {
    padding-top: 48rem;
  }

  .lg\:pr-192 {
    padding-right: 48rem;
  }

  .lg\:pb-192 {
    padding-bottom: 48rem;
  }

  .lg\:pl-192 {
    padding-left: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
  }

  .lg\:pr-1\/2 {
    padding-right: 50%;
  }

  .lg\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .lg\:pl-1\/2 {
    padding-left: 50%;
  }

  .lg\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .lg\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .lg\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .lg\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .lg\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .lg\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .lg\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .lg\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .lg\:pt-1\/4 {
    padding-top: 25%;
  }

  .lg\:pr-1\/4 {
    padding-right: 25%;
  }

  .lg\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .lg\:pl-1\/4 {
    padding-left: 25%;
  }

  .lg\:pt-2\/4 {
    padding-top: 50%;
  }

  .lg\:pr-2\/4 {
    padding-right: 50%;
  }

  .lg\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .lg\:pl-2\/4 {
    padding-left: 50%;
  }

  .lg\:pt-3\/4 {
    padding-top: 75%;
  }

  .lg\:pr-3\/4 {
    padding-right: 75%;
  }

  .lg\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .lg\:pl-3\/4 {
    padding-left: 75%;
  }

  .lg\:pt-1\/5 {
    padding-top: 20%;
  }

  .lg\:pr-1\/5 {
    padding-right: 20%;
  }

  .lg\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .lg\:pl-1\/5 {
    padding-left: 20%;
  }

  .lg\:pt-2\/5 {
    padding-top: 40%;
  }

  .lg\:pr-2\/5 {
    padding-right: 40%;
  }

  .lg\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .lg\:pl-2\/5 {
    padding-left: 40%;
  }

  .lg\:pt-3\/5 {
    padding-top: 60%;
  }

  .lg\:pr-3\/5 {
    padding-right: 60%;
  }

  .lg\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .lg\:pl-3\/5 {
    padding-left: 60%;
  }

  .lg\:pt-4\/5 {
    padding-top: 80%;
  }

  .lg\:pr-4\/5 {
    padding-right: 80%;
  }

  .lg\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .lg\:pl-4\/5 {
    padding-left: 80%;
  }

  .lg\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .lg\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .lg\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .lg\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .lg\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .lg\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .lg\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .lg\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .lg\:pt-3\/6 {
    padding-top: 50%;
  }

  .lg\:pr-3\/6 {
    padding-right: 50%;
  }

  .lg\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .lg\:pl-3\/6 {
    padding-left: 50%;
  }

  .lg\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .lg\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .lg\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .lg\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .lg\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .lg\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .lg\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .lg\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .lg\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .lg\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .lg\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .lg\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .lg\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .lg\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .lg\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .lg\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .lg\:pt-3\/12 {
    padding-top: 25%;
  }

  .lg\:pr-3\/12 {
    padding-right: 25%;
  }

  .lg\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .lg\:pl-3\/12 {
    padding-left: 25%;
  }

  .lg\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .lg\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .lg\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .lg\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .lg\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .lg\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .lg\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .lg\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .lg\:pt-6\/12 {
    padding-top: 50%;
  }

  .lg\:pr-6\/12 {
    padding-right: 50%;
  }

  .lg\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .lg\:pl-6\/12 {
    padding-left: 50%;
  }

  .lg\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .lg\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .lg\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .lg\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .lg\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .lg\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .lg\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .lg\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .lg\:pt-9\/12 {
    padding-top: 75%;
  }

  .lg\:pr-9\/12 {
    padding-right: 75%;
  }

  .lg\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .lg\:pl-9\/12 {
    padding-left: 75%;
  }

  .lg\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .lg\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .lg\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .lg\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .lg\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .lg\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .lg\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .lg\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .lg\:pt-full {
    padding-top: 100%;
  }

  .lg\:pr-full {
    padding-right: 100%;
  }

  .lg\:pb-full {
    padding-bottom: 100%;
  }

  .lg\:pl-full {
    padding-left: 100%;
  }

  .lg\:static {
    position: static;
  }

  .lg\:fixed {
    position: fixed;
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:focus\:static:focus {
    position: static;
  }

  .lg\:focus\:fixed:focus {
    position: fixed;
  }

  .lg\:focus\:absolute:focus {
    position: absolute;
  }

  .lg\:focus\:relative:focus {
    position: relative;
  }

  .lg\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .lg\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .lg\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .lg\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .lg\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .lg\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:right-0 {
    right: 0;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:top-auto {
    top: auto;
  }

  .lg\:right-auto {
    right: auto;
  }

  .lg\:bottom-auto {
    bottom: auto;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:-top-16 {
    top: -4rem;
  }

  .lg\:-right-16 {
    right: -4rem;
  }

  .lg\:-bottom-16 {
    bottom: -4rem;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .lg\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .lg\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .lg\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .lg\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .lg\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .lg\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .lg\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .lg\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .lg\:focus\:top-0:focus {
    top: 0;
  }

  .lg\:focus\:right-0:focus {
    right: 0;
  }

  .lg\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .lg\:focus\:left-0:focus {
    left: 0;
  }

  .lg\:focus\:top-auto:focus {
    top: auto;
  }

  .lg\:focus\:right-auto:focus {
    right: auto;
  }

  .lg\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .lg\:focus\:left-auto:focus {
    left: auto;
  }

  .lg\:focus\:-top-16:focus {
    top: -4rem;
  }

  .lg\:focus\:-right-16:focus {
    right: -4rem;
  }

  .lg\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .lg\:focus\:-left-16:focus {
    left: -4rem;
  }

  .lg\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .lg\:shadow-none {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .lg\:shadow-sm {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .lg\:shadow-lg {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .lg\:shadow-xl {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .lg\:shadow-inset {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .lg\:shadow-inset-lg {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .lg\:shadow-inset-xl {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:hover\:shadow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .lg\:hover\:shadow-none:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .lg\:hover\:shadow-sm:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:shadow-lg:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .lg\:hover\:shadow-xl:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:shadow-inset:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:shadow-inset-lg:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .lg\:hover\:shadow-inset-xl:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .lg\:focus\:shadow:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .lg\:focus\:shadow-none:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .lg\:focus\:shadow-sm:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:shadow-lg:focus {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .lg\:focus\:shadow-xl:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:shadow-inset:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:shadow-inset-lg:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .lg\:focus\:shadow-inset-xl:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .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-white {
    color: #ffffff;
  }

  .lg\:text-white-semi-9 {
    color: rgba(255, 255, 255, 0.9);
  }

  .lg\:text-white-semi-8 {
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:text-white-semi-7 {
    color: rgba(255, 255, 255, 0.7);
  }

  .lg\:text-white-semi-6 {
    color: rgba(255, 255, 255, 0.6);
  }

  .lg\:text-white-semi-5 {
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:text-white-semi-4 {
    color: rgba(255, 255, 255, 0.4);
  }

  .lg\:text-white-semi-3 {
    color: rgba(255, 255, 255, 0.3);
  }

  .lg\:text-white-semi-2 {
    color: rgba(255, 255, 255, 0.2);
  }

  .lg\:text-white-semi-1 {
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:text-black {
    color: #000;
  }

  .lg\:text-black-semi-9 {
    color: rgba(0, 0, 0, 0.9);
  }

  .lg\:text-black-semi-8 {
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:text-black-semi-7 {
    color: rgba(0, 0, 0, 0.7);
  }

  .lg\:text-black-semi-6 {
    color: rgba(0, 0, 0, 0.6);
  }

  .lg\:text-black-semi-5 {
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:text-black-semi-4 {
    color: rgba(0, 0, 0, 0.4);
  }

  .lg\:text-black-semi-3 {
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:text-black-semi-2 {
    color: rgba(0, 0, 0, 0.2);
  }

  .lg\:text-black-semi-1 {
    color: rgba(0, 0, 0, 0.1);
  }

  .lg\:text-gray-100 {
    color: #f7f7f7;
  }

  .lg\:text-gray-200 {
    color: #ebebeb;
  }

  .lg\:text-gray-300 {
    color: #d0d0d0;
  }

  .lg\:text-gray-400 {
    color: #b8b8b8;
  }

  .lg\:text-gray-500 {
    color: #9e9e9e;
  }

  .lg\:text-gray-600 {
    color: #666666;
  }

  .lg\:text-gray-700 {
    color: #525252;
  }

  .lg\:text-gray-800 {
    color: #333333;
  }

  .lg\:text-gray-900 {
    color: #1f1f1f;
  }

  .lg\:text-gray-warm-100 {
    color: #f4f2f0;
  }

  .lg\:text-gray-warm-200 {
    color: #e9e6e2;
  }

  .lg\:text-gray-warm-300 {
    color: #dfdad4;
  }

  .lg\:text-gray-warm-400 {
    color: #cfc7bf;
  }

  .lg\:text-gray-warm-500 {
    color: #c2bab3;
  }

  .lg\:text-gray-warm-600 {
    color: #b3aca8;
  }

  .lg\:text-gray-warm-700 {
    color: #a19994;
  }

  .lg\:text-gray-warm-800 {
    color: #63544b;
  }

  .lg\:text-gray-warm-900 {
    color: #3f3731;
  }

  .lg\:text-gray-cool-100 {
    color: #f3f4f7;
  }

  .lg\:text-gray-cool-200 {
    color: #e9edf1;
  }

  .lg\:text-gray-cool-300 {
    color: #d5dde6;
  }

  .lg\:text-gray-cool-400 {
    color: #bcc5d2;
  }

  .lg\:text-gray-cool-500 {
    color: #99a3b0;
  }

  .lg\:text-gray-cool-600 {
    color: #8d95a0;
  }

  .lg\:text-gray-cool-700 {
    color: #7e848b;
  }

  .lg\:text-gray-cool-800 {
    color: #686d73;
  }

  .lg\:text-gray-cool-900 {
    color: #50565e;
  }

  .lg\:text-red-100 {
    color: #fff5f5;
  }

  .lg\:text-red-200 {
    color: #fed7d7;
  }

  .lg\:text-red-300 {
    color: #feb2b2;
  }

  .lg\:text-red-400 {
    color: #fc8181;
  }

  .lg\:text-red-500 {
    color: #f56565;
  }

  .lg\:text-red-600 {
    color: #e21d2f;
  }

  .lg\:text-red-700 {
    color: #d41b2c;
  }

  .lg\:text-red-800 {
    color: #c61929;
  }

  .lg\:text-red-900 {
    color: #873138;
  }

  .lg\:text-orange-100 {
    color: #fff4f0;
  }

  .lg\:text-orange-200 {
    color: #fed8c8;
  }

  .lg\:text-orange-300 {
    color: #fcb99c;
  }

  .lg\:text-orange-400 {
    color: #fd9568;
  }

  .lg\:text-orange-500 {
    color: #ff854f;
  }

  .lg\:text-orange-600 {
    color: #e66833;
  }

  .lg\:text-orange-700 {
    color: #c05621;
  }

  .lg\:text-orange-800 {
    color: #9c4221;
  }

  .lg\:text-orange-900 {
    color: #7b341e;
  }

  .lg\:text-yellow-100 {
    color: #fdf6e7;
  }

  .lg\:text-yellow-200 {
    color: #fee9bf;
  }

  .lg\:text-yellow-300 {
    color: #fbd893;
  }

  .lg\:text-yellow-400 {
    color: #fcc85f;
  }

  .lg\:text-yellow-500 {
    color: #ffbf3d;
  }

  .lg\:text-yellow-600 {
    color: #e7a41d;
  }

  .lg\:text-yellow-700 {
    color: #b7841f;
  }

  .lg\:text-yellow-800 {
    color: #976c16;
  }

  .lg\:text-yellow-900 {
    color: #745310;
  }

  .lg\:text-green-100 {
    color: #f9fce9;
  }

  .lg\:text-green-200 {
    color: #e5f396;
  }

  .lg\:text-green-300 {
    color: #d0e656;
  }

  .lg\:text-green-400 {
    color: #badb00;
  }

  .lg\:text-green-500 {
    color: #acca07;
  }

  .lg\:text-green-600 {
    color: #99b305;
  }

  .lg\:text-green-700 {
    color: #869e00;
  }

  .lg\:text-green-800 {
    color: #546727;
  }

  .lg\:text-green-900 {
    color: #394a12;
  }

  .lg\:text-teal-100 {
    color: #e6fffa;
  }

  .lg\:text-teal-200 {
    color: #b2f5ea;
  }

  .lg\:text-teal-300 {
    color: #7beadc;
  }

  .lg\:text-teal-400 {
    color: #00cfb5;
  }

  .lg\:text-teal-500 {
    color: #3cbbaa;
  }

  .lg\:text-teal-600 {
    color: #319789;
  }

  .lg\:text-teal-700 {
    color: #2c7b70;
  }

  .lg\:text-teal-800 {
    color: #286159;
  }

  .lg\:text-teal-900 {
    color: #23524c;
  }

  .lg\:text-aqua-100 {
    color: #ebfcff;
  }

  .lg\:text-aqua-200 {
    color: #beeff8;
  }

  .lg\:text-aqua-300 {
    color: #90e5f4;
  }

  .lg\:text-aqua-400 {
    color: #71dcef;
  }

  .lg\:text-aqua-500 {
    color: #52cfe5;
  }

  .lg\:text-aqua-600 {
    color: #2bb2ca;
  }

  .lg\:text-aqua-700 {
    color: #2097ac;
  }

  .lg\:text-aqua-800 {
    color: #1c7382;
  }

  .lg\:text-aqua-900 {
    color: #155460;
  }

  .lg\:text-blue-100 {
    color: #ebf8ff;
  }

  .lg\:text-blue-200 {
    color: #bee3f8;
  }

  .lg\:text-blue-300 {
    color: #90cdf4;
  }

  .lg\:text-blue-400 {
    color: #63b3ed;
  }

  .lg\:text-blue-500 {
    color: #4299e1;
  }

  .lg\:text-blue-600 {
    color: #3182ce;
  }

  .lg\:text-blue-700 {
    color: #006eb5;
  }

  .lg\:text-blue-800 {
    color: #22547c;
  }

  .lg\:text-blue-900 {
    color: #2b435a;
  }

  .lg\:text-purple-100 {
    color: #fcf5ff;
  }

  .lg\:text-purple-200 {
    color: #f1d8fd;
  }

  .lg\:text-purple-300 {
    color: #dbbcfa;
  }

  .lg\:text-purple-400 {
    color: #cd82f2;
  }

  .lg\:text-purple-500 {
    color: #b26dd5;
  }

  .lg\:text-purple-600 {
    color: #904eb1;
  }

  .lg\:text-purple-700 {
    color: #824091;
  }

  .lg\:text-purple-800 {
    color: #743582;
  }

  .lg\:text-purple-900 {
    color: #4a2353;
  }

  .lg\:text-tan-100 {
    color: #f6f2e9;
  }

  .lg\:text-tan-200 {
    color: #eee7d8;
  }

  .lg\:text-tan-300 {
    color: #e7ddc5;
  }

  .lg\:text-tan-400 {
    color: #e5d4ab;
  }

  .lg\:text-tan-500 {
    color: #dec891;
  }

  .lg\:text-tan-600 {
    color: #c3ac74;
  }

  .lg\:text-tan-700 {
    color: #9a8451;
  }

  .lg\:text-tan-800 {
    color: #685936;
  }

  .lg\:text-tan-900 {
    color: #574c33;
  }

  .lg\:text-gold-500 {
    color: #a4804a;
  }

  .lg\:text-silver-500 {
    color: #8a8d8f;
  }

  .lg\:hover\:text-transparent:hover {
    color: transparent;
  }

  .lg\:hover\:text-white:hover {
    color: #ffffff;
  }

  .lg\:hover\:text-white-semi-9:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .lg\:hover\:text-white-semi-8:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:hover\:text-white-semi-7:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .lg\:hover\:text-white-semi-6:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .lg\:hover\:text-white-semi-5:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:hover\:text-white-semi-4:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  .lg\:hover\:text-white-semi-3:hover {
    color: rgba(255, 255, 255, 0.3);
  }

  .lg\:hover\:text-white-semi-2:hover {
    color: rgba(255, 255, 255, 0.2);
  }

  .lg\:hover\:text-white-semi-1:hover {
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:hover\:text-black:hover {
    color: #000;
  }

  .lg\:hover\:text-black-semi-9:hover {
    color: rgba(0, 0, 0, 0.9);
  }

  .lg\:hover\:text-black-semi-8:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:hover\:text-black-semi-7:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .lg\:hover\:text-black-semi-6:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  .lg\:hover\:text-black-semi-5:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:hover\:text-black-semi-4:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  .lg\:hover\:text-black-semi-3:hover {
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:hover\:text-black-semi-2:hover {
    color: rgba(0, 0, 0, 0.2);
  }

  .lg\:hover\:text-black-semi-1:hover {
    color: rgba(0, 0, 0, 0.1);
  }

  .lg\:hover\:text-gray-100:hover {
    color: #f7f7f7;
  }

  .lg\:hover\:text-gray-200:hover {
    color: #ebebeb;
  }

  .lg\:hover\:text-gray-300:hover {
    color: #d0d0d0;
  }

  .lg\:hover\:text-gray-400:hover {
    color: #b8b8b8;
  }

  .lg\:hover\:text-gray-500:hover {
    color: #9e9e9e;
  }

  .lg\:hover\:text-gray-600:hover {
    color: #666666;
  }

  .lg\:hover\:text-gray-700:hover {
    color: #525252;
  }

  .lg\:hover\:text-gray-800:hover {
    color: #333333;
  }

  .lg\:hover\:text-gray-900:hover {
    color: #1f1f1f;
  }

  .lg\:hover\:text-gray-warm-100:hover {
    color: #f4f2f0;
  }

  .lg\:hover\:text-gray-warm-200:hover {
    color: #e9e6e2;
  }

  .lg\:hover\:text-gray-warm-300:hover {
    color: #dfdad4;
  }

  .lg\:hover\:text-gray-warm-400:hover {
    color: #cfc7bf;
  }

  .lg\:hover\:text-gray-warm-500:hover {
    color: #c2bab3;
  }

  .lg\:hover\:text-gray-warm-600:hover {
    color: #b3aca8;
  }

  .lg\:hover\:text-gray-warm-700:hover {
    color: #a19994;
  }

  .lg\:hover\:text-gray-warm-800:hover {
    color: #63544b;
  }

  .lg\:hover\:text-gray-warm-900:hover {
    color: #3f3731;
  }

  .lg\:hover\:text-gray-cool-100:hover {
    color: #f3f4f7;
  }

  .lg\:hover\:text-gray-cool-200:hover {
    color: #e9edf1;
  }

  .lg\:hover\:text-gray-cool-300:hover {
    color: #d5dde6;
  }

  .lg\:hover\:text-gray-cool-400:hover {
    color: #bcc5d2;
  }

  .lg\:hover\:text-gray-cool-500:hover {
    color: #99a3b0;
  }

  .lg\:hover\:text-gray-cool-600:hover {
    color: #8d95a0;
  }

  .lg\:hover\:text-gray-cool-700:hover {
    color: #7e848b;
  }

  .lg\:hover\:text-gray-cool-800:hover {
    color: #686d73;
  }

  .lg\:hover\:text-gray-cool-900:hover {
    color: #50565e;
  }

  .lg\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .lg\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .lg\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .lg\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .lg\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .lg\:hover\:text-red-600:hover {
    color: #e21d2f;
  }

  .lg\:hover\:text-red-700:hover {
    color: #d41b2c;
  }

  .lg\:hover\:text-red-800:hover {
    color: #c61929;
  }

  .lg\:hover\:text-red-900:hover {
    color: #873138;
  }

  .lg\:hover\:text-orange-100:hover {
    color: #fff4f0;
  }

  .lg\:hover\:text-orange-200:hover {
    color: #fed8c8;
  }

  .lg\:hover\:text-orange-300:hover {
    color: #fcb99c;
  }

  .lg\:hover\:text-orange-400:hover {
    color: #fd9568;
  }

  .lg\:hover\:text-orange-500:hover {
    color: #ff854f;
  }

  .lg\:hover\:text-orange-600:hover {
    color: #e66833;
  }

  .lg\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .lg\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .lg\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .lg\:hover\:text-yellow-100:hover {
    color: #fdf6e7;
  }

  .lg\:hover\:text-yellow-200:hover {
    color: #fee9bf;
  }

  .lg\:hover\:text-yellow-300:hover {
    color: #fbd893;
  }

  .lg\:hover\:text-yellow-400:hover {
    color: #fcc85f;
  }

  .lg\:hover\:text-yellow-500:hover {
    color: #ffbf3d;
  }

  .lg\:hover\:text-yellow-600:hover {
    color: #e7a41d;
  }

  .lg\:hover\:text-yellow-700:hover {
    color: #b7841f;
  }

  .lg\:hover\:text-yellow-800:hover {
    color: #976c16;
  }

  .lg\:hover\:text-yellow-900:hover {
    color: #745310;
  }

  .lg\:hover\:text-green-100:hover {
    color: #f9fce9;
  }

  .lg\:hover\:text-green-200:hover {
    color: #e5f396;
  }

  .lg\:hover\:text-green-300:hover {
    color: #d0e656;
  }

  .lg\:hover\:text-green-400:hover {
    color: #badb00;
  }

  .lg\:hover\:text-green-500:hover {
    color: #acca07;
  }

  .lg\:hover\:text-green-600:hover {
    color: #99b305;
  }

  .lg\:hover\:text-green-700:hover {
    color: #869e00;
  }

  .lg\:hover\:text-green-800:hover {
    color: #546727;
  }

  .lg\:hover\:text-green-900:hover {
    color: #394a12;
  }

  .lg\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .lg\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .lg\:hover\:text-teal-300:hover {
    color: #7beadc;
  }

  .lg\:hover\:text-teal-400:hover {
    color: #00cfb5;
  }

  .lg\:hover\:text-teal-500:hover {
    color: #3cbbaa;
  }

  .lg\:hover\:text-teal-600:hover {
    color: #319789;
  }

  .lg\:hover\:text-teal-700:hover {
    color: #2c7b70;
  }

  .lg\:hover\:text-teal-800:hover {
    color: #286159;
  }

  .lg\:hover\:text-teal-900:hover {
    color: #23524c;
  }

  .lg\:hover\:text-aqua-100:hover {
    color: #ebfcff;
  }

  .lg\:hover\:text-aqua-200:hover {
    color: #beeff8;
  }

  .lg\:hover\:text-aqua-300:hover {
    color: #90e5f4;
  }

  .lg\:hover\:text-aqua-400:hover {
    color: #71dcef;
  }

  .lg\:hover\:text-aqua-500:hover {
    color: #52cfe5;
  }

  .lg\:hover\:text-aqua-600:hover {
    color: #2bb2ca;
  }

  .lg\:hover\:text-aqua-700:hover {
    color: #2097ac;
  }

  .lg\:hover\:text-aqua-800:hover {
    color: #1c7382;
  }

  .lg\:hover\:text-aqua-900:hover {
    color: #155460;
  }

  .lg\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .lg\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .lg\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .lg\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .lg\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .lg\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .lg\:hover\:text-blue-700:hover {
    color: #006eb5;
  }

  .lg\:hover\:text-blue-800:hover {
    color: #22547c;
  }

  .lg\:hover\:text-blue-900:hover {
    color: #2b435a;
  }

  .lg\:hover\:text-purple-100:hover {
    color: #fcf5ff;
  }

  .lg\:hover\:text-purple-200:hover {
    color: #f1d8fd;
  }

  .lg\:hover\:text-purple-300:hover {
    color: #dbbcfa;
  }

  .lg\:hover\:text-purple-400:hover {
    color: #cd82f2;
  }

  .lg\:hover\:text-purple-500:hover {
    color: #b26dd5;
  }

  .lg\:hover\:text-purple-600:hover {
    color: #904eb1;
  }

  .lg\:hover\:text-purple-700:hover {
    color: #824091;
  }

  .lg\:hover\:text-purple-800:hover {
    color: #743582;
  }

  .lg\:hover\:text-purple-900:hover {
    color: #4a2353;
  }

  .lg\:hover\:text-tan-100:hover {
    color: #f6f2e9;
  }

  .lg\:hover\:text-tan-200:hover {
    color: #eee7d8;
  }

  .lg\:hover\:text-tan-300:hover {
    color: #e7ddc5;
  }

  .lg\:hover\:text-tan-400:hover {
    color: #e5d4ab;
  }

  .lg\:hover\:text-tan-500:hover {
    color: #dec891;
  }

  .lg\:hover\:text-tan-600:hover {
    color: #c3ac74;
  }

  .lg\:hover\:text-tan-700:hover {
    color: #9a8451;
  }

  .lg\:hover\:text-tan-800:hover {
    color: #685936;
  }

  .lg\:hover\:text-tan-900:hover {
    color: #574c33;
  }

  .lg\:hover\:text-gold-500:hover {
    color: #a4804a;
  }

  .lg\:hover\:text-silver-500:hover {
    color: #8a8d8f;
  }

  .lg\:focus\:text-transparent:focus {
    color: transparent;
  }

  .lg\:focus\:text-white:focus {
    color: #ffffff;
  }

  .lg\:focus\:text-white-semi-9:focus {
    color: rgba(255, 255, 255, 0.9);
  }

  .lg\:focus\:text-white-semi-8:focus {
    color: rgba(255, 255, 255, 0.8);
  }

  .lg\:focus\:text-white-semi-7:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .lg\:focus\:text-white-semi-6:focus {
    color: rgba(255, 255, 255, 0.6);
  }

  .lg\:focus\:text-white-semi-5:focus {
    color: rgba(255, 255, 255, 0.5);
  }

  .lg\:focus\:text-white-semi-4:focus {
    color: rgba(255, 255, 255, 0.4);
  }

  .lg\:focus\:text-white-semi-3:focus {
    color: rgba(255, 255, 255, 0.3);
  }

  .lg\:focus\:text-white-semi-2:focus {
    color: rgba(255, 255, 255, 0.2);
  }

  .lg\:focus\:text-white-semi-1:focus {
    color: rgba(255, 255, 255, 0.1);
  }

  .lg\:focus\:text-black:focus {
    color: #000;
  }

  .lg\:focus\:text-black-semi-9:focus {
    color: rgba(0, 0, 0, 0.9);
  }

  .lg\:focus\:text-black-semi-8:focus {
    color: rgba(0, 0, 0, 0.8);
  }

  .lg\:focus\:text-black-semi-7:focus {
    color: rgba(0, 0, 0, 0.7);
  }

  .lg\:focus\:text-black-semi-6:focus {
    color: rgba(0, 0, 0, 0.6);
  }

  .lg\:focus\:text-black-semi-5:focus {
    color: rgba(0, 0, 0, 0.5);
  }

  .lg\:focus\:text-black-semi-4:focus {
    color: rgba(0, 0, 0, 0.4);
  }

  .lg\:focus\:text-black-semi-3:focus {
    color: rgba(0, 0, 0, 0.3);
  }

  .lg\:focus\:text-black-semi-2:focus {
    color: rgba(0, 0, 0, 0.2);
  }

  .lg\:focus\:text-black-semi-1:focus {
    color: rgba(0, 0, 0, 0.1);
  }

  .lg\:focus\:text-gray-100:focus {
    color: #f7f7f7;
  }

  .lg\:focus\:text-gray-200:focus {
    color: #ebebeb;
  }

  .lg\:focus\:text-gray-300:focus {
    color: #d0d0d0;
  }

  .lg\:focus\:text-gray-400:focus {
    color: #b8b8b8;
  }

  .lg\:focus\:text-gray-500:focus {
    color: #9e9e9e;
  }

  .lg\:focus\:text-gray-600:focus {
    color: #666666;
  }

  .lg\:focus\:text-gray-700:focus {
    color: #525252;
  }

  .lg\:focus\:text-gray-800:focus {
    color: #333333;
  }

  .lg\:focus\:text-gray-900:focus {
    color: #1f1f1f;
  }

  .lg\:focus\:text-gray-warm-100:focus {
    color: #f4f2f0;
  }

  .lg\:focus\:text-gray-warm-200:focus {
    color: #e9e6e2;
  }

  .lg\:focus\:text-gray-warm-300:focus {
    color: #dfdad4;
  }

  .lg\:focus\:text-gray-warm-400:focus {
    color: #cfc7bf;
  }

  .lg\:focus\:text-gray-warm-500:focus {
    color: #c2bab3;
  }

  .lg\:focus\:text-gray-warm-600:focus {
    color: #b3aca8;
  }

  .lg\:focus\:text-gray-warm-700:focus {
    color: #a19994;
  }

  .lg\:focus\:text-gray-warm-800:focus {
    color: #63544b;
  }

  .lg\:focus\:text-gray-warm-900:focus {
    color: #3f3731;
  }

  .lg\:focus\:text-gray-cool-100:focus {
    color: #f3f4f7;
  }

  .lg\:focus\:text-gray-cool-200:focus {
    color: #e9edf1;
  }

  .lg\:focus\:text-gray-cool-300:focus {
    color: #d5dde6;
  }

  .lg\:focus\:text-gray-cool-400:focus {
    color: #bcc5d2;
  }

  .lg\:focus\:text-gray-cool-500:focus {
    color: #99a3b0;
  }

  .lg\:focus\:text-gray-cool-600:focus {
    color: #8d95a0;
  }

  .lg\:focus\:text-gray-cool-700:focus {
    color: #7e848b;
  }

  .lg\:focus\:text-gray-cool-800:focus {
    color: #686d73;
  }

  .lg\:focus\:text-gray-cool-900:focus {
    color: #50565e;
  }

  .lg\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .lg\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .lg\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .lg\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .lg\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .lg\:focus\:text-red-600:focus {
    color: #e21d2f;
  }

  .lg\:focus\:text-red-700:focus {
    color: #d41b2c;
  }

  .lg\:focus\:text-red-800:focus {
    color: #c61929;
  }

  .lg\:focus\:text-red-900:focus {
    color: #873138;
  }

  .lg\:focus\:text-orange-100:focus {
    color: #fff4f0;
  }

  .lg\:focus\:text-orange-200:focus {
    color: #fed8c8;
  }

  .lg\:focus\:text-orange-300:focus {
    color: #fcb99c;
  }

  .lg\:focus\:text-orange-400:focus {
    color: #fd9568;
  }

  .lg\:focus\:text-orange-500:focus {
    color: #ff854f;
  }

  .lg\:focus\:text-orange-600:focus {
    color: #e66833;
  }

  .lg\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .lg\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .lg\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .lg\:focus\:text-yellow-100:focus {
    color: #fdf6e7;
  }

  .lg\:focus\:text-yellow-200:focus {
    color: #fee9bf;
  }

  .lg\:focus\:text-yellow-300:focus {
    color: #fbd893;
  }

  .lg\:focus\:text-yellow-400:focus {
    color: #fcc85f;
  }

  .lg\:focus\:text-yellow-500:focus {
    color: #ffbf3d;
  }

  .lg\:focus\:text-yellow-600:focus {
    color: #e7a41d;
  }

  .lg\:focus\:text-yellow-700:focus {
    color: #b7841f;
  }

  .lg\:focus\:text-yellow-800:focus {
    color: #976c16;
  }

  .lg\:focus\:text-yellow-900:focus {
    color: #745310;
  }

  .lg\:focus\:text-green-100:focus {
    color: #f9fce9;
  }

  .lg\:focus\:text-green-200:focus {
    color: #e5f396;
  }

  .lg\:focus\:text-green-300:focus {
    color: #d0e656;
  }

  .lg\:focus\:text-green-400:focus {
    color: #badb00;
  }

  .lg\:focus\:text-green-500:focus {
    color: #acca07;
  }

  .lg\:focus\:text-green-600:focus {
    color: #99b305;
  }

  .lg\:focus\:text-green-700:focus {
    color: #869e00;
  }

  .lg\:focus\:text-green-800:focus {
    color: #546727;
  }

  .lg\:focus\:text-green-900:focus {
    color: #394a12;
  }

  .lg\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .lg\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .lg\:focus\:text-teal-300:focus {
    color: #7beadc;
  }

  .lg\:focus\:text-teal-400:focus {
    color: #00cfb5;
  }

  .lg\:focus\:text-teal-500:focus {
    color: #3cbbaa;
  }

  .lg\:focus\:text-teal-600:focus {
    color: #319789;
  }

  .lg\:focus\:text-teal-700:focus {
    color: #2c7b70;
  }

  .lg\:focus\:text-teal-800:focus {
    color: #286159;
  }

  .lg\:focus\:text-teal-900:focus {
    color: #23524c;
  }

  .lg\:focus\:text-aqua-100:focus {
    color: #ebfcff;
  }

  .lg\:focus\:text-aqua-200:focus {
    color: #beeff8;
  }

  .lg\:focus\:text-aqua-300:focus {
    color: #90e5f4;
  }

  .lg\:focus\:text-aqua-400:focus {
    color: #71dcef;
  }

  .lg\:focus\:text-aqua-500:focus {
    color: #52cfe5;
  }

  .lg\:focus\:text-aqua-600:focus {
    color: #2bb2ca;
  }

  .lg\:focus\:text-aqua-700:focus {
    color: #2097ac;
  }

  .lg\:focus\:text-aqua-800:focus {
    color: #1c7382;
  }

  .lg\:focus\:text-aqua-900:focus {
    color: #155460;
  }

  .lg\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .lg\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .lg\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .lg\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .lg\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .lg\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .lg\:focus\:text-blue-700:focus {
    color: #006eb5;
  }

  .lg\:focus\:text-blue-800:focus {
    color: #22547c;
  }

  .lg\:focus\:text-blue-900:focus {
    color: #2b435a;
  }

  .lg\:focus\:text-purple-100:focus {
    color: #fcf5ff;
  }

  .lg\:focus\:text-purple-200:focus {
    color: #f1d8fd;
  }

  .lg\:focus\:text-purple-300:focus {
    color: #dbbcfa;
  }

  .lg\:focus\:text-purple-400:focus {
    color: #cd82f2;
  }

  .lg\:focus\:text-purple-500:focus {
    color: #b26dd5;
  }

  .lg\:focus\:text-purple-600:focus {
    color: #904eb1;
  }

  .lg\:focus\:text-purple-700:focus {
    color: #824091;
  }

  .lg\:focus\:text-purple-800:focus {
    color: #743582;
  }

  .lg\:focus\:text-purple-900:focus {
    color: #4a2353;
  }

  .lg\:focus\:text-tan-100:focus {
    color: #f6f2e9;
  }

  .lg\:focus\:text-tan-200:focus {
    color: #eee7d8;
  }

  .lg\:focus\:text-tan-300:focus {
    color: #e7ddc5;
  }

  .lg\:focus\:text-tan-400:focus {
    color: #e5d4ab;
  }

  .lg\:focus\:text-tan-500:focus {
    color: #dec891;
  }

  .lg\:focus\:text-tan-600:focus {
    color: #c3ac74;
  }

  .lg\:focus\:text-tan-700:focus {
    color: #9a8451;
  }

  .lg\:focus\:text-tan-800:focus {
    color: #685936;
  }

  .lg\:focus\:text-tan-900:focus {
    color: #574c33;
  }

  .lg\:focus\:text-gold-500:focus {
    color: #a4804a;
  }

  .lg\:focus\:text-silver-500:focus {
    color: #8a8d8f;
  }

  .lg\:w-0 {
    width: 0;
  }

  .lg\:w-1 {
    width: 0.25rem;
  }

  .lg\:w-2 {
    width: 0.5rem;
  }

  .lg\:w-3 {
    width: 0.75rem;
  }

  .lg\:w-4 {
    width: 1rem;
  }

  .lg\:w-5 {
    width: 1.25rem;
  }

  .lg\:w-6 {
    width: 1.5rem;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-8 {
    width: 2rem;
  }

  .lg\:w-9 {
    width: 2.25rem;
  }

  .lg\:w-10 {
    width: 2.5rem;
  }

  .lg\:w-11 {
    width: 2.75rem;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-13 {
    width: 3.25rem;
  }

  .lg\:w-14 {
    width: 3.5rem;
  }

  .lg\:w-15 {
    width: 3.75rem;
  }

  .lg\:w-16 {
    width: 4rem;
  }

  .lg\:w-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-128 {
    width: 32rem;
  }

  .lg\:w-144 {
    width: 36rem;
  }

  .lg\:w-160 {
    width: 40rem;
  }

  .lg\:w-192 {
    width: 48rem;
  }

  .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-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\:z-0 {
    z-index: 0;
  }

  .lg\:z-10 {
    z-index: 10;
  }

  .lg\:z-20 {
    z-index: 20;
  }

  .lg\:z-30 {
    z-index: 30;
  }

  .lg\:z-40 {
    z-index: 40;
  }

  .lg\:z-50 {
    z-index: 50;
  }

  .lg\:z-auto {
    z-index: auto;
  }

  .lg\:z-behind {
    z-index: -1;
  }

  .lg\:z-max {
    z-index: 1000;
  }

  .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\:rotate-0 {
    transform: rotate(0);
  }

  .lg\:rotate-45 {
    transform: rotate(45deg);
  }

  .lg\:rotate-90 {
    transform: rotate(90deg);
  }

  .lg\:rotate-180 {
    transform: rotate(180deg);
  }

  .lg\:-rotate-180 {
    transform: rotate(-180deg);
  }

  .lg\:-rotate-90 {
    transform: rotate(-90deg);
  }

  .lg\:-rotate-45 {
    transform: rotate(-45deg);
  }

  .lg\:hover\:rotate-0:hover {
    transform: rotate(0);
  }

  .lg\:hover\:rotate-45:hover {
    transform: rotate(45deg);
  }

  .lg\:hover\:rotate-90:hover {
    transform: rotate(90deg);
  }

  .lg\:hover\:rotate-180:hover {
    transform: rotate(180deg);
  }

  .lg\:hover\:-rotate-180:hover {
    transform: rotate(-180deg);
  }

  .lg\:hover\:-rotate-90:hover {
    transform: rotate(-90deg);
  }

  .lg\:hover\:-rotate-45:hover {
    transform: rotate(-45deg);
  }

  .lg\:focus\:rotate-0:focus {
    transform: rotate(0);
  }

  .lg\:focus\:rotate-45:focus {
    transform: rotate(45deg);
  }

  .lg\:focus\:rotate-90:focus {
    transform: rotate(90deg);
  }

  .lg\:focus\:rotate-180:focus {
    transform: rotate(180deg);
  }

  .lg\:focus\:-rotate-180:focus {
    transform: rotate(-180deg);
  }

  .lg\:focus\:-rotate-90:focus {
    transform: rotate(-90deg);
  }

  .lg\:focus\:-rotate-45:focus {
    transform: rotate(-45deg);
  }

  .lg\:translate-x-0 {
    transform: translateX(0);
  }

  .lg\:translate-x-1 {
    transform: translateX(0.25rem);
  }

  .lg\:translate-x-2 {
    transform: translateX(0.5rem);
  }

  .lg\:translate-x-3 {
    transform: translateX(0.75rem);
  }

  .lg\:translate-x-4 {
    transform: translateX(1rem);
  }

  .lg\:translate-x-5 {
    transform: translateX(1.25rem);
  }

  .lg\:translate-x-6 {
    transform: translateX(1.5rem);
  }

  .lg\:translate-x-7 {
    transform: translateX(1.75rem);
  }

  .lg\:translate-x-8 {
    transform: translateX(2rem);
  }

  .lg\:translate-x-9 {
    transform: translateX(2.25rem);
  }

  .lg\:translate-x-10 {
    transform: translateX(2.5rem);
  }

  .lg\:translate-x-11 {
    transform: translateX(2.75rem);
  }

  .lg\:translate-x-12 {
    transform: translateX(3rem);
  }

  .lg\:translate-x-13 {
    transform: translateX(3.25rem);
  }

  .lg\:translate-x-14 {
    transform: translateX(3.5rem);
  }

  .lg\:translate-x-15 {
    transform: translateX(3.75rem);
  }

  .lg\:translate-x-16 {
    transform: translateX(4rem);
  }

  .lg\:translate-x-20 {
    transform: translateX(5rem);
  }

  .lg\:translate-x-24 {
    transform: translateX(6rem);
  }

  .lg\:translate-x-28 {
    transform: translateX(7rem);
  }

  .lg\:translate-x-32 {
    transform: translateX(8rem);
  }

  .lg\:translate-x-36 {
    transform: translateX(9rem);
  }

  .lg\:translate-x-40 {
    transform: translateX(10rem);
  }

  .lg\:translate-x-44 {
    transform: translateX(11rem);
  }

  .lg\:translate-x-48 {
    transform: translateX(12rem);
  }

  .lg\:translate-x-52 {
    transform: translateX(13rem);
  }

  .lg\:translate-x-56 {
    transform: translateX(14rem);
  }

  .lg\:translate-x-60 {
    transform: translateX(15rem);
  }

  .lg\:translate-x-64 {
    transform: translateX(16rem);
  }

  .lg\:translate-x-72 {
    transform: translateX(18rem);
  }

  .lg\:translate-x-80 {
    transform: translateX(20rem);
  }

  .lg\:translate-x-96 {
    transform: translateX(24rem);
  }

  .lg\:translate-x-128 {
    transform: translateX(32rem);
  }

  .lg\:translate-x-144 {
    transform: translateX(36rem);
  }

  .lg\:translate-x-160 {
    transform: translateX(40rem);
  }

  .lg\:translate-x-192 {
    transform: translateX(48rem);
  }

  .lg\:translate-x-px {
    transform: translateX(1px);
  }

  .lg\:translate-x-0\.5 {
    transform: translateX(0.125rem);
  }

  .lg\:translate-x-1\.5 {
    transform: translateX(0.375rem);
  }

  .lg\:translate-x-2\.5 {
    transform: translateX(0.625rem);
  }

  .lg\:translate-x-3\.5 {
    transform: translateX(0.875rem);
  }

  .lg\:translate-x-1\/2 {
    transform: translateX(50%);
  }

  .lg\:translate-x-1\/3 {
    transform: translateX(33.333333%);
  }

  .lg\:translate-x-2\/3 {
    transform: translateX(66.666667%);
  }

  .lg\:translate-x-1\/4 {
    transform: translateX(25%);
  }

  .lg\:translate-x-2\/4 {
    transform: translateX(50%);
  }

  .lg\:translate-x-3\/4 {
    transform: translateX(75%);
  }

  .lg\:translate-x-1\/5 {
    transform: translateX(20%);
  }

  .lg\:translate-x-2\/5 {
    transform: translateX(40%);
  }

  .lg\:translate-x-3\/5 {
    transform: translateX(60%);
  }

  .lg\:translate-x-4\/5 {
    transform: translateX(80%);
  }

  .lg\:translate-x-1\/6 {
    transform: translateX(16.666667%);
  }

  .lg\:translate-x-2\/6 {
    transform: translateX(33.333333%);
  }

  .lg\:translate-x-3\/6 {
    transform: translateX(50%);
  }

  .lg\:translate-x-4\/6 {
    transform: translateX(66.666667%);
  }

  .lg\:translate-x-5\/6 {
    transform: translateX(83.333333%);
  }

  .lg\:translate-x-1\/12 {
    transform: translateX(8.333333%);
  }

  .lg\:translate-x-2\/12 {
    transform: translateX(16.666667%);
  }

  .lg\:translate-x-3\/12 {
    transform: translateX(25%);
  }

  .lg\:translate-x-4\/12 {
    transform: translateX(33.333333%);
  }

  .lg\:translate-x-5\/12 {
    transform: translateX(41.666667%);
  }

  .lg\:translate-x-6\/12 {
    transform: translateX(50%);
  }

  .lg\:translate-x-7\/12 {
    transform: translateX(58.333333%);
  }

  .lg\:translate-x-8\/12 {
    transform: translateX(66.666667%);
  }

  .lg\:translate-x-9\/12 {
    transform: translateX(75%);
  }

  .lg\:translate-x-10\/12 {
    transform: translateX(83.333333%);
  }

  .lg\:translate-x-11\/12 {
    transform: translateX(91.666667%);
  }

  .lg\:translate-x-full {
    transform: translateX(100%);
  }

  .lg\:-translate-x-1 {
    transform: translateX(-0.25rem);
  }

  .lg\:-translate-x-2 {
    transform: translateX(-0.5rem);
  }

  .lg\:-translate-x-3 {
    transform: translateX(-0.75rem);
  }

  .lg\:-translate-x-4 {
    transform: translateX(-1rem);
  }

  .lg\:-translate-x-5 {
    transform: translateX(-1.25rem);
  }

  .lg\:-translate-x-6 {
    transform: translateX(-1.5rem);
  }

  .lg\:-translate-x-7 {
    transform: translateX(-1.75rem);
  }

  .lg\:-translate-x-8 {
    transform: translateX(-2rem);
  }

  .lg\:-translate-x-9 {
    transform: translateX(-2.25rem);
  }

  .lg\:-translate-x-10 {
    transform: translateX(-2.5rem);
  }

  .lg\:-translate-x-11 {
    transform: translateX(-2.75rem);
  }

  .lg\:-translate-x-12 {
    transform: translateX(-3rem);
  }

  .lg\:-translate-x-13 {
    transform: translateX(-3.25rem);
  }

  .lg\:-translate-x-14 {
    transform: translateX(-3.5rem);
  }

  .lg\:-translate-x-15 {
    transform: translateX(-3.75rem);
  }

  .lg\:-translate-x-16 {
    transform: translateX(-4rem);
  }

  .lg\:-translate-x-20 {
    transform: translateX(-5rem);
  }

  .lg\:-translate-x-24 {
    transform: translateX(-6rem);
  }

  .lg\:-translate-x-28 {
    transform: translateX(-7rem);
  }

  .lg\:-translate-x-32 {
    transform: translateX(-8rem);
  }

  .lg\:-translate-x-36 {
    transform: translateX(-9rem);
  }

  .lg\:-translate-x-40 {
    transform: translateX(-10rem);
  }

  .lg\:-translate-x-44 {
    transform: translateX(-11rem);
  }

  .lg\:-translate-x-48 {
    transform: translateX(-12rem);
  }

  .lg\:-translate-x-52 {
    transform: translateX(-13rem);
  }

  .lg\:-translate-x-56 {
    transform: translateX(-14rem);
  }

  .lg\:-translate-x-60 {
    transform: translateX(-15rem);
  }

  .lg\:-translate-x-64 {
    transform: translateX(-16rem);
  }

  .lg\:-translate-x-72 {
    transform: translateX(-18rem);
  }

  .lg\:-translate-x-80 {
    transform: translateX(-20rem);
  }

  .lg\:-translate-x-96 {
    transform: translateX(-24rem);
  }

  .lg\:-translate-x-128 {
    transform: translateX(-32rem);
  }

  .lg\:-translate-x-144 {
    transform: translateX(-36rem);
  }

  .lg\:-translate-x-160 {
    transform: translateX(-40rem);
  }

  .lg\:-translate-x-192 {
    transform: translateX(-48rem);
  }

  .lg\:-translate-x-px {
    transform: translateX(-1px);
  }

  .lg\:-translate-x-0\.5 {
    transform: translateX(-0.125rem);
  }

  .lg\:-translate-x-1\.5 {
    transform: translateX(-0.375rem);
  }

  .lg\:-translate-x-2\.5 {
    transform: translateX(-0.625rem);
  }

  .lg\:-translate-x-3\.5 {
    transform: translateX(-0.875rem);
  }

  .lg\:-translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .lg\:-translate-x-1\/3 {
    transform: translateX(-33.33333%);
  }

  .lg\:-translate-x-2\/3 {
    transform: translateX(-66.66667%);
  }

  .lg\:-translate-x-1\/4 {
    transform: translateX(-25%);
  }

  .lg\:-translate-x-2\/4 {
    transform: translateX(-50%);
  }

  .lg\:-translate-x-3\/4 {
    transform: translateX(-75%);
  }

  .lg\:-translate-x-1\/5 {
    transform: translateX(-20%);
  }

  .lg\:-translate-x-2\/5 {
    transform: translateX(-40%);
  }

  .lg\:-translate-x-3\/5 {
    transform: translateX(-60%);
  }

  .lg\:-translate-x-4\/5 {
    transform: translateX(-80%);
  }

  .lg\:-translate-x-1\/6 {
    transform: translateX(-16.66667%);
  }

  .lg\:-translate-x-2\/6 {
    transform: translateX(-33.33333%);
  }

  .lg\:-translate-x-3\/6 {
    transform: translateX(-50%);
  }

  .lg\:-translate-x-4\/6 {
    transform: translateX(-66.66667%);
  }

  .lg\:-translate-x-5\/6 {
    transform: translateX(-83.33333%);
  }

  .lg\:-translate-x-1\/12 {
    transform: translateX(-8.33333%);
  }

  .lg\:-translate-x-2\/12 {
    transform: translateX(-16.66667%);
  }

  .lg\:-translate-x-3\/12 {
    transform: translateX(-25%);
  }

  .lg\:-translate-x-4\/12 {
    transform: translateX(-33.33333%);
  }

  .lg\:-translate-x-5\/12 {
    transform: translateX(-41.66667%);
  }

  .lg\:-translate-x-6\/12 {
    transform: translateX(-50%);
  }

  .lg\:-translate-x-7\/12 {
    transform: translateX(-58.33333%);
  }

  .lg\:-translate-x-8\/12 {
    transform: translateX(-66.66667%);
  }

  .lg\:-translate-x-9\/12 {
    transform: translateX(-75%);
  }

  .lg\:-translate-x-10\/12 {
    transform: translateX(-83.33333%);
  }

  .lg\:-translate-x-11\/12 {
    transform: translateX(-91.66667%);
  }

  .lg\:-translate-x-full {
    transform: translateX(-100%);
  }

  .lg\:translate-y-0 {
    transform: translateY(0);
  }

  .lg\:translate-y-1 {
    transform: translateY(0.25rem);
  }

  .lg\:translate-y-2 {
    transform: translateY(0.5rem);
  }

  .lg\:translate-y-3 {
    transform: translateY(0.75rem);
  }

  .lg\:translate-y-4 {
    transform: translateY(1rem);
  }

  .lg\:translate-y-5 {
    transform: translateY(1.25rem);
  }

  .lg\:translate-y-6 {
    transform: translateY(1.5rem);
  }

  .lg\:translate-y-7 {
    transform: translateY(1.75rem);
  }

  .lg\:translate-y-8 {
    transform: translateY(2rem);
  }

  .lg\:translate-y-9 {
    transform: translateY(2.25rem);
  }

  .lg\:translate-y-10 {
    transform: translateY(2.5rem);
  }

  .lg\:translate-y-11 {
    transform: translateY(2.75rem);
  }

  .lg\:translate-y-12 {
    transform: translateY(3rem);
  }

  .lg\:translate-y-13 {
    transform: translateY(3.25rem);
  }

  .lg\:translate-y-14 {
    transform: translateY(3.5rem);
  }

  .lg\:translate-y-15 {
    transform: translateY(3.75rem);
  }

  .lg\:translate-y-16 {
    transform: translateY(4rem);
  }

  .lg\:translate-y-20 {
    transform: translateY(5rem);
  }

  .lg\:translate-y-24 {
    transform: translateY(6rem);
  }

  .lg\:translate-y-28 {
    transform: translateY(7rem);
  }

  .lg\:translate-y-32 {
    transform: translateY(8rem);
  }

  .lg\:translate-y-36 {
    transform: translateY(9rem);
  }

  .lg\:translate-y-40 {
    transform: translateY(10rem);
  }

  .lg\:translate-y-44 {
    transform: translateY(11rem);
  }

  .lg\:translate-y-48 {
    transform: translateY(12rem);
  }

  .lg\:translate-y-52 {
    transform: translateY(13rem);
  }

  .lg\:translate-y-56 {
    transform: translateY(14rem);
  }

  .lg\:translate-y-60 {
    transform: translateY(15rem);
  }

  .lg\:translate-y-64 {
    transform: translateY(16rem);
  }

  .lg\:translate-y-72 {
    transform: translateY(18rem);
  }

  .lg\:translate-y-80 {
    transform: translateY(20rem);
  }

  .lg\:translate-y-96 {
    transform: translateY(24rem);
  }

  .lg\:translate-y-128 {
    transform: translateY(32rem);
  }

  .lg\:translate-y-144 {
    transform: translateY(36rem);
  }

  .lg\:translate-y-160 {
    transform: translateY(40rem);
  }

  .lg\:translate-y-192 {
    transform: translateY(48rem);
  }

  .lg\:translate-y-px {
    transform: translateY(1px);
  }

  .lg\:translate-y-0\.5 {
    transform: translateY(0.125rem);
  }

  .lg\:translate-y-1\.5 {
    transform: translateY(0.375rem);
  }

  .lg\:translate-y-2\.5 {
    transform: translateY(0.625rem);
  }

  .lg\:translate-y-3\.5 {
    transform: translateY(0.875rem);
  }

  .lg\:translate-y-1\/2 {
    transform: translateY(50%);
  }

  .lg\:translate-y-1\/3 {
    transform: translateY(33.333333%);
  }

  .lg\:translate-y-2\/3 {
    transform: translateY(66.666667%);
  }

  .lg\:translate-y-1\/4 {
    transform: translateY(25%);
  }

  .lg\:translate-y-2\/4 {
    transform: translateY(50%);
  }

  .lg\:translate-y-3\/4 {
    transform: translateY(75%);
  }

  .lg\:translate-y-1\/5 {
    transform: translateY(20%);
  }

  .lg\:translate-y-2\/5 {
    transform: translateY(40%);
  }

  .lg\:translate-y-3\/5 {
    transform: translateY(60%);
  }

  .lg\:translate-y-4\/5 {
    transform: translateY(80%);
  }

  .lg\:translate-y-1\/6 {
    transform: translateY(16.666667%);
  }

  .lg\:translate-y-2\/6 {
    transform: translateY(33.333333%);
  }

  .lg\:translate-y-3\/6 {
    transform: translateY(50%);
  }

  .lg\:translate-y-4\/6 {
    transform: translateY(66.666667%);
  }

  .lg\:translate-y-5\/6 {
    transform: translateY(83.333333%);
  }

  .lg\:translate-y-1\/12 {
    transform: translateY(8.333333%);
  }

  .lg\:translate-y-2\/12 {
    transform: translateY(16.666667%);
  }

  .lg\:translate-y-3\/12 {
    transform: translateY(25%);
  }

  .lg\:translate-y-4\/12 {
    transform: translateY(33.333333%);
  }

  .lg\:translate-y-5\/12 {
    transform: translateY(41.666667%);
  }

  .lg\:translate-y-6\/12 {
    transform: translateY(50%);
  }

  .lg\:translate-y-7\/12 {
    transform: translateY(58.333333%);
  }

  .lg\:translate-y-8\/12 {
    transform: translateY(66.666667%);
  }

  .lg\:translate-y-9\/12 {
    transform: translateY(75%);
  }

  .lg\:translate-y-10\/12 {
    transform: translateY(83.333333%);
  }

  .lg\:translate-y-11\/12 {
    transform: translateY(91.666667%);
  }

  .lg\:translate-y-full {
    transform: translateY(100%);
  }

  .lg\:-translate-y-1 {
    transform: translateY(-0.25rem);
  }

  .lg\:-translate-y-2 {
    transform: translateY(-0.5rem);
  }

  .lg\:-translate-y-3 {
    transform: translateY(-0.75rem);
  }

  .lg\:-translate-y-4 {
    transform: translateY(-1rem);
  }

  .lg\:-translate-y-5 {
    transform: translateY(-1.25rem);
  }

  .lg\:-translate-y-6 {
    transform: translateY(-1.5rem);
  }

  .lg\:-translate-y-7 {
    transform: translateY(-1.75rem);
  }

  .lg\:-translate-y-8 {
    transform: translateY(-2rem);
  }

  .lg\:-translate-y-9 {
    transform: translateY(-2.25rem);
  }

  .lg\:-translate-y-10 {
    transform: translateY(-2.5rem);
  }

  .lg\:-translate-y-11 {
    transform: translateY(-2.75rem);
  }

  .lg\:-translate-y-12 {
    transform: translateY(-3rem);
  }

  .lg\:-translate-y-13 {
    transform: translateY(-3.25rem);
  }

  .lg\:-translate-y-14 {
    transform: translateY(-3.5rem);
  }

  .lg\:-translate-y-15 {
    transform: translateY(-3.75rem);
  }

  .lg\:-translate-y-16 {
    transform: translateY(-4rem);
  }

  .lg\:-translate-y-20 {
    transform: translateY(-5rem);
  }

  .lg\:-translate-y-24 {
    transform: translateY(-6rem);
  }

  .lg\:-translate-y-28 {
    transform: translateY(-7rem);
  }

  .lg\:-translate-y-32 {
    transform: translateY(-8rem);
  }

  .lg\:-translate-y-36 {
    transform: translateY(-9rem);
  }

  .lg\:-translate-y-40 {
    transform: translateY(-10rem);
  }

  .lg\:-translate-y-44 {
    transform: translateY(-11rem);
  }

  .lg\:-translate-y-48 {
    transform: translateY(-12rem);
  }

  .lg\:-translate-y-52 {
    transform: translateY(-13rem);
  }

  .lg\:-translate-y-56 {
    transform: translateY(-14rem);
  }

  .lg\:-translate-y-60 {
    transform: translateY(-15rem);
  }

  .lg\:-translate-y-64 {
    transform: translateY(-16rem);
  }

  .lg\:-translate-y-72 {
    transform: translateY(-18rem);
  }

  .lg\:-translate-y-80 {
    transform: translateY(-20rem);
  }

  .lg\:-translate-y-96 {
    transform: translateY(-24rem);
  }

  .lg\:-translate-y-128 {
    transform: translateY(-32rem);
  }

  .lg\:-translate-y-144 {
    transform: translateY(-36rem);
  }

  .lg\:-translate-y-160 {
    transform: translateY(-40rem);
  }

  .lg\:-translate-y-192 {
    transform: translateY(-48rem);
  }

  .lg\:-translate-y-px {
    transform: translateY(-1px);
  }

  .lg\:-translate-y-0\.5 {
    transform: translateY(-0.125rem);
  }

  .lg\:-translate-y-1\.5 {
    transform: translateY(-0.375rem);
  }

  .lg\:-translate-y-2\.5 {
    transform: translateY(-0.625rem);
  }

  .lg\:-translate-y-3\.5 {
    transform: translateY(-0.875rem);
  }

  .lg\:-translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .lg\:-translate-y-1\/3 {
    transform: translateY(-33.33333%);
  }

  .lg\:-translate-y-2\/3 {
    transform: translateY(-66.66667%);
  }

  .lg\:-translate-y-1\/4 {
    transform: translateY(-25%);
  }

  .lg\:-translate-y-2\/4 {
    transform: translateY(-50%);
  }

  .lg\:-translate-y-3\/4 {
    transform: translateY(-75%);
  }

  .lg\:-translate-y-1\/5 {
    transform: translateY(-20%);
  }

  .lg\:-translate-y-2\/5 {
    transform: translateY(-40%);
  }

  .lg\:-translate-y-3\/5 {
    transform: translateY(-60%);
  }

  .lg\:-translate-y-4\/5 {
    transform: translateY(-80%);
  }

  .lg\:-translate-y-1\/6 {
    transform: translateY(-16.66667%);
  }

  .lg\:-translate-y-2\/6 {
    transform: translateY(-33.33333%);
  }

  .lg\:-translate-y-3\/6 {
    transform: translateY(-50%);
  }

  .lg\:-translate-y-4\/6 {
    transform: translateY(-66.66667%);
  }

  .lg\:-translate-y-5\/6 {
    transform: translateY(-83.33333%);
  }

  .lg\:-translate-y-1\/12 {
    transform: translateY(-8.33333%);
  }

  .lg\:-translate-y-2\/12 {
    transform: translateY(-16.66667%);
  }

  .lg\:-translate-y-3\/12 {
    transform: translateY(-25%);
  }

  .lg\:-translate-y-4\/12 {
    transform: translateY(-33.33333%);
  }

  .lg\:-translate-y-5\/12 {
    transform: translateY(-41.66667%);
  }

  .lg\:-translate-y-6\/12 {
    transform: translateY(-50%);
  }

  .lg\:-translate-y-7\/12 {
    transform: translateY(-58.33333%);
  }

  .lg\:-translate-y-8\/12 {
    transform: translateY(-66.66667%);
  }

  .lg\:-translate-y-9\/12 {
    transform: translateY(-75%);
  }

  .lg\:-translate-y-10\/12 {
    transform: translateY(-83.33333%);
  }

  .lg\:-translate-y-11\/12 {
    transform: translateY(-91.66667%);
  }

  .lg\:-translate-y-full {
    transform: translateY(-100%);
  }

  .lg\:hover\:translate-x-0:hover {
    transform: translateX(0);
  }

  .lg\:hover\:translate-x-1:hover {
    transform: translateX(0.25rem);
  }

  .lg\:hover\:translate-x-2:hover {
    transform: translateX(0.5rem);
  }

  .lg\:hover\:translate-x-3:hover {
    transform: translateX(0.75rem);
  }

  .lg\:hover\:translate-x-4:hover {
    transform: translateX(1rem);
  }

  .lg\:hover\:translate-x-5:hover {
    transform: translateX(1.25rem);
  }

  .lg\:hover\:translate-x-6:hover {
    transform: translateX(1.5rem);
  }

  .lg\:hover\:translate-x-7:hover {
    transform: translateX(1.75rem);
  }

  .lg\:hover\:translate-x-8:hover {
    transform: translateX(2rem);
  }

  .lg\:hover\:translate-x-9:hover {
    transform: translateX(2.25rem);
  }

  .lg\:hover\:translate-x-10:hover {
    transform: translateX(2.5rem);
  }

  .lg\:hover\:translate-x-11:hover {
    transform: translateX(2.75rem);
  }

  .lg\:hover\:translate-x-12:hover {
    transform: translateX(3rem);
  }

  .lg\:hover\:translate-x-13:hover {
    transform: translateX(3.25rem);
  }

  .lg\:hover\:translate-x-14:hover {
    transform: translateX(3.5rem);
  }

  .lg\:hover\:translate-x-15:hover {
    transform: translateX(3.75rem);
  }

  .lg\:hover\:translate-x-16:hover {
    transform: translateX(4rem);
  }

  .lg\:hover\:translate-x-20:hover {
    transform: translateX(5rem);
  }

  .lg\:hover\:translate-x-24:hover {
    transform: translateX(6rem);
  }

  .lg\:hover\:translate-x-28:hover {
    transform: translateX(7rem);
  }

  .lg\:hover\:translate-x-32:hover {
    transform: translateX(8rem);
  }

  .lg\:hover\:translate-x-36:hover {
    transform: translateX(9rem);
  }

  .lg\:hover\:translate-x-40:hover {
    transform: translateX(10rem);
  }

  .lg\:hover\:translate-x-44:hover {
    transform: translateX(11rem);
  }

  .lg\:hover\:translate-x-48:hover {
    transform: translateX(12rem);
  }

  .lg\:hover\:translate-x-52:hover {
    transform: translateX(13rem);
  }

  .lg\:hover\:translate-x-56:hover {
    transform: translateX(14rem);
  }

  .lg\:hover\:translate-x-60:hover {
    transform: translateX(15rem);
  }

  .lg\:hover\:translate-x-64:hover {
    transform: translateX(16rem);
  }

  .lg\:hover\:translate-x-72:hover {
    transform: translateX(18rem);
  }

  .lg\:hover\:translate-x-80:hover {
    transform: translateX(20rem);
  }

  .lg\:hover\:translate-x-96:hover {
    transform: translateX(24rem);
  }

  .lg\:hover\:translate-x-128:hover {
    transform: translateX(32rem);
  }

  .lg\:hover\:translate-x-144:hover {
    transform: translateX(36rem);
  }

  .lg\:hover\:translate-x-160:hover {
    transform: translateX(40rem);
  }

  .lg\:hover\:translate-x-192:hover {
    transform: translateX(48rem);
  }

  .lg\:hover\:translate-x-px:hover {
    transform: translateX(1px);
  }

  .lg\:hover\:translate-x-0\.5:hover {
    transform: translateX(0.125rem);
  }

  .lg\:hover\:translate-x-1\.5:hover {
    transform: translateX(0.375rem);
  }

  .lg\:hover\:translate-x-2\.5:hover {
    transform: translateX(0.625rem);
  }

  .lg\:hover\:translate-x-3\.5:hover {
    transform: translateX(0.875rem);
  }

  .lg\:hover\:translate-x-1\/2:hover {
    transform: translateX(50%);
  }

  .lg\:hover\:translate-x-1\/3:hover {
    transform: translateX(33.333333%);
  }

  .lg\:hover\:translate-x-2\/3:hover {
    transform: translateX(66.666667%);
  }

  .lg\:hover\:translate-x-1\/4:hover {
    transform: translateX(25%);
  }

  .lg\:hover\:translate-x-2\/4:hover {
    transform: translateX(50%);
  }

  .lg\:hover\:translate-x-3\/4:hover {
    transform: translateX(75%);
  }

  .lg\:hover\:translate-x-1\/5:hover {
    transform: translateX(20%);
  }

  .lg\:hover\:translate-x-2\/5:hover {
    transform: translateX(40%);
  }

  .lg\:hover\:translate-x-3\/5:hover {
    transform: translateX(60%);
  }

  .lg\:hover\:translate-x-4\/5:hover {
    transform: translateX(80%);
  }

  .lg\:hover\:translate-x-1\/6:hover {
    transform: translateX(16.666667%);
  }

  .lg\:hover\:translate-x-2\/6:hover {
    transform: translateX(33.333333%);
  }

  .lg\:hover\:translate-x-3\/6:hover {
    transform: translateX(50%);
  }

  .lg\:hover\:translate-x-4\/6:hover {
    transform: translateX(66.666667%);
  }

  .lg\:hover\:translate-x-5\/6:hover {
    transform: translateX(83.333333%);
  }

  .lg\:hover\:translate-x-1\/12:hover {
    transform: translateX(8.333333%);
  }

  .lg\:hover\:translate-x-2\/12:hover {
    transform: translateX(16.666667%);
  }

  .lg\:hover\:translate-x-3\/12:hover {
    transform: translateX(25%);
  }

  .lg\:hover\:translate-x-4\/12:hover {
    transform: translateX(33.333333%);
  }

  .lg\:hover\:translate-x-5\/12:hover {
    transform: translateX(41.666667%);
  }

  .lg\:hover\:translate-x-6\/12:hover {
    transform: translateX(50%);
  }

  .lg\:hover\:translate-x-7\/12:hover {
    transform: translateX(58.333333%);
  }

  .lg\:hover\:translate-x-8\/12:hover {
    transform: translateX(66.666667%);
  }

  .lg\:hover\:translate-x-9\/12:hover {
    transform: translateX(75%);
  }

  .lg\:hover\:translate-x-10\/12:hover {
    transform: translateX(83.333333%);
  }

  .lg\:hover\:translate-x-11\/12:hover {
    transform: translateX(91.666667%);
  }

  .lg\:hover\:translate-x-full:hover {
    transform: translateX(100%);
  }

  .lg\:hover\:-translate-x-1:hover {
    transform: translateX(-0.25rem);
  }

  .lg\:hover\:-translate-x-2:hover {
    transform: translateX(-0.5rem);
  }

  .lg\:hover\:-translate-x-3:hover {
    transform: translateX(-0.75rem);
  }

  .lg\:hover\:-translate-x-4:hover {
    transform: translateX(-1rem);
  }

  .lg\:hover\:-translate-x-5:hover {
    transform: translateX(-1.25rem);
  }

  .lg\:hover\:-translate-x-6:hover {
    transform: translateX(-1.5rem);
  }

  .lg\:hover\:-translate-x-7:hover {
    transform: translateX(-1.75rem);
  }

  .lg\:hover\:-translate-x-8:hover {
    transform: translateX(-2rem);
  }

  .lg\:hover\:-translate-x-9:hover {
    transform: translateX(-2.25rem);
  }

  .lg\:hover\:-translate-x-10:hover {
    transform: translateX(-2.5rem);
  }

  .lg\:hover\:-translate-x-11:hover {
    transform: translateX(-2.75rem);
  }

  .lg\:hover\:-translate-x-12:hover {
    transform: translateX(-3rem);
  }

  .lg\:hover\:-translate-x-13:hover {
    transform: translateX(-3.25rem);
  }

  .lg\:hover\:-translate-x-14:hover {
    transform: translateX(-3.5rem);
  }

  .lg\:hover\:-translate-x-15:hover {
    transform: translateX(-3.75rem);
  }

  .lg\:hover\:-translate-x-16:hover {
    transform: translateX(-4rem);
  }

  .lg\:hover\:-translate-x-20:hover {
    transform: translateX(-5rem);
  }

  .lg\:hover\:-translate-x-24:hover {
    transform: translateX(-6rem);
  }

  .lg\:hover\:-translate-x-28:hover {
    transform: translateX(-7rem);
  }

  .lg\:hover\:-translate-x-32:hover {
    transform: translateX(-8rem);
  }

  .lg\:hover\:-translate-x-36:hover {
    transform: translateX(-9rem);
  }

  .lg\:hover\:-translate-x-40:hover {
    transform: translateX(-10rem);
  }

  .lg\:hover\:-translate-x-44:hover {
    transform: translateX(-11rem);
  }

  .lg\:hover\:-translate-x-48:hover {
    transform: translateX(-12rem);
  }

  .lg\:hover\:-translate-x-52:hover {
    transform: translateX(-13rem);
  }

  .lg\:hover\:-translate-x-56:hover {
    transform: translateX(-14rem);
  }

  .lg\:hover\:-translate-x-60:hover {
    transform: translateX(-15rem);
  }

  .lg\:hover\:-translate-x-64:hover {
    transform: translateX(-16rem);
  }

  .lg\:hover\:-translate-x-72:hover {
    transform: translateX(-18rem);
  }

  .lg\:hover\:-translate-x-80:hover {
    transform: translateX(-20rem);
  }

  .lg\:hover\:-translate-x-96:hover {
    transform: translateX(-24rem);
  }

  .lg\:hover\:-translate-x-128:hover {
    transform: translateX(-32rem);
  }

  .lg\:hover\:-translate-x-144:hover {
    transform: translateX(-36rem);
  }

  .lg\:hover\:-translate-x-160:hover {
    transform: translateX(-40rem);
  }

  .lg\:hover\:-translate-x-192:hover {
    transform: translateX(-48rem);
  }

  .lg\:hover\:-translate-x-px:hover {
    transform: translateX(-1px);
  }

  .lg\:hover\:-translate-x-0\.5:hover {
    transform: translateX(-0.125rem);
  }

  .lg\:hover\:-translate-x-1\.5:hover {
    transform: translateX(-0.375rem);
  }

  .lg\:hover\:-translate-x-2\.5:hover {
    transform: translateX(-0.625rem);
  }

  .lg\:hover\:-translate-x-3\.5:hover {
    transform: translateX(-0.875rem);
  }

  .lg\:hover\:-translate-x-1\/2:hover {
    transform: translateX(-50%);
  }

  .lg\:hover\:-translate-x-1\/3:hover {
    transform: translateX(-33.33333%);
  }

  .lg\:hover\:-translate-x-2\/3:hover {
    transform: translateX(-66.66667%);
  }

  .lg\:hover\:-translate-x-1\/4:hover {
    transform: translateX(-25%);
  }

  .lg\:hover\:-translate-x-2\/4:hover {
    transform: translateX(-50%);
  }

  .lg\:hover\:-translate-x-3\/4:hover {
    transform: translateX(-75%);
  }

  .lg\:hover\:-translate-x-1\/5:hover {
    transform: translateX(-20%);
  }

  .lg\:hover\:-translate-x-2\/5:hover {
    transform: translateX(-40%);
  }

  .lg\:hover\:-translate-x-3\/5:hover {
    transform: translateX(-60%);
  }

  .lg\:hover\:-translate-x-4\/5:hover {
    transform: translateX(-80%);
  }

  .lg\:hover\:-translate-x-1\/6:hover {
    transform: translateX(-16.66667%);
  }

  .lg\:hover\:-translate-x-2\/6:hover {
    transform: translateX(-33.33333%);
  }

  .lg\:hover\:-translate-x-3\/6:hover {
    transform: translateX(-50%);
  }

  .lg\:hover\:-translate-x-4\/6:hover {
    transform: translateX(-66.66667%);
  }

  .lg\:hover\:-translate-x-5\/6:hover {
    transform: translateX(-83.33333%);
  }

  .lg\:hover\:-translate-x-1\/12:hover {
    transform: translateX(-8.33333%);
  }

  .lg\:hover\:-translate-x-2\/12:hover {
    transform: translateX(-16.66667%);
  }

  .lg\:hover\:-translate-x-3\/12:hover {
    transform: translateX(-25%);
  }

  .lg\:hover\:-translate-x-4\/12:hover {
    transform: translateX(-33.33333%);
  }

  .lg\:hover\:-translate-x-5\/12:hover {
    transform: translateX(-41.66667%);
  }

  .lg\:hover\:-translate-x-6\/12:hover {
    transform: translateX(-50%);
  }

  .lg\:hover\:-translate-x-7\/12:hover {
    transform: translateX(-58.33333%);
  }

  .lg\:hover\:-translate-x-8\/12:hover {
    transform: translateX(-66.66667%);
  }

  .lg\:hover\:-translate-x-9\/12:hover {
    transform: translateX(-75%);
  }

  .lg\:hover\:-translate-x-10\/12:hover {
    transform: translateX(-83.33333%);
  }

  .lg\:hover\:-translate-x-11\/12:hover {
    transform: translateX(-91.66667%);
  }

  .lg\:hover\:-translate-x-full:hover {
    transform: translateX(-100%);
  }

  .lg\:hover\:translate-y-0:hover {
    transform: translateY(0);
  }

  .lg\:hover\:translate-y-1:hover {
    transform: translateY(0.25rem);
  }

  .lg\:hover\:translate-y-2:hover {
    transform: translateY(0.5rem);
  }

  .lg\:hover\:translate-y-3:hover {
    transform: translateY(0.75rem);
  }

  .lg\:hover\:translate-y-4:hover {
    transform: translateY(1rem);
  }

  .lg\:hover\:translate-y-5:hover {
    transform: translateY(1.25rem);
  }

  .lg\:hover\:translate-y-6:hover {
    transform: translateY(1.5rem);
  }

  .lg\:hover\:translate-y-7:hover {
    transform: translateY(1.75rem);
  }

  .lg\:hover\:translate-y-8:hover {
    transform: translateY(2rem);
  }

  .lg\:hover\:translate-y-9:hover {
    transform: translateY(2.25rem);
  }

  .lg\:hover\:translate-y-10:hover {
    transform: translateY(2.5rem);
  }

  .lg\:hover\:translate-y-11:hover {
    transform: translateY(2.75rem);
  }

  .lg\:hover\:translate-y-12:hover {
    transform: translateY(3rem);
  }

  .lg\:hover\:translate-y-13:hover {
    transform: translateY(3.25rem);
  }

  .lg\:hover\:translate-y-14:hover {
    transform: translateY(3.5rem);
  }

  .lg\:hover\:translate-y-15:hover {
    transform: translateY(3.75rem);
  }

  .lg\:hover\:translate-y-16:hover {
    transform: translateY(4rem);
  }

  .lg\:hover\:translate-y-20:hover {
    transform: translateY(5rem);
  }

  .lg\:hover\:translate-y-24:hover {
    transform: translateY(6rem);
  }

  .lg\:hover\:translate-y-28:hover {
    transform: translateY(7rem);
  }

  .lg\:hover\:translate-y-32:hover {
    transform: translateY(8rem);
  }

  .lg\:hover\:translate-y-36:hover {
    transform: translateY(9rem);
  }

  .lg\:hover\:translate-y-40:hover {
    transform: translateY(10rem);
  }

  .lg\:hover\:translate-y-44:hover {
    transform: translateY(11rem);
  }

  .lg\:hover\:translate-y-48:hover {
    transform: translateY(12rem);
  }

  .lg\:hover\:translate-y-52:hover {
    transform: translateY(13rem);
  }

  .lg\:hover\:translate-y-56:hover {
    transform: translateY(14rem);
  }

  .lg\:hover\:translate-y-60:hover {
    transform: translateY(15rem);
  }

  .lg\:hover\:translate-y-64:hover {
    transform: translateY(16rem);
  }

  .lg\:hover\:translate-y-72:hover {
    transform: translateY(18rem);
  }

  .lg\:hover\:translate-y-80:hover {
    transform: translateY(20rem);
  }

  .lg\:hover\:translate-y-96:hover {
    transform: translateY(24rem);
  }

  .lg\:hover\:translate-y-128:hover {
    transform: translateY(32rem);
  }

  .lg\:hover\:translate-y-144:hover {
    transform: translateY(36rem);
  }

  .lg\:hover\:translate-y-160:hover {
    transform: translateY(40rem);
  }

  .lg\:hover\:translate-y-192:hover {
    transform: translateY(48rem);
  }

  .lg\:hover\:translate-y-px:hover {
    transform: translateY(1px);
  }

  .lg\:hover\:translate-y-0\.5:hover {
    transform: translateY(0.125rem);
  }

  .lg\:hover\:translate-y-1\.5:hover {
    transform: translateY(0.375rem);
  }

  .lg\:hover\:translate-y-2\.5:hover {
    transform: translateY(0.625rem);
  }

  .lg\:hover\:translate-y-3\.5:hover {
    transform: translateY(0.875rem);
  }

  .lg\:hover\:translate-y-1\/2:hover {
    transform: translateY(50%);
  }

  .lg\:hover\:translate-y-1\/3:hover {
    transform: translateY(33.333333%);
  }

  .lg\:hover\:translate-y-2\/3:hover {
    transform: translateY(66.666667%);
  }

  .lg\:hover\:translate-y-1\/4:hover {
    transform: translateY(25%);
  }

  .lg\:hover\:translate-y-2\/4:hover {
    transform: translateY(50%);
  }

  .lg\:hover\:translate-y-3\/4:hover {
    transform: translateY(75%);
  }

  .lg\:hover\:translate-y-1\/5:hover {
    transform: translateY(20%);
  }

  .lg\:hover\:translate-y-2\/5:hover {
    transform: translateY(40%);
  }

  .lg\:hover\:translate-y-3\/5:hover {
    transform: translateY(60%);
  }

  .lg\:hover\:translate-y-4\/5:hover {
    transform: translateY(80%);
  }

  .lg\:hover\:translate-y-1\/6:hover {
    transform: translateY(16.666667%);
  }

  .lg\:hover\:translate-y-2\/6:hover {
    transform: translateY(33.333333%);
  }

  .lg\:hover\:translate-y-3\/6:hover {
    transform: translateY(50%);
  }

  .lg\:hover\:translate-y-4\/6:hover {
    transform: translateY(66.666667%);
  }

  .lg\:hover\:translate-y-5\/6:hover {
    transform: translateY(83.333333%);
  }

  .lg\:hover\:translate-y-1\/12:hover {
    transform: translateY(8.333333%);
  }

  .lg\:hover\:translate-y-2\/12:hover {
    transform: translateY(16.666667%);
  }

  .lg\:hover\:translate-y-3\/12:hover {
    transform: translateY(25%);
  }

  .lg\:hover\:translate-y-4\/12:hover {
    transform: translateY(33.333333%);
  }

  .lg\:hover\:translate-y-5\/12:hover {
    transform: translateY(41.666667%);
  }

  .lg\:hover\:translate-y-6\/12:hover {
    transform: translateY(50%);
  }

  .lg\:hover\:translate-y-7\/12:hover {
    transform: translateY(58.333333%);
  }

  .lg\:hover\:translate-y-8\/12:hover {
    transform: translateY(66.666667%);
  }

  .lg\:hover\:translate-y-9\/12:hover {
    transform: translateY(75%);
  }

  .lg\:hover\:translate-y-10\/12:hover {
    transform: translateY(83.333333%);
  }

  .lg\:hover\:translate-y-11\/12:hover {
    transform: translateY(91.666667%);
  }

  .lg\:hover\:translate-y-full:hover {
    transform: translateY(100%);
  }

  .lg\:hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
  }

  .lg\:hover\:-translate-y-2:hover {
    transform: translateY(-0.5rem);
  }

  .lg\:hover\:-translate-y-3:hover {
    transform: translateY(-0.75rem);
  }

  .lg\:hover\:-translate-y-4:hover {
    transform: translateY(-1rem);
  }

  .lg\:hover\:-translate-y-5:hover {
    transform: translateY(-1.25rem);
  }

  .lg\:hover\:-translate-y-6:hover {
    transform: translateY(-1.5rem);
  }

  .lg\:hover\:-translate-y-7:hover {
    transform: translateY(-1.75rem);
  }

  .lg\:hover\:-translate-y-8:hover {
    transform: translateY(-2rem);
  }

  .lg\:hover\:-translate-y-9:hover {
    transform: translateY(-2.25rem);
  }

  .lg\:hover\:-translate-y-10:hover {
    transform: translateY(-2.5rem);
  }

  .lg\:hover\:-translate-y-11:hover {
    transform: translateY(-2.75rem);
  }

  .lg\:hover\:-translate-y-12:hover {
    transform: translateY(-3rem);
  }

  .lg\:hover\:-translate-y-13:hover {
    transform: translateY(-3.25rem);
  }

  .lg\:hover\:-translate-y-14:hover {
    transform: translateY(-3.5rem);
  }

  .lg\:hover\:-translate-y-15:hover {
    transform: translateY(-3.75rem);
  }

  .lg\:hover\:-translate-y-16:hover {
    transform: translateY(-4rem);
  }

  .lg\:hover\:-translate-y-20:hover {
    transform: translateY(-5rem);
  }

  .lg\:hover\:-translate-y-24:hover {
    transform: translateY(-6rem);
  }

  .lg\:hover\:-translate-y-28:hover {
    transform: translateY(-7rem);
  }

  .lg\:hover\:-translate-y-32:hover {
    transform: translateY(-8rem);
  }

  .lg\:hover\:-translate-y-36:hover {
    transform: translateY(-9rem);
  }

  .lg\:hover\:-translate-y-40:hover {
    transform: translateY(-10rem);
  }

  .lg\:hover\:-translate-y-44:hover {
    transform: translateY(-11rem);
  }

  .lg\:hover\:-translate-y-48:hover {
    transform: translateY(-12rem);
  }

  .lg\:hover\:-translate-y-52:hover {
    transform: translateY(-13rem);
  }

  .lg\:hover\:-translate-y-56:hover {
    transform: translateY(-14rem);
  }

  .lg\:hover\:-translate-y-60:hover {
    transform: translateY(-15rem);
  }

  .lg\:hover\:-translate-y-64:hover {
    transform: translateY(-16rem);
  }

  .lg\:hover\:-translate-y-72:hover {
    transform: translateY(-18rem);
  }

  .lg\:hover\:-translate-y-80:hover {
    transform: translateY(-20rem);
  }

  .lg\:hover\:-translate-y-96:hover {
    transform: translateY(-24rem);
  }

  .lg\:hover\:-translate-y-128:hover {
    transform: translateY(-32rem);
  }

  .lg\:hover\:-translate-y-144:hover {
    transform: translateY(-36rem);
  }

  .lg\:hover\:-translate-y-160:hover {
    transform: translateY(-40rem);
  }

  .lg\:hover\:-translate-y-192:hover {
    transform: translateY(-48rem);
  }

  .lg\:hover\:-translate-y-px:hover {
    transform: translateY(-1px);
  }

  .lg\:hover\:-translate-y-0\.5:hover {
    transform: translateY(-0.125rem);
  }

  .lg\:hover\:-translate-y-1\.5:hover {
    transform: translateY(-0.375rem);
  }

  .lg\:hover\:-translate-y-2\.5:hover {
    transform: translateY(-0.625rem);
  }

  .lg\:hover\:-translate-y-3\.5:hover {
    transform: translateY(-0.875rem);
  }

  .lg\:hover\:-translate-y-1\/2:hover {
    transform: translateY(-50%);
  }

  .lg\:hover\:-translate-y-1\/3:hover {
    transform: translateY(-33.33333%);
  }

  .lg\:hover\:-translate-y-2\/3:hover {
    transform: translateY(-66.66667%);
  }

  .lg\:hover\:-translate-y-1\/4:hover {
    transform: translateY(-25%);
  }

  .lg\:hover\:-translate-y-2\/4:hover {
    transform: translateY(-50%);
  }

  .lg\:hover\:-translate-y-3\/4:hover {
    transform: translateY(-75%);
  }

  .lg\:hover\:-translate-y-1\/5:hover {
    transform: translateY(-20%);
  }

  .lg\:hover\:-translate-y-2\/5:hover {
    transform: translateY(-40%);
  }

  .lg\:hover\:-translate-y-3\/5:hover {
    transform: translateY(-60%);
  }

  .lg\:hover\:-translate-y-4\/5:hover {
    transform: translateY(-80%);
  }

  .lg\:hover\:-translate-y-1\/6:hover {
    transform: translateY(-16.66667%);
  }

  .lg\:hover\:-translate-y-2\/6:hover {
    transform: translateY(-33.33333%);
  }

  .lg\:hover\:-translate-y-3\/6:hover {
    transform: translateY(-50%);
  }

  .lg\:hover\:-translate-y-4\/6:hover {
    transform: translateY(-66.66667%);
  }

  .lg\:hover\:-translate-y-5\/6:hover {
    transform: translateY(-83.33333%);
  }

  .lg\:hover\:-translate-y-1\/12:hover {
    transform: translateY(-8.33333%);
  }

  .lg\:hover\:-translate-y-2\/12:hover {
    transform: translateY(-16.66667%);
  }

  .lg\:hover\:-translate-y-3\/12:hover {
    transform: translateY(-25%);
  }

  .lg\:hover\:-translate-y-4\/12:hover {
    transform: translateY(-33.33333%);
  }

  .lg\:hover\:-translate-y-5\/12:hover {
    transform: translateY(-41.66667%);
  }

  .lg\:hover\:-translate-y-6\/12:hover {
    transform: translateY(-50%);
  }

  .lg\:hover\:-translate-y-7\/12:hover {
    transform: translateY(-58.33333%);
  }

  .lg\:hover\:-translate-y-8\/12:hover {
    transform: translateY(-66.66667%);
  }

  .lg\:hover\:-translate-y-9\/12:hover {
    transform: translateY(-75%);
  }

  .lg\:hover\:-translate-y-10\/12:hover {
    transform: translateY(-83.33333%);
  }

  .lg\:hover\:-translate-y-11\/12:hover {
    transform: translateY(-91.66667%);
  }

  .lg\:hover\:-translate-y-full:hover {
    transform: translateY(-100%);
  }

  .lg\:focus\:translate-x-0:focus {
    transform: translateX(0);
  }

  .lg\:focus\:translate-x-1:focus {
    transform: translateX(0.25rem);
  }

  .lg\:focus\:translate-x-2:focus {
    transform: translateX(0.5rem);
  }

  .lg\:focus\:translate-x-3:focus {
    transform: translateX(0.75rem);
  }

  .lg\:focus\:translate-x-4:focus {
    transform: translateX(1rem);
  }

  .lg\:focus\:translate-x-5:focus {
    transform: translateX(1.25rem);
  }

  .lg\:focus\:translate-x-6:focus {
    transform: translateX(1.5rem);
  }

  .lg\:focus\:translate-x-7:focus {
    transform: translateX(1.75rem);
  }

  .lg\:focus\:translate-x-8:focus {
    transform: translateX(2rem);
  }

  .lg\:focus\:translate-x-9:focus {
    transform: translateX(2.25rem);
  }

  .lg\:focus\:translate-x-10:focus {
    transform: translateX(2.5rem);
  }

  .lg\:focus\:translate-x-11:focus {
    transform: translateX(2.75rem);
  }

  .lg\:focus\:translate-x-12:focus {
    transform: translateX(3rem);
  }

  .lg\:focus\:translate-x-13:focus {
    transform: translateX(3.25rem);
  }

  .lg\:focus\:translate-x-14:focus {
    transform: translateX(3.5rem);
  }

  .lg\:focus\:translate-x-15:focus {
    transform: translateX(3.75rem);
  }

  .lg\:focus\:translate-x-16:focus {
    transform: translateX(4rem);
  }

  .lg\:focus\:translate-x-20:focus {
    transform: translateX(5rem);
  }

  .lg\:focus\:translate-x-24:focus {
    transform: translateX(6rem);
  }

  .lg\:focus\:translate-x-28:focus {
    transform: translateX(7rem);
  }

  .lg\:focus\:translate-x-32:focus {
    transform: translateX(8rem);
  }

  .lg\:focus\:translate-x-36:focus {
    transform: translateX(9rem);
  }

  .lg\:focus\:translate-x-40:focus {
    transform: translateX(10rem);
  }

  .lg\:focus\:translate-x-44:focus {
    transform: translateX(11rem);
  }

  .lg\:focus\:translate-x-48:focus {
    transform: translateX(12rem);
  }

  .lg\:focus\:translate-x-52:focus {
    transform: translateX(13rem);
  }

  .lg\:focus\:translate-x-56:focus {
    transform: translateX(14rem);
  }

  .lg\:focus\:translate-x-60:focus {
    transform: translateX(15rem);
  }

  .lg\:focus\:translate-x-64:focus {
    transform: translateX(16rem);
  }

  .lg\:focus\:translate-x-72:focus {
    transform: translateX(18rem);
  }

  .lg\:focus\:translate-x-80:focus {
    transform: translateX(20rem);
  }

  .lg\:focus\:translate-x-96:focus {
    transform: translateX(24rem);
  }

  .lg\:focus\:translate-x-128:focus {
    transform: translateX(32rem);
  }

  .lg\:focus\:translate-x-144:focus {
    transform: translateX(36rem);
  }

  .lg\:focus\:translate-x-160:focus {
    transform: translateX(40rem);
  }

  .lg\:focus\:translate-x-192:focus {
    transform: translateX(48rem);
  }

  .lg\:focus\:translate-x-px:focus {
    transform: translateX(1px);
  }

  .lg\:focus\:translate-x-0\.5:focus {
    transform: translateX(0.125rem);
  }

  .lg\:focus\:translate-x-1\.5:focus {
    transform: translateX(0.375rem);
  }

  .lg\:focus\:translate-x-2\.5:focus {
    transform: translateX(0.625rem);
  }

  .lg\:focus\:translate-x-3\.5:focus {
    transform: translateX(0.875rem);
  }

  .lg\:focus\:translate-x-1\/2:focus {
    transform: translateX(50%);
  }

  .lg\:focus\:translate-x-1\/3:focus {
    transform: translateX(33.333333%);
  }

  .lg\:focus\:translate-x-2\/3:focus {
    transform: translateX(66.666667%);
  }

  .lg\:focus\:translate-x-1\/4:focus {
    transform: translateX(25%);
  }

  .lg\:focus\:translate-x-2\/4:focus {
    transform: translateX(50%);
  }

  .lg\:focus\:translate-x-3\/4:focus {
    transform: translateX(75%);
  }

  .lg\:focus\:translate-x-1\/5:focus {
    transform: translateX(20%);
  }

  .lg\:focus\:translate-x-2\/5:focus {
    transform: translateX(40%);
  }

  .lg\:focus\:translate-x-3\/5:focus {
    transform: translateX(60%);
  }

  .lg\:focus\:translate-x-4\/5:focus {
    transform: translateX(80%);
  }

  .lg\:focus\:translate-x-1\/6:focus {
    transform: translateX(16.666667%);
  }

  .lg\:focus\:translate-x-2\/6:focus {
    transform: translateX(33.333333%);
  }

  .lg\:focus\:translate-x-3\/6:focus {
    transform: translateX(50%);
  }

  .lg\:focus\:translate-x-4\/6:focus {
    transform: translateX(66.666667%);
  }

  .lg\:focus\:translate-x-5\/6:focus {
    transform: translateX(83.333333%);
  }

  .lg\:focus\:translate-x-1\/12:focus {
    transform: translateX(8.333333%);
  }

  .lg\:focus\:translate-x-2\/12:focus {
    transform: translateX(16.666667%);
  }

  .lg\:focus\:translate-x-3\/12:focus {
    transform: translateX(25%);
  }

  .lg\:focus\:translate-x-4\/12:focus {
    transform: translateX(33.333333%);
  }

  .lg\:focus\:translate-x-5\/12:focus {
    transform: translateX(41.666667%);
  }

  .lg\:focus\:translate-x-6\/12:focus {
    transform: translateX(50%);
  }

  .lg\:focus\:translate-x-7\/12:focus {
    transform: translateX(58.333333%);
  }

  .lg\:focus\:translate-x-8\/12:focus {
    transform: translateX(66.666667%);
  }

  .lg\:focus\:translate-x-9\/12:focus {
    transform: translateX(75%);
  }

  .lg\:focus\:translate-x-10\/12:focus {
    transform: translateX(83.333333%);
  }

  .lg\:focus\:translate-x-11\/12:focus {
    transform: translateX(91.666667%);
  }

  .lg\:focus\:translate-x-full:focus {
    transform: translateX(100%);
  }

  .lg\:focus\:-translate-x-1:focus {
    transform: translateX(-0.25rem);
  }

  .lg\:focus\:-translate-x-2:focus {
    transform: translateX(-0.5rem);
  }

  .lg\:focus\:-translate-x-3:focus {
    transform: translateX(-0.75rem);
  }

  .lg\:focus\:-translate-x-4:focus {
    transform: translateX(-1rem);
  }

  .lg\:focus\:-translate-x-5:focus {
    transform: translateX(-1.25rem);
  }

  .lg\:focus\:-translate-x-6:focus {
    transform: translateX(-1.5rem);
  }

  .lg\:focus\:-translate-x-7:focus {
    transform: translateX(-1.75rem);
  }

  .lg\:focus\:-translate-x-8:focus {
    transform: translateX(-2rem);
  }

  .lg\:focus\:-translate-x-9:focus {
    transform: translateX(-2.25rem);
  }

  .lg\:focus\:-translate-x-10:focus {
    transform: translateX(-2.5rem);
  }

  .lg\:focus\:-translate-x-11:focus {
    transform: translateX(-2.75rem);
  }

  .lg\:focus\:-translate-x-12:focus {
    transform: translateX(-3rem);
  }

  .lg\:focus\:-translate-x-13:focus {
    transform: translateX(-3.25rem);
  }

  .lg\:focus\:-translate-x-14:focus {
    transform: translateX(-3.5rem);
  }

  .lg\:focus\:-translate-x-15:focus {
    transform: translateX(-3.75rem);
  }

  .lg\:focus\:-translate-x-16:focus {
    transform: translateX(-4rem);
  }

  .lg\:focus\:-translate-x-20:focus {
    transform: translateX(-5rem);
  }

  .lg\:focus\:-translate-x-24:focus {
    transform: translateX(-6rem);
  }

  .lg\:focus\:-translate-x-28:focus {
    transform: translateX(-7rem);
  }

  .lg\:focus\:-translate-x-32:focus {
    transform: translateX(-8rem);
  }

  .lg\:focus\:-translate-x-36:focus {
    transform: translateX(-9rem);
  }

  .lg\:focus\:-translate-x-40:focus {
    transform: translateX(-10rem);
  }

  .lg\:focus\:-translate-x-44:focus {
    transform: translateX(-11rem);
  }

  .lg\:focus\:-translate-x-48:focus {
    transform: translateX(-12rem);
  }

  .lg\:focus\:-translate-x-52:focus {
    transform: translateX(-13rem);
  }

  .lg\:focus\:-translate-x-56:focus {
    transform: translateX(-14rem);
  }

  .lg\:focus\:-translate-x-60:focus {
    transform: translateX(-15rem);
  }

  .lg\:focus\:-translate-x-64:focus {
    transform: translateX(-16rem);
  }

  .lg\:focus\:-translate-x-72:focus {
    transform: translateX(-18rem);
  }

  .lg\:focus\:-translate-x-80:focus {
    transform: translateX(-20rem);
  }

  .lg\:focus\:-translate-x-96:focus {
    transform: translateX(-24rem);
  }

  .lg\:focus\:-translate-x-128:focus {
    transform: translateX(-32rem);
  }

  .lg\:focus\:-translate-x-144:focus {
    transform: translateX(-36rem);
  }

  .lg\:focus\:-translate-x-160:focus {
    transform: translateX(-40rem);
  }

  .lg\:focus\:-translate-x-192:focus {
    transform: translateX(-48rem);
  }

  .lg\:focus\:-translate-x-px:focus {
    transform: translateX(-1px);
  }

  .lg\:focus\:-translate-x-0\.5:focus {
    transform: translateX(-0.125rem);
  }

  .lg\:focus\:-translate-x-1\.5:focus {
    transform: translateX(-0.375rem);
  }

  .lg\:focus\:-translate-x-2\.5:focus {
    transform: translateX(-0.625rem);
  }

  .lg\:focus\:-translate-x-3\.5:focus {
    transform: translateX(-0.875rem);
  }

  .lg\:focus\:-translate-x-1\/2:focus {
    transform: translateX(-50%);
  }

  .lg\:focus\:-translate-x-1\/3:focus {
    transform: translateX(-33.33333%);
  }

  .lg\:focus\:-translate-x-2\/3:focus {
    transform: translateX(-66.66667%);
  }

  .lg\:focus\:-translate-x-1\/4:focus {
    transform: translateX(-25%);
  }

  .lg\:focus\:-translate-x-2\/4:focus {
    transform: translateX(-50%);
  }

  .lg\:focus\:-translate-x-3\/4:focus {
    transform: translateX(-75%);
  }

  .lg\:focus\:-translate-x-1\/5:focus {
    transform: translateX(-20%);
  }

  .lg\:focus\:-translate-x-2\/5:focus {
    transform: translateX(-40%);
  }

  .lg\:focus\:-translate-x-3\/5:focus {
    transform: translateX(-60%);
  }

  .lg\:focus\:-translate-x-4\/5:focus {
    transform: translateX(-80%);
  }

  .lg\:focus\:-translate-x-1\/6:focus {
    transform: translateX(-16.66667%);
  }

  .lg\:focus\:-translate-x-2\/6:focus {
    transform: translateX(-33.33333%);
  }

  .lg\:focus\:-translate-x-3\/6:focus {
    transform: translateX(-50%);
  }

  .lg\:focus\:-translate-x-4\/6:focus {
    transform: translateX(-66.66667%);
  }

  .lg\:focus\:-translate-x-5\/6:focus {
    transform: translateX(-83.33333%);
  }

  .lg\:focus\:-translate-x-1\/12:focus {
    transform: translateX(-8.33333%);
  }

  .lg\:focus\:-translate-x-2\/12:focus {
    transform: translateX(-16.66667%);
  }

  .lg\:focus\:-translate-x-3\/12:focus {
    transform: translateX(-25%);
  }

  .lg\:focus\:-translate-x-4\/12:focus {
    transform: translateX(-33.33333%);
  }

  .lg\:focus\:-translate-x-5\/12:focus {
    transform: translateX(-41.66667%);
  }

  .lg\:focus\:-translate-x-6\/12:focus {
    transform: translateX(-50%);
  }

  .lg\:focus\:-translate-x-7\/12:focus {
    transform: translateX(-58.33333%);
  }

  .lg\:focus\:-translate-x-8\/12:focus {
    transform: translateX(-66.66667%);
  }

  .lg\:focus\:-translate-x-9\/12:focus {
    transform: translateX(-75%);
  }

  .lg\:focus\:-translate-x-10\/12:focus {
    transform: translateX(-83.33333%);
  }

  .lg\:focus\:-translate-x-11\/12:focus {
    transform: translateX(-91.66667%);
  }

  .lg\:focus\:-translate-x-full:focus {
    transform: translateX(-100%);
  }

  .lg\:focus\:translate-y-0:focus {
    transform: translateY(0);
  }

  .lg\:focus\:translate-y-1:focus {
    transform: translateY(0.25rem);
  }

  .lg\:focus\:translate-y-2:focus {
    transform: translateY(0.5rem);
  }

  .lg\:focus\:translate-y-3:focus {
    transform: translateY(0.75rem);
  }

  .lg\:focus\:translate-y-4:focus {
    transform: translateY(1rem);
  }

  .lg\:focus\:translate-y-5:focus {
    transform: translateY(1.25rem);
  }

  .lg\:focus\:translate-y-6:focus {
    transform: translateY(1.5rem);
  }

  .lg\:focus\:translate-y-7:focus {
    transform: translateY(1.75rem);
  }

  .lg\:focus\:translate-y-8:focus {
    transform: translateY(2rem);
  }

  .lg\:focus\:translate-y-9:focus {
    transform: translateY(2.25rem);
  }

  .lg\:focus\:translate-y-10:focus {
    transform: translateY(2.5rem);
  }

  .lg\:focus\:translate-y-11:focus {
    transform: translateY(2.75rem);
  }

  .lg\:focus\:translate-y-12:focus {
    transform: translateY(3rem);
  }

  .lg\:focus\:translate-y-13:focus {
    transform: translateY(3.25rem);
  }

  .lg\:focus\:translate-y-14:focus {
    transform: translateY(3.5rem);
  }

  .lg\:focus\:translate-y-15:focus {
    transform: translateY(3.75rem);
  }

  .lg\:focus\:translate-y-16:focus {
    transform: translateY(4rem);
  }

  .lg\:focus\:translate-y-20:focus {
    transform: translateY(5rem);
  }

  .lg\:focus\:translate-y-24:focus {
    transform: translateY(6rem);
  }

  .lg\:focus\:translate-y-28:focus {
    transform: translateY(7rem);
  }

  .lg\:focus\:translate-y-32:focus {
    transform: translateY(8rem);
  }

  .lg\:focus\:translate-y-36:focus {
    transform: translateY(9rem);
  }

  .lg\:focus\:translate-y-40:focus {
    transform: translateY(10rem);
  }

  .lg\:focus\:translate-y-44:focus {
    transform: translateY(11rem);
  }

  .lg\:focus\:translate-y-48:focus {
    transform: translateY(12rem);
  }

  .lg\:focus\:translate-y-52:focus {
    transform: translateY(13rem);
  }

  .lg\:focus\:translate-y-56:focus {
    transform: translateY(14rem);
  }

  .lg\:focus\:translate-y-60:focus {
    transform: translateY(15rem);
  }

  .lg\:focus\:translate-y-64:focus {
    transform: translateY(16rem);
  }

  .lg\:focus\:translate-y-72:focus {
    transform: translateY(18rem);
  }

  .lg\:focus\:translate-y-80:focus {
    transform: translateY(20rem);
  }

  .lg\:focus\:translate-y-96:focus {
    transform: translateY(24rem);
  }

  .lg\:focus\:translate-y-128:focus {
    transform: translateY(32rem);
  }

  .lg\:focus\:translate-y-144:focus {
    transform: translateY(36rem);
  }

  .lg\:focus\:translate-y-160:focus {
    transform: translateY(40rem);
  }

  .lg\:focus\:translate-y-192:focus {
    transform: translateY(48rem);
  }

  .lg\:focus\:translate-y-px:focus {
    transform: translateY(1px);
  }

  .lg\:focus\:translate-y-0\.5:focus {
    transform: translateY(0.125rem);
  }

  .lg\:focus\:translate-y-1\.5:focus {
    transform: translateY(0.375rem);
  }

  .lg\:focus\:translate-y-2\.5:focus {
    transform: translateY(0.625rem);
  }

  .lg\:focus\:translate-y-3\.5:focus {
    transform: translateY(0.875rem);
  }

  .lg\:focus\:translate-y-1\/2:focus {
    transform: translateY(50%);
  }

  .lg\:focus\:translate-y-1\/3:focus {
    transform: translateY(33.333333%);
  }

  .lg\:focus\:translate-y-2\/3:focus {
    transform: translateY(66.666667%);
  }

  .lg\:focus\:translate-y-1\/4:focus {
    transform: translateY(25%);
  }

  .lg\:focus\:translate-y-2\/4:focus {
    transform: translateY(50%);
  }

  .lg\:focus\:translate-y-3\/4:focus {
    transform: translateY(75%);
  }

  .lg\:focus\:translate-y-1\/5:focus {
    transform: translateY(20%);
  }

  .lg\:focus\:translate-y-2\/5:focus {
    transform: translateY(40%);
  }

  .lg\:focus\:translate-y-3\/5:focus {
    transform: translateY(60%);
  }

  .lg\:focus\:translate-y-4\/5:focus {
    transform: translateY(80%);
  }

  .lg\:focus\:translate-y-1\/6:focus {
    transform: translateY(16.666667%);
  }

  .lg\:focus\:translate-y-2\/6:focus {
    transform: translateY(33.333333%);
  }

  .lg\:focus\:translate-y-3\/6:focus {
    transform: translateY(50%);
  }

  .lg\:focus\:translate-y-4\/6:focus {
    transform: translateY(66.666667%);
  }

  .lg\:focus\:translate-y-5\/6:focus {
    transform: translateY(83.333333%);
  }

  .lg\:focus\:translate-y-1\/12:focus {
    transform: translateY(8.333333%);
  }

  .lg\:focus\:translate-y-2\/12:focus {
    transform: translateY(16.666667%);
  }

  .lg\:focus\:translate-y-3\/12:focus {
    transform: translateY(25%);
  }

  .lg\:focus\:translate-y-4\/12:focus {
    transform: translateY(33.333333%);
  }

  .lg\:focus\:translate-y-5\/12:focus {
    transform: translateY(41.666667%);
  }

  .lg\:focus\:translate-y-6\/12:focus {
    transform: translateY(50%);
  }

  .lg\:focus\:translate-y-7\/12:focus {
    transform: translateY(58.333333%);
  }

  .lg\:focus\:translate-y-8\/12:focus {
    transform: translateY(66.666667%);
  }

  .lg\:focus\:translate-y-9\/12:focus {
    transform: translateY(75%);
  }

  .lg\:focus\:translate-y-10\/12:focus {
    transform: translateY(83.333333%);
  }

  .lg\:focus\:translate-y-11\/12:focus {
    transform: translateY(91.666667%);
  }

  .lg\:focus\:translate-y-full:focus {
    transform: translateY(100%);
  }

  .lg\:focus\:-translate-y-1:focus {
    transform: translateY(-0.25rem);
  }

  .lg\:focus\:-translate-y-2:focus {
    transform: translateY(-0.5rem);
  }

  .lg\:focus\:-translate-y-3:focus {
    transform: translateY(-0.75rem);
  }

  .lg\:focus\:-translate-y-4:focus {
    transform: translateY(-1rem);
  }

  .lg\:focus\:-translate-y-5:focus {
    transform: translateY(-1.25rem);
  }

  .lg\:focus\:-translate-y-6:focus {
    transform: translateY(-1.5rem);
  }

  .lg\:focus\:-translate-y-7:focus {
    transform: translateY(-1.75rem);
  }

  .lg\:focus\:-translate-y-8:focus {
    transform: translateY(-2rem);
  }

  .lg\:focus\:-translate-y-9:focus {
    transform: translateY(-2.25rem);
  }

  .lg\:focus\:-translate-y-10:focus {
    transform: translateY(-2.5rem);
  }

  .lg\:focus\:-translate-y-11:focus {
    transform: translateY(-2.75rem);
  }

  .lg\:focus\:-translate-y-12:focus {
    transform: translateY(-3rem);
  }

  .lg\:focus\:-translate-y-13:focus {
    transform: translateY(-3.25rem);
  }

  .lg\:focus\:-translate-y-14:focus {
    transform: translateY(-3.5rem);
  }

  .lg\:focus\:-translate-y-15:focus {
    transform: translateY(-3.75rem);
  }

  .lg\:focus\:-translate-y-16:focus {
    transform: translateY(-4rem);
  }

  .lg\:focus\:-translate-y-20:focus {
    transform: translateY(-5rem);
  }

  .lg\:focus\:-translate-y-24:focus {
    transform: translateY(-6rem);
  }

  .lg\:focus\:-translate-y-28:focus {
    transform: translateY(-7rem);
  }

  .lg\:focus\:-translate-y-32:focus {
    transform: translateY(-8rem);
  }

  .lg\:focus\:-translate-y-36:focus {
    transform: translateY(-9rem);
  }

  .lg\:focus\:-translate-y-40:focus {
    transform: translateY(-10rem);
  }

  .lg\:focus\:-translate-y-44:focus {
    transform: translateY(-11rem);
  }

  .lg\:focus\:-translate-y-48:focus {
    transform: translateY(-12rem);
  }

  .lg\:focus\:-translate-y-52:focus {
    transform: translateY(-13rem);
  }

  .lg\:focus\:-translate-y-56:focus {
    transform: translateY(-14rem);
  }

  .lg\:focus\:-translate-y-60:focus {
    transform: translateY(-15rem);
  }

  .lg\:focus\:-translate-y-64:focus {
    transform: translateY(-16rem);
  }

  .lg\:focus\:-translate-y-72:focus {
    transform: translateY(-18rem);
  }

  .lg\:focus\:-translate-y-80:focus {
    transform: translateY(-20rem);
  }

  .lg\:focus\:-translate-y-96:focus {
    transform: translateY(-24rem);
  }

  .lg\:focus\:-translate-y-128:focus {
    transform: translateY(-32rem);
  }

  .lg\:focus\:-translate-y-144:focus {
    transform: translateY(-36rem);
  }

  .lg\:focus\:-translate-y-160:focus {
    transform: translateY(-40rem);
  }

  .lg\:focus\:-translate-y-192:focus {
    transform: translateY(-48rem);
  }

  .lg\:focus\:-translate-y-px:focus {
    transform: translateY(-1px);
  }

  .lg\:focus\:-translate-y-0\.5:focus {
    transform: translateY(-0.125rem);
  }

  .lg\:focus\:-translate-y-1\.5:focus {
    transform: translateY(-0.375rem);
  }

  .lg\:focus\:-translate-y-2\.5:focus {
    transform: translateY(-0.625rem);
  }

  .lg\:focus\:-translate-y-3\.5:focus {
    transform: translateY(-0.875rem);
  }

  .lg\:focus\:-translate-y-1\/2:focus {
    transform: translateY(-50%);
  }

  .lg\:focus\:-translate-y-1\/3:focus {
    transform: translateY(-33.33333%);
  }

  .lg\:focus\:-translate-y-2\/3:focus {
    transform: translateY(-66.66667%);
  }

  .lg\:focus\:-translate-y-1\/4:focus {
    transform: translateY(-25%);
  }

  .lg\:focus\:-translate-y-2\/4:focus {
    transform: translateY(-50%);
  }

  .lg\:focus\:-translate-y-3\/4:focus {
    transform: translateY(-75%);
  }

  .lg\:focus\:-translate-y-1\/5:focus {
    transform: translateY(-20%);
  }

  .lg\:focus\:-translate-y-2\/5:focus {
    transform: translateY(-40%);
  }

  .lg\:focus\:-translate-y-3\/5:focus {
    transform: translateY(-60%);
  }

  .lg\:focus\:-translate-y-4\/5:focus {
    transform: translateY(-80%);
  }

  .lg\:focus\:-translate-y-1\/6:focus {
    transform: translateY(-16.66667%);
  }

  .lg\:focus\:-translate-y-2\/6:focus {
    transform: translateY(-33.33333%);
  }

  .lg\:focus\:-translate-y-3\/6:focus {
    transform: translateY(-50%);
  }

  .lg\:focus\:-translate-y-4\/6:focus {
    transform: translateY(-66.66667%);
  }

  .lg\:focus\:-translate-y-5\/6:focus {
    transform: translateY(-83.33333%);
  }

  .lg\:focus\:-translate-y-1\/12:focus {
    transform: translateY(-8.33333%);
  }

  .lg\:focus\:-translate-y-2\/12:focus {
    transform: translateY(-16.66667%);
  }

  .lg\:focus\:-translate-y-3\/12:focus {
    transform: translateY(-25%);
  }

  .lg\:focus\:-translate-y-4\/12:focus {
    transform: translateY(-33.33333%);
  }

  .lg\:focus\:-translate-y-5\/12:focus {
    transform: translateY(-41.66667%);
  }

  .lg\:focus\:-translate-y-6\/12:focus {
    transform: translateY(-50%);
  }

  .lg\:focus\:-translate-y-7\/12:focus {
    transform: translateY(-58.33333%);
  }

  .lg\:focus\:-translate-y-8\/12:focus {
    transform: translateY(-66.66667%);
  }

  .lg\:focus\:-translate-y-9\/12:focus {
    transform: translateY(-75%);
  }

  .lg\:focus\:-translate-y-10\/12:focus {
    transform: translateY(-83.33333%);
  }

  .lg\:focus\:-translate-y-11\/12:focus {
    transform: translateY(-91.66667%);
  }

  .lg\:focus\:-translate-y-full:focus {
    transform: translateY(-100%);
  }

  .lg\:skew-x-0 {
    transform: skewX(0);
  }

  .lg\:skew-x-3 {
    transform: skewX(3deg);
  }

  .lg\:skew-x-6 {
    transform: skewX(6deg);
  }

  .lg\:skew-x-12 {
    transform: skewX(12deg);
  }

  .lg\:-skew-x-12 {
    transform: skewX(-12deg);
  }

  .lg\:-skew-x-6 {
    transform: skewX(-6deg);
  }

  .lg\:-skew-x-3 {
    transform: skewX(-3deg);
  }

  .lg\:skew-y-0 {
    transform: skewY(0);
  }

  .lg\:skew-y-3 {
    transform: skewY(3deg);
  }

  .lg\:skew-y-6 {
    transform: skewY(6deg);
  }

  .lg\:skew-y-12 {
    transform: skewY(12deg);
  }

  .lg\:-skew-y-12 {
    transform: skewY(-12deg);
  }

  .lg\:-skew-y-6 {
    transform: skewY(-6deg);
  }

  .lg\:-skew-y-3 {
    transform: skewY(-3deg);
  }

  .lg\:hover\:skew-x-0:hover {
    transform: skewX(0);
  }

  .lg\:hover\:skew-x-3:hover {
    transform: skewX(3deg);
  }

  .lg\:hover\:skew-x-6:hover {
    transform: skewX(6deg);
  }

  .lg\:hover\:skew-x-12:hover {
    transform: skewX(12deg);
  }

  .lg\:hover\:-skew-x-12:hover {
    transform: skewX(-12deg);
  }

  .lg\:hover\:-skew-x-6:hover {
    transform: skewX(-6deg);
  }

  .lg\:hover\:-skew-x-3:hover {
    transform: skewX(-3deg);
  }

  .lg\:hover\:skew-y-0:hover {
    transform: skewY(0);
  }

  .lg\:hover\:skew-y-3:hover {
    transform: skewY(3deg);
  }

  .lg\:hover\:skew-y-6:hover {
    transform: skewY(6deg);
  }

  .lg\:hover\:skew-y-12:hover {
    transform: skewY(12deg);
  }

  .lg\:hover\:-skew-y-12:hover {
    transform: skewY(-12deg);
  }

  .lg\:hover\:-skew-y-6:hover {
    transform: skewY(-6deg);
  }

  .lg\:hover\:-skew-y-3:hover {
    transform: skewY(-3deg);
  }

  .lg\:focus\:skew-x-0:focus {
    transform: skewX(0);
  }

  .lg\:focus\:skew-x-3:focus {
    transform: skewX(3deg);
  }

  .lg\:focus\:skew-x-6:focus {
    transform: skewX(6deg);
  }

  .lg\:focus\:skew-x-12:focus {
    transform: skewX(12deg);
  }

  .lg\:focus\:-skew-x-12:focus {
    transform: skewX(-12deg);
  }

  .lg\:focus\:-skew-x-6:focus {
    transform: skewX(-6deg);
  }

  .lg\:focus\:-skew-x-3:focus {
    transform: skewX(-3deg);
  }

  .lg\:focus\:skew-y-0:focus {
    transform: skewY(0);
  }

  .lg\:focus\:skew-y-3:focus {
    transform: skewY(3deg);
  }

  .lg\:focus\:skew-y-6:focus {
    transform: skewY(6deg);
  }

  .lg\:focus\:skew-y-12:focus {
    transform: skewY(12deg);
  }

  .lg\:focus\:-skew-y-12:focus {
    transform: skewY(-12deg);
  }

  .lg\:focus\:-skew-y-6:focus {
    transform: skewY(-6deg);
  }

  .lg\:focus\:-skew-y-3:focus {
    transform: skewY(-3deg);
  }

  .lg\:transition-none {
    transition-property: none;
  }

  .lg\:transition-all {
    transition-property: all;
  }

  .lg\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .lg\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .lg\:transition-opacity {
    transition-property: opacity;
  }

  .lg\:transition-shadow {
    transition-property: box-shadow;
  }

  .lg\:transition-transform {
    transition-property: transform;
  }

  .lg\:ease-linear {
    transition-timing-function: linear;
  }

  .lg\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .lg\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .lg\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .lg\:duration-75 {
    transition-duration: 75ms;
  }

  .lg\:duration-100 {
    transition-duration: 100ms;
  }

  .lg\:duration-150 {
    transition-duration: 150ms;
  }

  .lg\:duration-200 {
    transition-duration: 200ms;
  }

  .lg\:duration-300 {
    transition-duration: 300ms;
  }

  .lg\:duration-500 {
    transition-duration: 500ms;
  }

  .lg\:duration-700 {
    transition-duration: 700ms;
  }

  .lg\:duration-1000 {
    transition-duration: 1000ms;
  }

  .lg\:delay-75 {
    transition-delay: 75ms;
  }

  .lg\:delay-100 {
    transition-delay: 100ms;
  }

  .lg\:delay-150 {
    transition-delay: 150ms;
  }

  .lg\:delay-200 {
    transition-delay: 200ms;
  }

  .lg\:delay-300 {
    transition-delay: 300ms;
  }

  .lg\:delay-500 {
    transition-delay: 500ms;
  }

  .lg\:delay-700 {
    transition-delay: 700ms;
  }

  .lg\:delay-1000 {
    transition-delay: 1000ms;
  }

  .lg\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .lg\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .lg\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .lg\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .lg\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .lg\:ar-21x9 {
    width: 100%;
    padding-bottom: 42.86%;
  }

  .lg\:ar-16x9 {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .lg\:ar-4x3 {
    width: 100%;
    padding-bottom: 75.00%;
  }

  .lg\:ar-4x5 {
    width: 100%;
    padding-bottom: 125.00%;
  }

  .lg\:ar-3x2 {
    width: 100%;
    padding-bottom: 66.67%;
  }

  .lg\:ar-8x5 {
    width: 100%;
    padding-bottom: 62.50%;
  }

  .lg\:ar-5x8 {
    width: 100%;
    padding-bottom: 160.00%;
  }

  .lg\:ar-1x1 {
    width: 100%;
    padding-bottom: 100.00%;
  }

  .lg\:col-none {
    -moz-column-count: initial;
         column-count: initial;
  }

  .lg\:col-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .lg\:col-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .lg\:col-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (min-width: 1280px) {
  .xl\:space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0;
  }

  .xl\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: 0;
  }

  .xl\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: 0.25rem;
  }

  .xl\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: 0.25rem;
  }

  .xl\:space-y-2 > :not(template) ~ :not(template) {
    margin-top: 0.5rem;
  }

  .xl\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: 0.5rem;
  }

  .xl\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 0.75rem;
  }

  .xl\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: 0.75rem;
  }

  .xl\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 1rem;
  }

  .xl\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem;
  }

  .xl\:space-y-5 > :not(template) ~ :not(template) {
    margin-top: 1.25rem;
  }

  .xl\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: 1.25rem;
  }

  .xl\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 1.5rem;
  }

  .xl\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 1.5rem;
  }

  .xl\:space-y-7 > :not(template) ~ :not(template) {
    margin-top: 1.75rem;
  }

  .xl\:space-x-7 > :not(template) ~ :not(template) {
    margin-left: 1.75rem;
  }

  .xl\:space-y-8 > :not(template) ~ :not(template) {
    margin-top: 2rem;
  }

  .xl\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 2rem;
  }

  .xl\:space-y-9 > :not(template) ~ :not(template) {
    margin-top: 2.25rem;
  }

  .xl\:space-x-9 > :not(template) ~ :not(template) {
    margin-left: 2.25rem;
  }

  .xl\:space-y-10 > :not(template) ~ :not(template) {
    margin-top: 2.5rem;
  }

  .xl\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: 2.5rem;
  }

  .xl\:space-y-11 > :not(template) ~ :not(template) {
    margin-top: 2.75rem;
  }

  .xl\:space-x-11 > :not(template) ~ :not(template) {
    margin-left: 2.75rem;
  }

  .xl\:space-y-12 > :not(template) ~ :not(template) {
    margin-top: 3rem;
  }

  .xl\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: 3rem;
  }

  .xl\:space-y-13 > :not(template) ~ :not(template) {
    margin-top: 3.25rem;
  }

  .xl\:space-x-13 > :not(template) ~ :not(template) {
    margin-left: 3.25rem;
  }

  .xl\:space-y-14 > :not(template) ~ :not(template) {
    margin-top: 3.5rem;
  }

  .xl\:space-x-14 > :not(template) ~ :not(template) {
    margin-left: 3.5rem;
  }

  .xl\:space-y-15 > :not(template) ~ :not(template) {
    margin-top: 3.75rem;
  }

  .xl\:space-x-15 > :not(template) ~ :not(template) {
    margin-left: 3.75rem;
  }

  .xl\:space-y-16 > :not(template) ~ :not(template) {
    margin-top: 4rem;
  }

  .xl\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: 4rem;
  }

  .xl\:space-y-20 > :not(template) ~ :not(template) {
    margin-top: 5rem;
  }

  .xl\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: 5rem;
  }

  .xl\:space-y-24 > :not(template) ~ :not(template) {
    margin-top: 6rem;
  }

  .xl\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: 6rem;
  }

  .xl\:space-y-28 > :not(template) ~ :not(template) {
    margin-top: 7rem;
  }

  .xl\:space-x-28 > :not(template) ~ :not(template) {
    margin-left: 7rem;
  }

  .xl\:space-y-32 > :not(template) ~ :not(template) {
    margin-top: 8rem;
  }

  .xl\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: 8rem;
  }

  .xl\:space-y-36 > :not(template) ~ :not(template) {
    margin-top: 9rem;
  }

  .xl\:space-x-36 > :not(template) ~ :not(template) {
    margin-left: 9rem;
  }

  .xl\:space-y-40 > :not(template) ~ :not(template) {
    margin-top: 10rem;
  }

  .xl\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: 10rem;
  }

  .xl\:space-y-44 > :not(template) ~ :not(template) {
    margin-top: 11rem;
  }

  .xl\:space-x-44 > :not(template) ~ :not(template) {
    margin-left: 11rem;
  }

  .xl\:space-y-48 > :not(template) ~ :not(template) {
    margin-top: 12rem;
  }

  .xl\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: 12rem;
  }

  .xl\:space-y-52 > :not(template) ~ :not(template) {
    margin-top: 13rem;
  }

  .xl\:space-x-52 > :not(template) ~ :not(template) {
    margin-left: 13rem;
  }

  .xl\:space-y-56 > :not(template) ~ :not(template) {
    margin-top: 14rem;
  }

  .xl\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: 14rem;
  }

  .xl\:space-y-60 > :not(template) ~ :not(template) {
    margin-top: 15rem;
  }

  .xl\:space-x-60 > :not(template) ~ :not(template) {
    margin-left: 15rem;
  }

  .xl\:space-y-64 > :not(template) ~ :not(template) {
    margin-top: 16rem;
  }

  .xl\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: 16rem;
  }

  .xl\:space-y-72 > :not(template) ~ :not(template) {
    margin-top: 18rem;
  }

  .xl\:space-x-72 > :not(template) ~ :not(template) {
    margin-left: 18rem;
  }

  .xl\:space-y-80 > :not(template) ~ :not(template) {
    margin-top: 20rem;
  }

  .xl\:space-x-80 > :not(template) ~ :not(template) {
    margin-left: 20rem;
  }

  .xl\:space-y-96 > :not(template) ~ :not(template) {
    margin-top: 24rem;
  }

  .xl\:space-x-96 > :not(template) ~ :not(template) {
    margin-left: 24rem;
  }

  .xl\:space-y-128 > :not(template) ~ :not(template) {
    margin-top: 32rem;
  }

  .xl\:space-x-128 > :not(template) ~ :not(template) {
    margin-left: 32rem;
  }

  .xl\:space-y-144 > :not(template) ~ :not(template) {
    margin-top: 36rem;
  }

  .xl\:space-x-144 > :not(template) ~ :not(template) {
    margin-left: 36rem;
  }

  .xl\:space-y-160 > :not(template) ~ :not(template) {
    margin-top: 40rem;
  }

  .xl\:space-x-160 > :not(template) ~ :not(template) {
    margin-left: 40rem;
  }

  .xl\:space-y-192 > :not(template) ~ :not(template) {
    margin-top: 48rem;
  }

  .xl\:space-x-192 > :not(template) ~ :not(template) {
    margin-left: 48rem;
  }

  .xl\:space-y-px > :not(template) ~ :not(template) {
    margin-top: 1px;
  }

  .xl\:space-x-px > :not(template) ~ :not(template) {
    margin-left: 1px;
  }

  .xl\:space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: 0.125rem;
  }

  .xl\:space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: 0.125rem;
  }

  .xl\:space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: 0.375rem;
  }

  .xl\:space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: 0.375rem;
  }

  .xl\:space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: 0.625rem;
  }

  .xl\:space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: 0.625rem;
  }

  .xl\:space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: 0.875rem;
  }

  .xl\:space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: 0.875rem;
  }

  .xl\:space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .xl\:space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .xl\:space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .xl\:space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .xl\:space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .xl\:space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .xl\:space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .xl\:space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .xl\:space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .xl\:space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .xl\:space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .xl\:space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .xl\:space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: 20%;
  }

  .xl\:space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: 20%;
  }

  .xl\:space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: 40%;
  }

  .xl\:space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: 40%;
  }

  .xl\:space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: 60%;
  }

  .xl\:space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: 60%;
  }

  .xl\:space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: 80%;
  }

  .xl\:space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: 80%;
  }

  .xl\:space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .xl\:space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .xl\:space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .xl\:space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .xl\:space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .xl\:space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .xl\:space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .xl\:space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .xl\:space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .xl\:space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .xl\:space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: 8.333333%;
  }

  .xl\:space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: 8.333333%;
  }

  .xl\:space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .xl\:space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .xl\:space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .xl\:space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .xl\:space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .xl\:space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .xl\:space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: 41.666667%;
  }

  .xl\:space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: 41.666667%;
  }

  .xl\:space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .xl\:space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .xl\:space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: 58.333333%;
  }

  .xl\:space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: 58.333333%;
  }

  .xl\:space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .xl\:space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .xl\:space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .xl\:space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .xl\:space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .xl\:space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .xl\:space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: 91.666667%;
  }

  .xl\:space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: 91.666667%;
  }

  .xl\:space-y-full > :not(template) ~ :not(template) {
    margin-top: 100%;
  }

  .xl\:space-x-full > :not(template) ~ :not(template) {
    margin-left: 100%;
  }

  .xl\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: -0.25rem;
  }

  .xl\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: -0.25rem;
  }

  .xl\:-space-y-2 > :not(template) ~ :not(template) {
    margin-top: -0.5rem;
  }

  .xl\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: -0.5rem;
  }

  .xl\:-space-y-3 > :not(template) ~ :not(template) {
    margin-top: -0.75rem;
  }

  .xl\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: -0.75rem;
  }

  .xl\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: -1rem;
  }

  .xl\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: -1rem;
  }

  .xl\:-space-y-5 > :not(template) ~ :not(template) {
    margin-top: -1.25rem;
  }

  .xl\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: -1.25rem;
  }

  .xl\:-space-y-6 > :not(template) ~ :not(template) {
    margin-top: -1.5rem;
  }

  .xl\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: -1.5rem;
  }

  .xl\:-space-y-7 > :not(template) ~ :not(template) {
    margin-top: -1.75rem;
  }

  .xl\:-space-x-7 > :not(template) ~ :not(template) {
    margin-left: -1.75rem;
  }

  .xl\:-space-y-8 > :not(template) ~ :not(template) {
    margin-top: -2rem;
  }

  .xl\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: -2rem;
  }

  .xl\:-space-y-9 > :not(template) ~ :not(template) {
    margin-top: -2.25rem;
  }

  .xl\:-space-x-9 > :not(template) ~ :not(template) {
    margin-left: -2.25rem;
  }

  .xl\:-space-y-10 > :not(template) ~ :not(template) {
    margin-top: -2.5rem;
  }

  .xl\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: -2.5rem;
  }

  .xl\:-space-y-11 > :not(template) ~ :not(template) {
    margin-top: -2.75rem;
  }

  .xl\:-space-x-11 > :not(template) ~ :not(template) {
    margin-left: -2.75rem;
  }

  .xl\:-space-y-12 > :not(template) ~ :not(template) {
    margin-top: -3rem;
  }

  .xl\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: -3rem;
  }

  .xl\:-space-y-13 > :not(template) ~ :not(template) {
    margin-top: -3.25rem;
  }

  .xl\:-space-x-13 > :not(template) ~ :not(template) {
    margin-left: -3.25rem;
  }

  .xl\:-space-y-14 > :not(template) ~ :not(template) {
    margin-top: -3.5rem;
  }

  .xl\:-space-x-14 > :not(template) ~ :not(template) {
    margin-left: -3.5rem;
  }

  .xl\:-space-y-15 > :not(template) ~ :not(template) {
    margin-top: -3.75rem;
  }

  .xl\:-space-x-15 > :not(template) ~ :not(template) {
    margin-left: -3.75rem;
  }

  .xl\:-space-y-16 > :not(template) ~ :not(template) {
    margin-top: -4rem;
  }

  .xl\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: -4rem;
  }

  .xl\:-space-y-20 > :not(template) ~ :not(template) {
    margin-top: -5rem;
  }

  .xl\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: -5rem;
  }

  .xl\:-space-y-24 > :not(template) ~ :not(template) {
    margin-top: -6rem;
  }

  .xl\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: -6rem;
  }

  .xl\:-space-y-28 > :not(template) ~ :not(template) {
    margin-top: -7rem;
  }

  .xl\:-space-x-28 > :not(template) ~ :not(template) {
    margin-left: -7rem;
  }

  .xl\:-space-y-32 > :not(template) ~ :not(template) {
    margin-top: -8rem;
  }

  .xl\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: -8rem;
  }

  .xl\:-space-y-36 > :not(template) ~ :not(template) {
    margin-top: -9rem;
  }

  .xl\:-space-x-36 > :not(template) ~ :not(template) {
    margin-left: -9rem;
  }

  .xl\:-space-y-40 > :not(template) ~ :not(template) {
    margin-top: -10rem;
  }

  .xl\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: -10rem;
  }

  .xl\:-space-y-44 > :not(template) ~ :not(template) {
    margin-top: -11rem;
  }

  .xl\:-space-x-44 > :not(template) ~ :not(template) {
    margin-left: -11rem;
  }

  .xl\:-space-y-48 > :not(template) ~ :not(template) {
    margin-top: -12rem;
  }

  .xl\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: -12rem;
  }

  .xl\:-space-y-52 > :not(template) ~ :not(template) {
    margin-top: -13rem;
  }

  .xl\:-space-x-52 > :not(template) ~ :not(template) {
    margin-left: -13rem;
  }

  .xl\:-space-y-56 > :not(template) ~ :not(template) {
    margin-top: -14rem;
  }

  .xl\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: -14rem;
  }

  .xl\:-space-y-60 > :not(template) ~ :not(template) {
    margin-top: -15rem;
  }

  .xl\:-space-x-60 > :not(template) ~ :not(template) {
    margin-left: -15rem;
  }

  .xl\:-space-y-64 > :not(template) ~ :not(template) {
    margin-top: -16rem;
  }

  .xl\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: -16rem;
  }

  .xl\:-space-y-72 > :not(template) ~ :not(template) {
    margin-top: -18rem;
  }

  .xl\:-space-x-72 > :not(template) ~ :not(template) {
    margin-left: -18rem;
  }

  .xl\:-space-y-80 > :not(template) ~ :not(template) {
    margin-top: -20rem;
  }

  .xl\:-space-x-80 > :not(template) ~ :not(template) {
    margin-left: -20rem;
  }

  .xl\:-space-y-96 > :not(template) ~ :not(template) {
    margin-top: -24rem;
  }

  .xl\:-space-x-96 > :not(template) ~ :not(template) {
    margin-left: -24rem;
  }

  .xl\:-space-y-128 > :not(template) ~ :not(template) {
    margin-top: -32rem;
  }

  .xl\:-space-x-128 > :not(template) ~ :not(template) {
    margin-left: -32rem;
  }

  .xl\:-space-y-144 > :not(template) ~ :not(template) {
    margin-top: -36rem;
  }

  .xl\:-space-x-144 > :not(template) ~ :not(template) {
    margin-left: -36rem;
  }

  .xl\:-space-y-160 > :not(template) ~ :not(template) {
    margin-top: -40rem;
  }

  .xl\:-space-x-160 > :not(template) ~ :not(template) {
    margin-left: -40rem;
  }

  .xl\:-space-y-192 > :not(template) ~ :not(template) {
    margin-top: -48rem;
  }

  .xl\:-space-x-192 > :not(template) ~ :not(template) {
    margin-left: -48rem;
  }

  .xl\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: -1px;
  }

  .xl\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: -1px;
  }

  .xl\:-space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: -0.125rem;
  }

  .xl\:-space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: -0.125rem;
  }

  .xl\:-space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: -0.375rem;
  }

  .xl\:-space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: -0.375rem;
  }

  .xl\:-space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: -0.625rem;
  }

  .xl\:-space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: -0.625rem;
  }

  .xl\:-space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: -0.875rem;
  }

  .xl\:-space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: -0.875rem;
  }

  .xl\:-space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .xl\:-space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .xl\:-space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .xl\:-space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .xl\:-space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .xl\:-space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .xl\:-space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .xl\:-space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .xl\:-space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .xl\:-space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .xl\:-space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .xl\:-space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .xl\:-space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: -20%;
  }

  .xl\:-space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: -20%;
  }

  .xl\:-space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: -40%;
  }

  .xl\:-space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: -40%;
  }

  .xl\:-space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: -60%;
  }

  .xl\:-space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: -60%;
  }

  .xl\:-space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: -80%;
  }

  .xl\:-space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: -80%;
  }

  .xl\:-space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .xl\:-space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .xl\:-space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .xl\:-space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .xl\:-space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .xl\:-space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .xl\:-space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .xl\:-space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .xl\:-space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .xl\:-space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .xl\:-space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: -8.33333%;
  }

  .xl\:-space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: -8.33333%;
  }

  .xl\:-space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .xl\:-space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .xl\:-space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .xl\:-space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .xl\:-space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .xl\:-space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .xl\:-space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: -41.66667%;
  }

  .xl\:-space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: -41.66667%;
  }

  .xl\:-space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .xl\:-space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .xl\:-space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: -58.33333%;
  }

  .xl\:-space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: -58.33333%;
  }

  .xl\:-space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .xl\:-space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .xl\:-space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .xl\:-space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .xl\:-space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .xl\:-space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .xl\:-space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: -91.66667%;
  }

  .xl\:-space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: -91.66667%;
  }

  .xl\:-space-y-full > :not(template) ~ :not(template) {
    margin-top: -100%;
  }

  .xl\:-space-x-full > :not(template) ~ :not(template) {
    margin-left: -100%;
  }

  .xl\:divide-y-0 > :not(template) ~ :not(template) {
    border-top-width: 0px;
  }

  .xl\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: 0px;
  }

  .xl\:divide-y-2 > :not(template) ~ :not(template) {
    border-top-width: 2px;
  }

  .xl\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: 2px;
  }

  .xl\:divide-y-3 > :not(template) ~ :not(template) {
    border-top-width: 3px;
  }

  .xl\:divide-x-3 > :not(template) ~ :not(template) {
    border-left-width: 3px;
  }

  .xl\:divide-y-4 > :not(template) ~ :not(template) {
    border-top-width: 4px;
  }

  .xl\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: 4px;
  }

  .xl\:divide-y-6 > :not(template) ~ :not(template) {
    border-top-width: 6px;
  }

  .xl\:divide-x-6 > :not(template) ~ :not(template) {
    border-left-width: 6px;
  }

  .xl\:divide-y-8 > :not(template) ~ :not(template) {
    border-top-width: 8px;
  }

  .xl\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: 8px;
  }

  .xl\:divide-y > :not(template) ~ :not(template) {
    border-top-width: 1px;
  }

  .xl\:divide-x > :not(template) ~ :not(template) {
    border-left-width: 1px;
  }

  .xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .xl\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff;
  }

  .xl\:divide-white-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:divide-white-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:divide-white-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:divide-white-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:divide-white-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:divide-white-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:divide-white-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:divide-white-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:divide-white-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:divide-black > :not(template) ~ :not(template) {
    border-color: #000;
  }

  .xl\:divide-black-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:divide-black-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:divide-black-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:divide-black-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:divide-black-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:divide-black-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:divide-black-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:divide-black-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:divide-black-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7f7f7;
  }

  .xl\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #ebebeb;
  }

  .xl\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #d0d0d0;
  }

  .xl\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #b8b8b8;
  }

  .xl\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #9e9e9e;
  }

  .xl\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #666666;
  }

  .xl\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #525252;
  }

  .xl\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #333333;
  }

  .xl\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1f1f1f;
  }

  .xl\:divide-gray-warm-100 > :not(template) ~ :not(template) {
    border-color: #f4f2f0;
  }

  .xl\:divide-gray-warm-200 > :not(template) ~ :not(template) {
    border-color: #e9e6e2;
  }

  .xl\:divide-gray-warm-300 > :not(template) ~ :not(template) {
    border-color: #dfdad4;
  }

  .xl\:divide-gray-warm-400 > :not(template) ~ :not(template) {
    border-color: #cfc7bf;
  }

  .xl\:divide-gray-warm-500 > :not(template) ~ :not(template) {
    border-color: #c2bab3;
  }

  .xl\:divide-gray-warm-600 > :not(template) ~ :not(template) {
    border-color: #b3aca8;
  }

  .xl\:divide-gray-warm-700 > :not(template) ~ :not(template) {
    border-color: #a19994;
  }

  .xl\:divide-gray-warm-800 > :not(template) ~ :not(template) {
    border-color: #63544b;
  }

  .xl\:divide-gray-warm-900 > :not(template) ~ :not(template) {
    border-color: #3f3731;
  }

  .xl\:divide-gray-cool-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f7;
  }

  .xl\:divide-gray-cool-200 > :not(template) ~ :not(template) {
    border-color: #e9edf1;
  }

  .xl\:divide-gray-cool-300 > :not(template) ~ :not(template) {
    border-color: #d5dde6;
  }

  .xl\:divide-gray-cool-400 > :not(template) ~ :not(template) {
    border-color: #bcc5d2;
  }

  .xl\:divide-gray-cool-500 > :not(template) ~ :not(template) {
    border-color: #99a3b0;
  }

  .xl\:divide-gray-cool-600 > :not(template) ~ :not(template) {
    border-color: #8d95a0;
  }

  .xl\:divide-gray-cool-700 > :not(template) ~ :not(template) {
    border-color: #7e848b;
  }

  .xl\:divide-gray-cool-800 > :not(template) ~ :not(template) {
    border-color: #686d73;
  }

  .xl\:divide-gray-cool-900 > :not(template) ~ :not(template) {
    border-color: #50565e;
  }

  .xl\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fff5f5;
  }

  .xl\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fed7d7;
  }

  .xl\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #feb2b2;
  }

  .xl\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #fc8181;
  }

  .xl\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #f56565;
  }

  .xl\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #e21d2f;
  }

  .xl\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #d41b2c;
  }

  .xl\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #c61929;
  }

  .xl\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #873138;
  }

  .xl\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #fff4f0;
  }

  .xl\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed8c8;
  }

  .xl\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fcb99c;
  }

  .xl\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fd9568;
  }

  .xl\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #ff854f;
  }

  .xl\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #e66833;
  }

  .xl\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c05621;
  }

  .xl\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9c4221;
  }

  .xl\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7b341e;
  }

  .xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fdf6e7;
  }

  .xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fee9bf;
  }

  .xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fbd893;
  }

  .xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #fcc85f;
  }

  .xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #ffbf3d;
  }

  .xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #e7a41d;
  }

  .xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #b7841f;
  }

  .xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #976c16;
  }

  .xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #745310;
  }

  .xl\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #f9fce9;
  }

  .xl\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #e5f396;
  }

  .xl\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #d0e656;
  }

  .xl\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #badb00;
  }

  .xl\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #acca07;
  }

  .xl\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #99b305;
  }

  .xl\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #869e00;
  }

  .xl\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #546727;
  }

  .xl\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #394a12;
  }

  .xl\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #e6fffa;
  }

  .xl\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #b2f5ea;
  }

  .xl\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #7beadc;
  }

  .xl\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #00cfb5;
  }

  .xl\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #3cbbaa;
  }

  .xl\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #319789;
  }

  .xl\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #2c7b70;
  }

  .xl\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #286159;
  }

  .xl\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #23524c;
  }

  .xl\:divide-aqua-100 > :not(template) ~ :not(template) {
    border-color: #ebfcff;
  }

  .xl\:divide-aqua-200 > :not(template) ~ :not(template) {
    border-color: #beeff8;
  }

  .xl\:divide-aqua-300 > :not(template) ~ :not(template) {
    border-color: #90e5f4;
  }

  .xl\:divide-aqua-400 > :not(template) ~ :not(template) {
    border-color: #71dcef;
  }

  .xl\:divide-aqua-500 > :not(template) ~ :not(template) {
    border-color: #52cfe5;
  }

  .xl\:divide-aqua-600 > :not(template) ~ :not(template) {
    border-color: #2bb2ca;
  }

  .xl\:divide-aqua-700 > :not(template) ~ :not(template) {
    border-color: #2097ac;
  }

  .xl\:divide-aqua-800 > :not(template) ~ :not(template) {
    border-color: #1c7382;
  }

  .xl\:divide-aqua-900 > :not(template) ~ :not(template) {
    border-color: #155460;
  }

  .xl\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #ebf8ff;
  }

  .xl\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bee3f8;
  }

  .xl\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #90cdf4;
  }

  .xl\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #63b3ed;
  }

  .xl\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #4299e1;
  }

  .xl\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #3182ce;
  }

  .xl\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #006eb5;
  }

  .xl\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #22547c;
  }

  .xl\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #2b435a;
  }

  .xl\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #fcf5ff;
  }

  .xl\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #f1d8fd;
  }

  .xl\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #dbbcfa;
  }

  .xl\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #cd82f2;
  }

  .xl\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #b26dd5;
  }

  .xl\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #904eb1;
  }

  .xl\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #824091;
  }

  .xl\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #743582;
  }

  .xl\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4a2353;
  }

  .xl\:divide-tan-100 > :not(template) ~ :not(template) {
    border-color: #f6f2e9;
  }

  .xl\:divide-tan-200 > :not(template) ~ :not(template) {
    border-color: #eee7d8;
  }

  .xl\:divide-tan-300 > :not(template) ~ :not(template) {
    border-color: #e7ddc5;
  }

  .xl\:divide-tan-400 > :not(template) ~ :not(template) {
    border-color: #e5d4ab;
  }

  .xl\:divide-tan-500 > :not(template) ~ :not(template) {
    border-color: #dec891;
  }

  .xl\:divide-tan-600 > :not(template) ~ :not(template) {
    border-color: #c3ac74;
  }

  .xl\:divide-tan-700 > :not(template) ~ :not(template) {
    border-color: #9a8451;
  }

  .xl\:divide-tan-800 > :not(template) ~ :not(template) {
    border-color: #685936;
  }

  .xl\:divide-tan-900 > :not(template) ~ :not(template) {
    border-color: #574c33;
  }

  .xl\:divide-gold-500 > :not(template) ~ :not(template) {
    border-color: #a4804a;
  }

  .xl\:divide-silver-500 > :not(template) ~ :not(template) {
    border-color: #8a8d8f;
  }

  .xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .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\: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\: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-transparent {
    background-color: transparent;
  }

  .xl\:bg-white {
    background-color: #ffffff;
  }

  .xl\:bg-white-semi-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:bg-white-semi-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:bg-white-semi-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:bg-white-semi-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:bg-white-semi-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:bg-white-semi-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:bg-white-semi-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:bg-white-semi-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:bg-white-semi-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:bg-black {
    background-color: #000;
  }

  .xl\:bg-black-semi-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:bg-black-semi-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:bg-black-semi-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:bg-black-semi-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:bg-black-semi-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:bg-black-semi-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:bg-black-semi-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:bg-black-semi-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:bg-black-semi-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:bg-gray-100 {
    background-color: #f7f7f7;
  }

  .xl\:bg-gray-200 {
    background-color: #ebebeb;
  }

  .xl\:bg-gray-300 {
    background-color: #d0d0d0;
  }

  .xl\:bg-gray-400 {
    background-color: #b8b8b8;
  }

  .xl\:bg-gray-500 {
    background-color: #9e9e9e;
  }

  .xl\:bg-gray-600 {
    background-color: #666666;
  }

  .xl\:bg-gray-700 {
    background-color: #525252;
  }

  .xl\:bg-gray-800 {
    background-color: #333333;
  }

  .xl\:bg-gray-900 {
    background-color: #1f1f1f;
  }

  .xl\:bg-gray-warm-100 {
    background-color: #f4f2f0;
  }

  .xl\:bg-gray-warm-200 {
    background-color: #e9e6e2;
  }

  .xl\:bg-gray-warm-300 {
    background-color: #dfdad4;
  }

  .xl\:bg-gray-warm-400 {
    background-color: #cfc7bf;
  }

  .xl\:bg-gray-warm-500 {
    background-color: #c2bab3;
  }

  .xl\:bg-gray-warm-600 {
    background-color: #b3aca8;
  }

  .xl\:bg-gray-warm-700 {
    background-color: #a19994;
  }

  .xl\:bg-gray-warm-800 {
    background-color: #63544b;
  }

  .xl\:bg-gray-warm-900 {
    background-color: #3f3731;
  }

  .xl\:bg-gray-cool-100 {
    background-color: #f3f4f7;
  }

  .xl\:bg-gray-cool-200 {
    background-color: #e9edf1;
  }

  .xl\:bg-gray-cool-300 {
    background-color: #d5dde6;
  }

  .xl\:bg-gray-cool-400 {
    background-color: #bcc5d2;
  }

  .xl\:bg-gray-cool-500 {
    background-color: #99a3b0;
  }

  .xl\:bg-gray-cool-600 {
    background-color: #8d95a0;
  }

  .xl\:bg-gray-cool-700 {
    background-color: #7e848b;
  }

  .xl\:bg-gray-cool-800 {
    background-color: #686d73;
  }

  .xl\:bg-gray-cool-900 {
    background-color: #50565e;
  }

  .xl\:bg-red-100 {
    background-color: #fff5f5;
  }

  .xl\:bg-red-200 {
    background-color: #fed7d7;
  }

  .xl\:bg-red-300 {
    background-color: #feb2b2;
  }

  .xl\:bg-red-400 {
    background-color: #fc8181;
  }

  .xl\:bg-red-500 {
    background-color: #f56565;
  }

  .xl\:bg-red-600 {
    background-color: #e21d2f;
  }

  .xl\:bg-red-700 {
    background-color: #d41b2c;
  }

  .xl\:bg-red-800 {
    background-color: #c61929;
  }

  .xl\:bg-red-900 {
    background-color: #873138;
  }

  .xl\:bg-orange-100 {
    background-color: #fff4f0;
  }

  .xl\:bg-orange-200 {
    background-color: #fed8c8;
  }

  .xl\:bg-orange-300 {
    background-color: #fcb99c;
  }

  .xl\:bg-orange-400 {
    background-color: #fd9568;
  }

  .xl\:bg-orange-500 {
    background-color: #ff854f;
  }

  .xl\:bg-orange-600 {
    background-color: #e66833;
  }

  .xl\:bg-orange-700 {
    background-color: #c05621;
  }

  .xl\:bg-orange-800 {
    background-color: #9c4221;
  }

  .xl\:bg-orange-900 {
    background-color: #7b341e;
  }

  .xl\:bg-yellow-100 {
    background-color: #fdf6e7;
  }

  .xl\:bg-yellow-200 {
    background-color: #fee9bf;
  }

  .xl\:bg-yellow-300 {
    background-color: #fbd893;
  }

  .xl\:bg-yellow-400 {
    background-color: #fcc85f;
  }

  .xl\:bg-yellow-500 {
    background-color: #ffbf3d;
  }

  .xl\:bg-yellow-600 {
    background-color: #e7a41d;
  }

  .xl\:bg-yellow-700 {
    background-color: #b7841f;
  }

  .xl\:bg-yellow-800 {
    background-color: #976c16;
  }

  .xl\:bg-yellow-900 {
    background-color: #745310;
  }

  .xl\:bg-green-100 {
    background-color: #f9fce9;
  }

  .xl\:bg-green-200 {
    background-color: #e5f396;
  }

  .xl\:bg-green-300 {
    background-color: #d0e656;
  }

  .xl\:bg-green-400 {
    background-color: #badb00;
  }

  .xl\:bg-green-500 {
    background-color: #acca07;
  }

  .xl\:bg-green-600 {
    background-color: #99b305;
  }

  .xl\:bg-green-700 {
    background-color: #869e00;
  }

  .xl\:bg-green-800 {
    background-color: #546727;
  }

  .xl\:bg-green-900 {
    background-color: #394a12;
  }

  .xl\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .xl\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .xl\:bg-teal-300 {
    background-color: #7beadc;
  }

  .xl\:bg-teal-400 {
    background-color: #00cfb5;
  }

  .xl\:bg-teal-500 {
    background-color: #3cbbaa;
  }

  .xl\:bg-teal-600 {
    background-color: #319789;
  }

  .xl\:bg-teal-700 {
    background-color: #2c7b70;
  }

  .xl\:bg-teal-800 {
    background-color: #286159;
  }

  .xl\:bg-teal-900 {
    background-color: #23524c;
  }

  .xl\:bg-aqua-100 {
    background-color: #ebfcff;
  }

  .xl\:bg-aqua-200 {
    background-color: #beeff8;
  }

  .xl\:bg-aqua-300 {
    background-color: #90e5f4;
  }

  .xl\:bg-aqua-400 {
    background-color: #71dcef;
  }

  .xl\:bg-aqua-500 {
    background-color: #52cfe5;
  }

  .xl\:bg-aqua-600 {
    background-color: #2bb2ca;
  }

  .xl\:bg-aqua-700 {
    background-color: #2097ac;
  }

  .xl\:bg-aqua-800 {
    background-color: #1c7382;
  }

  .xl\:bg-aqua-900 {
    background-color: #155460;
  }

  .xl\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .xl\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .xl\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .xl\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .xl\:bg-blue-500 {
    background-color: #4299e1;
  }

  .xl\:bg-blue-600 {
    background-color: #3182ce;
  }

  .xl\:bg-blue-700 {
    background-color: #006eb5;
  }

  .xl\:bg-blue-800 {
    background-color: #22547c;
  }

  .xl\:bg-blue-900 {
    background-color: #2b435a;
  }

  .xl\:bg-purple-100 {
    background-color: #fcf5ff;
  }

  .xl\:bg-purple-200 {
    background-color: #f1d8fd;
  }

  .xl\:bg-purple-300 {
    background-color: #dbbcfa;
  }

  .xl\:bg-purple-400 {
    background-color: #cd82f2;
  }

  .xl\:bg-purple-500 {
    background-color: #b26dd5;
  }

  .xl\:bg-purple-600 {
    background-color: #904eb1;
  }

  .xl\:bg-purple-700 {
    background-color: #824091;
  }

  .xl\:bg-purple-800 {
    background-color: #743582;
  }

  .xl\:bg-purple-900 {
    background-color: #4a2353;
  }

  .xl\:bg-tan-100 {
    background-color: #f6f2e9;
  }

  .xl\:bg-tan-200 {
    background-color: #eee7d8;
  }

  .xl\:bg-tan-300 {
    background-color: #e7ddc5;
  }

  .xl\:bg-tan-400 {
    background-color: #e5d4ab;
  }

  .xl\:bg-tan-500 {
    background-color: #dec891;
  }

  .xl\:bg-tan-600 {
    background-color: #c3ac74;
  }

  .xl\:bg-tan-700 {
    background-color: #9a8451;
  }

  .xl\:bg-tan-800 {
    background-color: #685936;
  }

  .xl\:bg-tan-900 {
    background-color: #574c33;
  }

  .xl\:bg-gold-500 {
    background-color: #a4804a;
  }

  .xl\:bg-silver-500 {
    background-color: #8a8d8f;
  }

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

  .xl\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .xl\:hover\:bg-white-semi-9:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:hover\:bg-white-semi-8:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:bg-white-semi-7:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:hover\:bg-white-semi-6:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:hover\:bg-white-semi-5:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:bg-white-semi-4:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:hover\:bg-white-semi-3:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:hover\:bg-white-semi-2:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:hover\:bg-white-semi-1:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .xl\:hover\:bg-black-semi-9:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:hover\:bg-black-semi-8:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:bg-black-semi-7:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:hover\:bg-black-semi-6:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:hover\:bg-black-semi-5:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:bg-black-semi-4:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:hover\:bg-black-semi-3:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:bg-black-semi-2:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:hover\:bg-black-semi-1:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:bg-gray-100:hover {
    background-color: #f7f7f7;
  }

  .xl\:hover\:bg-gray-200:hover {
    background-color: #ebebeb;
  }

  .xl\:hover\:bg-gray-300:hover {
    background-color: #d0d0d0;
  }

  .xl\:hover\:bg-gray-400:hover {
    background-color: #b8b8b8;
  }

  .xl\:hover\:bg-gray-500:hover {
    background-color: #9e9e9e;
  }

  .xl\:hover\:bg-gray-600:hover {
    background-color: #666666;
  }

  .xl\:hover\:bg-gray-700:hover {
    background-color: #525252;
  }

  .xl\:hover\:bg-gray-800:hover {
    background-color: #333333;
  }

  .xl\:hover\:bg-gray-900:hover {
    background-color: #1f1f1f;
  }

  .xl\:hover\:bg-gray-warm-100:hover {
    background-color: #f4f2f0;
  }

  .xl\:hover\:bg-gray-warm-200:hover {
    background-color: #e9e6e2;
  }

  .xl\:hover\:bg-gray-warm-300:hover {
    background-color: #dfdad4;
  }

  .xl\:hover\:bg-gray-warm-400:hover {
    background-color: #cfc7bf;
  }

  .xl\:hover\:bg-gray-warm-500:hover {
    background-color: #c2bab3;
  }

  .xl\:hover\:bg-gray-warm-600:hover {
    background-color: #b3aca8;
  }

  .xl\:hover\:bg-gray-warm-700:hover {
    background-color: #a19994;
  }

  .xl\:hover\:bg-gray-warm-800:hover {
    background-color: #63544b;
  }

  .xl\:hover\:bg-gray-warm-900:hover {
    background-color: #3f3731;
  }

  .xl\:hover\:bg-gray-cool-100:hover {
    background-color: #f3f4f7;
  }

  .xl\:hover\:bg-gray-cool-200:hover {
    background-color: #e9edf1;
  }

  .xl\:hover\:bg-gray-cool-300:hover {
    background-color: #d5dde6;
  }

  .xl\:hover\:bg-gray-cool-400:hover {
    background-color: #bcc5d2;
  }

  .xl\:hover\:bg-gray-cool-500:hover {
    background-color: #99a3b0;
  }

  .xl\:hover\:bg-gray-cool-600:hover {
    background-color: #8d95a0;
  }

  .xl\:hover\:bg-gray-cool-700:hover {
    background-color: #7e848b;
  }

  .xl\:hover\:bg-gray-cool-800:hover {
    background-color: #686d73;
  }

  .xl\:hover\:bg-gray-cool-900:hover {
    background-color: #50565e;
  }

  .xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .xl\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .xl\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .xl\:hover\:bg-red-600:hover {
    background-color: #e21d2f;
  }

  .xl\:hover\:bg-red-700:hover {
    background-color: #d41b2c;
  }

  .xl\:hover\:bg-red-800:hover {
    background-color: #c61929;
  }

  .xl\:hover\:bg-red-900:hover {
    background-color: #873138;
  }

  .xl\:hover\:bg-orange-100:hover {
    background-color: #fff4f0;
  }

  .xl\:hover\:bg-orange-200:hover {
    background-color: #fed8c8;
  }

  .xl\:hover\:bg-orange-300:hover {
    background-color: #fcb99c;
  }

  .xl\:hover\:bg-orange-400:hover {
    background-color: #fd9568;
  }

  .xl\:hover\:bg-orange-500:hover {
    background-color: #ff854f;
  }

  .xl\:hover\:bg-orange-600:hover {
    background-color: #e66833;
  }

  .xl\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .xl\:hover\:bg-yellow-100:hover {
    background-color: #fdf6e7;
  }

  .xl\:hover\:bg-yellow-200:hover {
    background-color: #fee9bf;
  }

  .xl\:hover\:bg-yellow-300:hover {
    background-color: #fbd893;
  }

  .xl\:hover\:bg-yellow-400:hover {
    background-color: #fcc85f;
  }

  .xl\:hover\:bg-yellow-500:hover {
    background-color: #ffbf3d;
  }

  .xl\:hover\:bg-yellow-600:hover {
    background-color: #e7a41d;
  }

  .xl\:hover\:bg-yellow-700:hover {
    background-color: #b7841f;
  }

  .xl\:hover\:bg-yellow-800:hover {
    background-color: #976c16;
  }

  .xl\:hover\:bg-yellow-900:hover {
    background-color: #745310;
  }

  .xl\:hover\:bg-green-100:hover {
    background-color: #f9fce9;
  }

  .xl\:hover\:bg-green-200:hover {
    background-color: #e5f396;
  }

  .xl\:hover\:bg-green-300:hover {
    background-color: #d0e656;
  }

  .xl\:hover\:bg-green-400:hover {
    background-color: #badb00;
  }

  .xl\:hover\:bg-green-500:hover {
    background-color: #acca07;
  }

  .xl\:hover\:bg-green-600:hover {
    background-color: #99b305;
  }

  .xl\:hover\:bg-green-700:hover {
    background-color: #869e00;
  }

  .xl\:hover\:bg-green-800:hover {
    background-color: #546727;
  }

  .xl\:hover\:bg-green-900:hover {
    background-color: #394a12;
  }

  .xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .xl\:hover\:bg-teal-300:hover {
    background-color: #7beadc;
  }

  .xl\:hover\:bg-teal-400:hover {
    background-color: #00cfb5;
  }

  .xl\:hover\:bg-teal-500:hover {
    background-color: #3cbbaa;
  }

  .xl\:hover\:bg-teal-600:hover {
    background-color: #319789;
  }

  .xl\:hover\:bg-teal-700:hover {
    background-color: #2c7b70;
  }

  .xl\:hover\:bg-teal-800:hover {
    background-color: #286159;
  }

  .xl\:hover\:bg-teal-900:hover {
    background-color: #23524c;
  }

  .xl\:hover\:bg-aqua-100:hover {
    background-color: #ebfcff;
  }

  .xl\:hover\:bg-aqua-200:hover {
    background-color: #beeff8;
  }

  .xl\:hover\:bg-aqua-300:hover {
    background-color: #90e5f4;
  }

  .xl\:hover\:bg-aqua-400:hover {
    background-color: #71dcef;
  }

  .xl\:hover\:bg-aqua-500:hover {
    background-color: #52cfe5;
  }

  .xl\:hover\:bg-aqua-600:hover {
    background-color: #2bb2ca;
  }

  .xl\:hover\:bg-aqua-700:hover {
    background-color: #2097ac;
  }

  .xl\:hover\:bg-aqua-800:hover {
    background-color: #1c7382;
  }

  .xl\:hover\:bg-aqua-900:hover {
    background-color: #155460;
  }

  .xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .xl\:hover\:bg-blue-700:hover {
    background-color: #006eb5;
  }

  .xl\:hover\:bg-blue-800:hover {
    background-color: #22547c;
  }

  .xl\:hover\:bg-blue-900:hover {
    background-color: #2b435a;
  }

  .xl\:hover\:bg-purple-100:hover {
    background-color: #fcf5ff;
  }

  .xl\:hover\:bg-purple-200:hover {
    background-color: #f1d8fd;
  }

  .xl\:hover\:bg-purple-300:hover {
    background-color: #dbbcfa;
  }

  .xl\:hover\:bg-purple-400:hover {
    background-color: #cd82f2;
  }

  .xl\:hover\:bg-purple-500:hover {
    background-color: #b26dd5;
  }

  .xl\:hover\:bg-purple-600:hover {
    background-color: #904eb1;
  }

  .xl\:hover\:bg-purple-700:hover {
    background-color: #824091;
  }

  .xl\:hover\:bg-purple-800:hover {
    background-color: #743582;
  }

  .xl\:hover\:bg-purple-900:hover {
    background-color: #4a2353;
  }

  .xl\:hover\:bg-tan-100:hover {
    background-color: #f6f2e9;
  }

  .xl\:hover\:bg-tan-200:hover {
    background-color: #eee7d8;
  }

  .xl\:hover\:bg-tan-300:hover {
    background-color: #e7ddc5;
  }

  .xl\:hover\:bg-tan-400:hover {
    background-color: #e5d4ab;
  }

  .xl\:hover\:bg-tan-500:hover {
    background-color: #dec891;
  }

  .xl\:hover\:bg-tan-600:hover {
    background-color: #c3ac74;
  }

  .xl\:hover\:bg-tan-700:hover {
    background-color: #9a8451;
  }

  .xl\:hover\:bg-tan-800:hover {
    background-color: #685936;
  }

  .xl\:hover\:bg-tan-900:hover {
    background-color: #574c33;
  }

  .xl\:hover\:bg-gold-500:hover {
    background-color: #a4804a;
  }

  .xl\:hover\:bg-silver-500:hover {
    background-color: #8a8d8f;
  }

  .xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .xl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .xl\:focus\:bg-white-semi-9:focus {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:focus\:bg-white-semi-8:focus {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:bg-white-semi-7:focus {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:focus\:bg-white-semi-6:focus {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:focus\:bg-white-semi-5:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:bg-white-semi-4:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:focus\:bg-white-semi-3:focus {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:focus\:bg-white-semi-2:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:focus\:bg-white-semi-1:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:bg-black:focus {
    background-color: #000;
  }

  .xl\:focus\:bg-black-semi-9:focus {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:focus\:bg-black-semi-8:focus {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:bg-black-semi-7:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:focus\:bg-black-semi-6:focus {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:focus\:bg-black-semi-5:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:bg-black-semi-4:focus {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:focus\:bg-black-semi-3:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:bg-black-semi-2:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:focus\:bg-black-semi-1:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:bg-gray-100:focus {
    background-color: #f7f7f7;
  }

  .xl\:focus\:bg-gray-200:focus {
    background-color: #ebebeb;
  }

  .xl\:focus\:bg-gray-300:focus {
    background-color: #d0d0d0;
  }

  .xl\:focus\:bg-gray-400:focus {
    background-color: #b8b8b8;
  }

  .xl\:focus\:bg-gray-500:focus {
    background-color: #9e9e9e;
  }

  .xl\:focus\:bg-gray-600:focus {
    background-color: #666666;
  }

  .xl\:focus\:bg-gray-700:focus {
    background-color: #525252;
  }

  .xl\:focus\:bg-gray-800:focus {
    background-color: #333333;
  }

  .xl\:focus\:bg-gray-900:focus {
    background-color: #1f1f1f;
  }

  .xl\:focus\:bg-gray-warm-100:focus {
    background-color: #f4f2f0;
  }

  .xl\:focus\:bg-gray-warm-200:focus {
    background-color: #e9e6e2;
  }

  .xl\:focus\:bg-gray-warm-300:focus {
    background-color: #dfdad4;
  }

  .xl\:focus\:bg-gray-warm-400:focus {
    background-color: #cfc7bf;
  }

  .xl\:focus\:bg-gray-warm-500:focus {
    background-color: #c2bab3;
  }

  .xl\:focus\:bg-gray-warm-600:focus {
    background-color: #b3aca8;
  }

  .xl\:focus\:bg-gray-warm-700:focus {
    background-color: #a19994;
  }

  .xl\:focus\:bg-gray-warm-800:focus {
    background-color: #63544b;
  }

  .xl\:focus\:bg-gray-warm-900:focus {
    background-color: #3f3731;
  }

  .xl\:focus\:bg-gray-cool-100:focus {
    background-color: #f3f4f7;
  }

  .xl\:focus\:bg-gray-cool-200:focus {
    background-color: #e9edf1;
  }

  .xl\:focus\:bg-gray-cool-300:focus {
    background-color: #d5dde6;
  }

  .xl\:focus\:bg-gray-cool-400:focus {
    background-color: #bcc5d2;
  }

  .xl\:focus\:bg-gray-cool-500:focus {
    background-color: #99a3b0;
  }

  .xl\:focus\:bg-gray-cool-600:focus {
    background-color: #8d95a0;
  }

  .xl\:focus\:bg-gray-cool-700:focus {
    background-color: #7e848b;
  }

  .xl\:focus\:bg-gray-cool-800:focus {
    background-color: #686d73;
  }

  .xl\:focus\:bg-gray-cool-900:focus {
    background-color: #50565e;
  }

  .xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .xl\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .xl\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .xl\:focus\:bg-red-600:focus {
    background-color: #e21d2f;
  }

  .xl\:focus\:bg-red-700:focus {
    background-color: #d41b2c;
  }

  .xl\:focus\:bg-red-800:focus {
    background-color: #c61929;
  }

  .xl\:focus\:bg-red-900:focus {
    background-color: #873138;
  }

  .xl\:focus\:bg-orange-100:focus {
    background-color: #fff4f0;
  }

  .xl\:focus\:bg-orange-200:focus {
    background-color: #fed8c8;
  }

  .xl\:focus\:bg-orange-300:focus {
    background-color: #fcb99c;
  }

  .xl\:focus\:bg-orange-400:focus {
    background-color: #fd9568;
  }

  .xl\:focus\:bg-orange-500:focus {
    background-color: #ff854f;
  }

  .xl\:focus\:bg-orange-600:focus {
    background-color: #e66833;
  }

  .xl\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .xl\:focus\:bg-yellow-100:focus {
    background-color: #fdf6e7;
  }

  .xl\:focus\:bg-yellow-200:focus {
    background-color: #fee9bf;
  }

  .xl\:focus\:bg-yellow-300:focus {
    background-color: #fbd893;
  }

  .xl\:focus\:bg-yellow-400:focus {
    background-color: #fcc85f;
  }

  .xl\:focus\:bg-yellow-500:focus {
    background-color: #ffbf3d;
  }

  .xl\:focus\:bg-yellow-600:focus {
    background-color: #e7a41d;
  }

  .xl\:focus\:bg-yellow-700:focus {
    background-color: #b7841f;
  }

  .xl\:focus\:bg-yellow-800:focus {
    background-color: #976c16;
  }

  .xl\:focus\:bg-yellow-900:focus {
    background-color: #745310;
  }

  .xl\:focus\:bg-green-100:focus {
    background-color: #f9fce9;
  }

  .xl\:focus\:bg-green-200:focus {
    background-color: #e5f396;
  }

  .xl\:focus\:bg-green-300:focus {
    background-color: #d0e656;
  }

  .xl\:focus\:bg-green-400:focus {
    background-color: #badb00;
  }

  .xl\:focus\:bg-green-500:focus {
    background-color: #acca07;
  }

  .xl\:focus\:bg-green-600:focus {
    background-color: #99b305;
  }

  .xl\:focus\:bg-green-700:focus {
    background-color: #869e00;
  }

  .xl\:focus\:bg-green-800:focus {
    background-color: #546727;
  }

  .xl\:focus\:bg-green-900:focus {
    background-color: #394a12;
  }

  .xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .xl\:focus\:bg-teal-300:focus {
    background-color: #7beadc;
  }

  .xl\:focus\:bg-teal-400:focus {
    background-color: #00cfb5;
  }

  .xl\:focus\:bg-teal-500:focus {
    background-color: #3cbbaa;
  }

  .xl\:focus\:bg-teal-600:focus {
    background-color: #319789;
  }

  .xl\:focus\:bg-teal-700:focus {
    background-color: #2c7b70;
  }

  .xl\:focus\:bg-teal-800:focus {
    background-color: #286159;
  }

  .xl\:focus\:bg-teal-900:focus {
    background-color: #23524c;
  }

  .xl\:focus\:bg-aqua-100:focus {
    background-color: #ebfcff;
  }

  .xl\:focus\:bg-aqua-200:focus {
    background-color: #beeff8;
  }

  .xl\:focus\:bg-aqua-300:focus {
    background-color: #90e5f4;
  }

  .xl\:focus\:bg-aqua-400:focus {
    background-color: #71dcef;
  }

  .xl\:focus\:bg-aqua-500:focus {
    background-color: #52cfe5;
  }

  .xl\:focus\:bg-aqua-600:focus {
    background-color: #2bb2ca;
  }

  .xl\:focus\:bg-aqua-700:focus {
    background-color: #2097ac;
  }

  .xl\:focus\:bg-aqua-800:focus {
    background-color: #1c7382;
  }

  .xl\:focus\:bg-aqua-900:focus {
    background-color: #155460;
  }

  .xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .xl\:focus\:bg-blue-700:focus {
    background-color: #006eb5;
  }

  .xl\:focus\:bg-blue-800:focus {
    background-color: #22547c;
  }

  .xl\:focus\:bg-blue-900:focus {
    background-color: #2b435a;
  }

  .xl\:focus\:bg-purple-100:focus {
    background-color: #fcf5ff;
  }

  .xl\:focus\:bg-purple-200:focus {
    background-color: #f1d8fd;
  }

  .xl\:focus\:bg-purple-300:focus {
    background-color: #dbbcfa;
  }

  .xl\:focus\:bg-purple-400:focus {
    background-color: #cd82f2;
  }

  .xl\:focus\:bg-purple-500:focus {
    background-color: #b26dd5;
  }

  .xl\:focus\:bg-purple-600:focus {
    background-color: #904eb1;
  }

  .xl\:focus\:bg-purple-700:focus {
    background-color: #824091;
  }

  .xl\:focus\:bg-purple-800:focus {
    background-color: #743582;
  }

  .xl\:focus\:bg-purple-900:focus {
    background-color: #4a2353;
  }

  .xl\:focus\:bg-tan-100:focus {
    background-color: #f6f2e9;
  }

  .xl\:focus\:bg-tan-200:focus {
    background-color: #eee7d8;
  }

  .xl\:focus\:bg-tan-300:focus {
    background-color: #e7ddc5;
  }

  .xl\:focus\:bg-tan-400:focus {
    background-color: #e5d4ab;
  }

  .xl\:focus\:bg-tan-500:focus {
    background-color: #dec891;
  }

  .xl\:focus\:bg-tan-600:focus {
    background-color: #c3ac74;
  }

  .xl\:focus\:bg-tan-700:focus {
    background-color: #9a8451;
  }

  .xl\:focus\:bg-tan-800:focus {
    background-color: #685936;
  }

  .xl\:focus\:bg-tan-900:focus {
    background-color: #574c33;
  }

  .xl\:focus\:bg-gold-500:focus {
    background-color: #a4804a;
  }

  .xl\:focus\:bg-silver-500:focus {
    background-color: #8a8d8f;
  }

  .xl\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .xl\:disabled\:bg-white:disabled {
    background-color: #ffffff;
  }

  .xl\:disabled\:bg-white-semi-9:disabled {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:disabled\:bg-white-semi-8:disabled {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:disabled\:bg-white-semi-7:disabled {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:disabled\:bg-white-semi-6:disabled {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:disabled\:bg-white-semi-5:disabled {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:disabled\:bg-white-semi-4:disabled {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:disabled\:bg-white-semi-3:disabled {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:disabled\:bg-white-semi-2:disabled {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:disabled\:bg-white-semi-1:disabled {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .xl\:disabled\:bg-black-semi-9:disabled {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:disabled\:bg-black-semi-8:disabled {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:disabled\:bg-black-semi-7:disabled {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:disabled\:bg-black-semi-6:disabled {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:disabled\:bg-black-semi-5:disabled {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:disabled\:bg-black-semi-4:disabled {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:disabled\:bg-black-semi-3:disabled {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:disabled\:bg-black-semi-2:disabled {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:disabled\:bg-black-semi-1:disabled {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:disabled\:bg-gray-100:disabled {
    background-color: #f7f7f7;
  }

  .xl\:disabled\:bg-gray-200:disabled {
    background-color: #ebebeb;
  }

  .xl\:disabled\:bg-gray-300:disabled {
    background-color: #d0d0d0;
  }

  .xl\:disabled\:bg-gray-400:disabled {
    background-color: #b8b8b8;
  }

  .xl\:disabled\:bg-gray-500:disabled {
    background-color: #9e9e9e;
  }

  .xl\:disabled\:bg-gray-600:disabled {
    background-color: #666666;
  }

  .xl\:disabled\:bg-gray-700:disabled {
    background-color: #525252;
  }

  .xl\:disabled\:bg-gray-800:disabled {
    background-color: #333333;
  }

  .xl\:disabled\:bg-gray-900:disabled {
    background-color: #1f1f1f;
  }

  .xl\:disabled\:bg-gray-warm-100:disabled {
    background-color: #f4f2f0;
  }

  .xl\:disabled\:bg-gray-warm-200:disabled {
    background-color: #e9e6e2;
  }

  .xl\:disabled\:bg-gray-warm-300:disabled {
    background-color: #dfdad4;
  }

  .xl\:disabled\:bg-gray-warm-400:disabled {
    background-color: #cfc7bf;
  }

  .xl\:disabled\:bg-gray-warm-500:disabled {
    background-color: #c2bab3;
  }

  .xl\:disabled\:bg-gray-warm-600:disabled {
    background-color: #b3aca8;
  }

  .xl\:disabled\:bg-gray-warm-700:disabled {
    background-color: #a19994;
  }

  .xl\:disabled\:bg-gray-warm-800:disabled {
    background-color: #63544b;
  }

  .xl\:disabled\:bg-gray-warm-900:disabled {
    background-color: #3f3731;
  }

  .xl\:disabled\:bg-gray-cool-100:disabled {
    background-color: #f3f4f7;
  }

  .xl\:disabled\:bg-gray-cool-200:disabled {
    background-color: #e9edf1;
  }

  .xl\:disabled\:bg-gray-cool-300:disabled {
    background-color: #d5dde6;
  }

  .xl\:disabled\:bg-gray-cool-400:disabled {
    background-color: #bcc5d2;
  }

  .xl\:disabled\:bg-gray-cool-500:disabled {
    background-color: #99a3b0;
  }

  .xl\:disabled\:bg-gray-cool-600:disabled {
    background-color: #8d95a0;
  }

  .xl\:disabled\:bg-gray-cool-700:disabled {
    background-color: #7e848b;
  }

  .xl\:disabled\:bg-gray-cool-800:disabled {
    background-color: #686d73;
  }

  .xl\:disabled\:bg-gray-cool-900:disabled {
    background-color: #50565e;
  }

  .xl\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .xl\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .xl\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .xl\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .xl\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .xl\:disabled\:bg-red-600:disabled {
    background-color: #e21d2f;
  }

  .xl\:disabled\:bg-red-700:disabled {
    background-color: #d41b2c;
  }

  .xl\:disabled\:bg-red-800:disabled {
    background-color: #c61929;
  }

  .xl\:disabled\:bg-red-900:disabled {
    background-color: #873138;
  }

  .xl\:disabled\:bg-orange-100:disabled {
    background-color: #fff4f0;
  }

  .xl\:disabled\:bg-orange-200:disabled {
    background-color: #fed8c8;
  }

  .xl\:disabled\:bg-orange-300:disabled {
    background-color: #fcb99c;
  }

  .xl\:disabled\:bg-orange-400:disabled {
    background-color: #fd9568;
  }

  .xl\:disabled\:bg-orange-500:disabled {
    background-color: #ff854f;
  }

  .xl\:disabled\:bg-orange-600:disabled {
    background-color: #e66833;
  }

  .xl\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .xl\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .xl\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .xl\:disabled\:bg-yellow-100:disabled {
    background-color: #fdf6e7;
  }

  .xl\:disabled\:bg-yellow-200:disabled {
    background-color: #fee9bf;
  }

  .xl\:disabled\:bg-yellow-300:disabled {
    background-color: #fbd893;
  }

  .xl\:disabled\:bg-yellow-400:disabled {
    background-color: #fcc85f;
  }

  .xl\:disabled\:bg-yellow-500:disabled {
    background-color: #ffbf3d;
  }

  .xl\:disabled\:bg-yellow-600:disabled {
    background-color: #e7a41d;
  }

  .xl\:disabled\:bg-yellow-700:disabled {
    background-color: #b7841f;
  }

  .xl\:disabled\:bg-yellow-800:disabled {
    background-color: #976c16;
  }

  .xl\:disabled\:bg-yellow-900:disabled {
    background-color: #745310;
  }

  .xl\:disabled\:bg-green-100:disabled {
    background-color: #f9fce9;
  }

  .xl\:disabled\:bg-green-200:disabled {
    background-color: #e5f396;
  }

  .xl\:disabled\:bg-green-300:disabled {
    background-color: #d0e656;
  }

  .xl\:disabled\:bg-green-400:disabled {
    background-color: #badb00;
  }

  .xl\:disabled\:bg-green-500:disabled {
    background-color: #acca07;
  }

  .xl\:disabled\:bg-green-600:disabled {
    background-color: #99b305;
  }

  .xl\:disabled\:bg-green-700:disabled {
    background-color: #869e00;
  }

  .xl\:disabled\:bg-green-800:disabled {
    background-color: #546727;
  }

  .xl\:disabled\:bg-green-900:disabled {
    background-color: #394a12;
  }

  .xl\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .xl\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .xl\:disabled\:bg-teal-300:disabled {
    background-color: #7beadc;
  }

  .xl\:disabled\:bg-teal-400:disabled {
    background-color: #00cfb5;
  }

  .xl\:disabled\:bg-teal-500:disabled {
    background-color: #3cbbaa;
  }

  .xl\:disabled\:bg-teal-600:disabled {
    background-color: #319789;
  }

  .xl\:disabled\:bg-teal-700:disabled {
    background-color: #2c7b70;
  }

  .xl\:disabled\:bg-teal-800:disabled {
    background-color: #286159;
  }

  .xl\:disabled\:bg-teal-900:disabled {
    background-color: #23524c;
  }

  .xl\:disabled\:bg-aqua-100:disabled {
    background-color: #ebfcff;
  }

  .xl\:disabled\:bg-aqua-200:disabled {
    background-color: #beeff8;
  }

  .xl\:disabled\:bg-aqua-300:disabled {
    background-color: #90e5f4;
  }

  .xl\:disabled\:bg-aqua-400:disabled {
    background-color: #71dcef;
  }

  .xl\:disabled\:bg-aqua-500:disabled {
    background-color: #52cfe5;
  }

  .xl\:disabled\:bg-aqua-600:disabled {
    background-color: #2bb2ca;
  }

  .xl\:disabled\:bg-aqua-700:disabled {
    background-color: #2097ac;
  }

  .xl\:disabled\:bg-aqua-800:disabled {
    background-color: #1c7382;
  }

  .xl\:disabled\:bg-aqua-900:disabled {
    background-color: #155460;
  }

  .xl\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .xl\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .xl\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .xl\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .xl\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .xl\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .xl\:disabled\:bg-blue-700:disabled {
    background-color: #006eb5;
  }

  .xl\:disabled\:bg-blue-800:disabled {
    background-color: #22547c;
  }

  .xl\:disabled\:bg-blue-900:disabled {
    background-color: #2b435a;
  }

  .xl\:disabled\:bg-purple-100:disabled {
    background-color: #fcf5ff;
  }

  .xl\:disabled\:bg-purple-200:disabled {
    background-color: #f1d8fd;
  }

  .xl\:disabled\:bg-purple-300:disabled {
    background-color: #dbbcfa;
  }

  .xl\:disabled\:bg-purple-400:disabled {
    background-color: #cd82f2;
  }

  .xl\:disabled\:bg-purple-500:disabled {
    background-color: #b26dd5;
  }

  .xl\:disabled\:bg-purple-600:disabled {
    background-color: #904eb1;
  }

  .xl\:disabled\:bg-purple-700:disabled {
    background-color: #824091;
  }

  .xl\:disabled\:bg-purple-800:disabled {
    background-color: #743582;
  }

  .xl\:disabled\:bg-purple-900:disabled {
    background-color: #4a2353;
  }

  .xl\:disabled\:bg-tan-100:disabled {
    background-color: #f6f2e9;
  }

  .xl\:disabled\:bg-tan-200:disabled {
    background-color: #eee7d8;
  }

  .xl\:disabled\:bg-tan-300:disabled {
    background-color: #e7ddc5;
  }

  .xl\:disabled\:bg-tan-400:disabled {
    background-color: #e5d4ab;
  }

  .xl\:disabled\:bg-tan-500:disabled {
    background-color: #dec891;
  }

  .xl\:disabled\:bg-tan-600:disabled {
    background-color: #c3ac74;
  }

  .xl\:disabled\:bg-tan-700:disabled {
    background-color: #9a8451;
  }

  .xl\:disabled\:bg-tan-800:disabled {
    background-color: #685936;
  }

  .xl\:disabled\:bg-tan-900:disabled {
    background-color: #574c33;
  }

  .xl\:disabled\:bg-gold-500:disabled {
    background-color: #a4804a;
  }

  .xl\:disabled\:bg-silver-500:disabled {
    background-color: #8a8d8f;
  }

  .xl\:bg-none {
    background-image: none;
  }

  .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-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-white {
    border-color: #ffffff;
  }

  .xl\:border-white-semi-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:border-white-semi-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:border-white-semi-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:border-white-semi-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:border-white-semi-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:border-white-semi-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:border-white-semi-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:border-white-semi-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:border-white-semi-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:border-black {
    border-color: #000;
  }

  .xl\:border-black-semi-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:border-black-semi-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:border-black-semi-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:border-black-semi-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:border-black-semi-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:border-black-semi-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:border-black-semi-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:border-black-semi-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:border-black-semi-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:border-gray-100 {
    border-color: #f7f7f7;
  }

  .xl\:border-gray-200 {
    border-color: #ebebeb;
  }

  .xl\:border-gray-300 {
    border-color: #d0d0d0;
  }

  .xl\:border-gray-400 {
    border-color: #b8b8b8;
  }

  .xl\:border-gray-500 {
    border-color: #9e9e9e;
  }

  .xl\:border-gray-600 {
    border-color: #666666;
  }

  .xl\:border-gray-700 {
    border-color: #525252;
  }

  .xl\:border-gray-800 {
    border-color: #333333;
  }

  .xl\:border-gray-900 {
    border-color: #1f1f1f;
  }

  .xl\:border-gray-warm-100 {
    border-color: #f4f2f0;
  }

  .xl\:border-gray-warm-200 {
    border-color: #e9e6e2;
  }

  .xl\:border-gray-warm-300 {
    border-color: #dfdad4;
  }

  .xl\:border-gray-warm-400 {
    border-color: #cfc7bf;
  }

  .xl\:border-gray-warm-500 {
    border-color: #c2bab3;
  }

  .xl\:border-gray-warm-600 {
    border-color: #b3aca8;
  }

  .xl\:border-gray-warm-700 {
    border-color: #a19994;
  }

  .xl\:border-gray-warm-800 {
    border-color: #63544b;
  }

  .xl\:border-gray-warm-900 {
    border-color: #3f3731;
  }

  .xl\:border-gray-cool-100 {
    border-color: #f3f4f7;
  }

  .xl\:border-gray-cool-200 {
    border-color: #e9edf1;
  }

  .xl\:border-gray-cool-300 {
    border-color: #d5dde6;
  }

  .xl\:border-gray-cool-400 {
    border-color: #bcc5d2;
  }

  .xl\:border-gray-cool-500 {
    border-color: #99a3b0;
  }

  .xl\:border-gray-cool-600 {
    border-color: #8d95a0;
  }

  .xl\:border-gray-cool-700 {
    border-color: #7e848b;
  }

  .xl\:border-gray-cool-800 {
    border-color: #686d73;
  }

  .xl\:border-gray-cool-900 {
    border-color: #50565e;
  }

  .xl\:border-red-100 {
    border-color: #fff5f5;
  }

  .xl\:border-red-200 {
    border-color: #fed7d7;
  }

  .xl\:border-red-300 {
    border-color: #feb2b2;
  }

  .xl\:border-red-400 {
    border-color: #fc8181;
  }

  .xl\:border-red-500 {
    border-color: #f56565;
  }

  .xl\:border-red-600 {
    border-color: #e21d2f;
  }

  .xl\:border-red-700 {
    border-color: #d41b2c;
  }

  .xl\:border-red-800 {
    border-color: #c61929;
  }

  .xl\:border-red-900 {
    border-color: #873138;
  }

  .xl\:border-orange-100 {
    border-color: #fff4f0;
  }

  .xl\:border-orange-200 {
    border-color: #fed8c8;
  }

  .xl\:border-orange-300 {
    border-color: #fcb99c;
  }

  .xl\:border-orange-400 {
    border-color: #fd9568;
  }

  .xl\:border-orange-500 {
    border-color: #ff854f;
  }

  .xl\:border-orange-600 {
    border-color: #e66833;
  }

  .xl\:border-orange-700 {
    border-color: #c05621;
  }

  .xl\:border-orange-800 {
    border-color: #9c4221;
  }

  .xl\:border-orange-900 {
    border-color: #7b341e;
  }

  .xl\:border-yellow-100 {
    border-color: #fdf6e7;
  }

  .xl\:border-yellow-200 {
    border-color: #fee9bf;
  }

  .xl\:border-yellow-300 {
    border-color: #fbd893;
  }

  .xl\:border-yellow-400 {
    border-color: #fcc85f;
  }

  .xl\:border-yellow-500 {
    border-color: #ffbf3d;
  }

  .xl\:border-yellow-600 {
    border-color: #e7a41d;
  }

  .xl\:border-yellow-700 {
    border-color: #b7841f;
  }

  .xl\:border-yellow-800 {
    border-color: #976c16;
  }

  .xl\:border-yellow-900 {
    border-color: #745310;
  }

  .xl\:border-green-100 {
    border-color: #f9fce9;
  }

  .xl\:border-green-200 {
    border-color: #e5f396;
  }

  .xl\:border-green-300 {
    border-color: #d0e656;
  }

  .xl\:border-green-400 {
    border-color: #badb00;
  }

  .xl\:border-green-500 {
    border-color: #acca07;
  }

  .xl\:border-green-600 {
    border-color: #99b305;
  }

  .xl\:border-green-700 {
    border-color: #869e00;
  }

  .xl\:border-green-800 {
    border-color: #546727;
  }

  .xl\:border-green-900 {
    border-color: #394a12;
  }

  .xl\:border-teal-100 {
    border-color: #e6fffa;
  }

  .xl\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .xl\:border-teal-300 {
    border-color: #7beadc;
  }

  .xl\:border-teal-400 {
    border-color: #00cfb5;
  }

  .xl\:border-teal-500 {
    border-color: #3cbbaa;
  }

  .xl\:border-teal-600 {
    border-color: #319789;
  }

  .xl\:border-teal-700 {
    border-color: #2c7b70;
  }

  .xl\:border-teal-800 {
    border-color: #286159;
  }

  .xl\:border-teal-900 {
    border-color: #23524c;
  }

  .xl\:border-aqua-100 {
    border-color: #ebfcff;
  }

  .xl\:border-aqua-200 {
    border-color: #beeff8;
  }

  .xl\:border-aqua-300 {
    border-color: #90e5f4;
  }

  .xl\:border-aqua-400 {
    border-color: #71dcef;
  }

  .xl\:border-aqua-500 {
    border-color: #52cfe5;
  }

  .xl\:border-aqua-600 {
    border-color: #2bb2ca;
  }

  .xl\:border-aqua-700 {
    border-color: #2097ac;
  }

  .xl\:border-aqua-800 {
    border-color: #1c7382;
  }

  .xl\:border-aqua-900 {
    border-color: #155460;
  }

  .xl\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .xl\:border-blue-200 {
    border-color: #bee3f8;
  }

  .xl\:border-blue-300 {
    border-color: #90cdf4;
  }

  .xl\:border-blue-400 {
    border-color: #63b3ed;
  }

  .xl\:border-blue-500 {
    border-color: #4299e1;
  }

  .xl\:border-blue-600 {
    border-color: #3182ce;
  }

  .xl\:border-blue-700 {
    border-color: #006eb5;
  }

  .xl\:border-blue-800 {
    border-color: #22547c;
  }

  .xl\:border-blue-900 {
    border-color: #2b435a;
  }

  .xl\:border-purple-100 {
    border-color: #fcf5ff;
  }

  .xl\:border-purple-200 {
    border-color: #f1d8fd;
  }

  .xl\:border-purple-300 {
    border-color: #dbbcfa;
  }

  .xl\:border-purple-400 {
    border-color: #cd82f2;
  }

  .xl\:border-purple-500 {
    border-color: #b26dd5;
  }

  .xl\:border-purple-600 {
    border-color: #904eb1;
  }

  .xl\:border-purple-700 {
    border-color: #824091;
  }

  .xl\:border-purple-800 {
    border-color: #743582;
  }

  .xl\:border-purple-900 {
    border-color: #4a2353;
  }

  .xl\:border-tan-100 {
    border-color: #f6f2e9;
  }

  .xl\:border-tan-200 {
    border-color: #eee7d8;
  }

  .xl\:border-tan-300 {
    border-color: #e7ddc5;
  }

  .xl\:border-tan-400 {
    border-color: #e5d4ab;
  }

  .xl\:border-tan-500 {
    border-color: #dec891;
  }

  .xl\:border-tan-600 {
    border-color: #c3ac74;
  }

  .xl\:border-tan-700 {
    border-color: #9a8451;
  }

  .xl\:border-tan-800 {
    border-color: #685936;
  }

  .xl\:border-tan-900 {
    border-color: #574c33;
  }

  .xl\:border-gold-500 {
    border-color: #a4804a;
  }

  .xl\:border-silver-500 {
    border-color: #8a8d8f;
  }

  .xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .xl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .xl\:hover\:border-white-semi-9:hover {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:hover\:border-white-semi-8:hover {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:border-white-semi-7:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:hover\:border-white-semi-6:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:hover\:border-white-semi-5:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:border-white-semi-4:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:hover\:border-white-semi-3:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:hover\:border-white-semi-2:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:hover\:border-white-semi-1:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .xl\:hover\:border-black-semi-9:hover {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:hover\:border-black-semi-8:hover {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:border-black-semi-7:hover {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:hover\:border-black-semi-6:hover {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:hover\:border-black-semi-5:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:border-black-semi-4:hover {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:hover\:border-black-semi-3:hover {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:border-black-semi-2:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:hover\:border-black-semi-1:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:border-gray-100:hover {
    border-color: #f7f7f7;
  }

  .xl\:hover\:border-gray-200:hover {
    border-color: #ebebeb;
  }

  .xl\:hover\:border-gray-300:hover {
    border-color: #d0d0d0;
  }

  .xl\:hover\:border-gray-400:hover {
    border-color: #b8b8b8;
  }

  .xl\:hover\:border-gray-500:hover {
    border-color: #9e9e9e;
  }

  .xl\:hover\:border-gray-600:hover {
    border-color: #666666;
  }

  .xl\:hover\:border-gray-700:hover {
    border-color: #525252;
  }

  .xl\:hover\:border-gray-800:hover {
    border-color: #333333;
  }

  .xl\:hover\:border-gray-900:hover {
    border-color: #1f1f1f;
  }

  .xl\:hover\:border-gray-warm-100:hover {
    border-color: #f4f2f0;
  }

  .xl\:hover\:border-gray-warm-200:hover {
    border-color: #e9e6e2;
  }

  .xl\:hover\:border-gray-warm-300:hover {
    border-color: #dfdad4;
  }

  .xl\:hover\:border-gray-warm-400:hover {
    border-color: #cfc7bf;
  }

  .xl\:hover\:border-gray-warm-500:hover {
    border-color: #c2bab3;
  }

  .xl\:hover\:border-gray-warm-600:hover {
    border-color: #b3aca8;
  }

  .xl\:hover\:border-gray-warm-700:hover {
    border-color: #a19994;
  }

  .xl\:hover\:border-gray-warm-800:hover {
    border-color: #63544b;
  }

  .xl\:hover\:border-gray-warm-900:hover {
    border-color: #3f3731;
  }

  .xl\:hover\:border-gray-cool-100:hover {
    border-color: #f3f4f7;
  }

  .xl\:hover\:border-gray-cool-200:hover {
    border-color: #e9edf1;
  }

  .xl\:hover\:border-gray-cool-300:hover {
    border-color: #d5dde6;
  }

  .xl\:hover\:border-gray-cool-400:hover {
    border-color: #bcc5d2;
  }

  .xl\:hover\:border-gray-cool-500:hover {
    border-color: #99a3b0;
  }

  .xl\:hover\:border-gray-cool-600:hover {
    border-color: #8d95a0;
  }

  .xl\:hover\:border-gray-cool-700:hover {
    border-color: #7e848b;
  }

  .xl\:hover\:border-gray-cool-800:hover {
    border-color: #686d73;
  }

  .xl\:hover\:border-gray-cool-900:hover {
    border-color: #50565e;
  }

  .xl\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .xl\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .xl\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .xl\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .xl\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .xl\:hover\:border-red-600:hover {
    border-color: #e21d2f;
  }

  .xl\:hover\:border-red-700:hover {
    border-color: #d41b2c;
  }

  .xl\:hover\:border-red-800:hover {
    border-color: #c61929;
  }

  .xl\:hover\:border-red-900:hover {
    border-color: #873138;
  }

  .xl\:hover\:border-orange-100:hover {
    border-color: #fff4f0;
  }

  .xl\:hover\:border-orange-200:hover {
    border-color: #fed8c8;
  }

  .xl\:hover\:border-orange-300:hover {
    border-color: #fcb99c;
  }

  .xl\:hover\:border-orange-400:hover {
    border-color: #fd9568;
  }

  .xl\:hover\:border-orange-500:hover {
    border-color: #ff854f;
  }

  .xl\:hover\:border-orange-600:hover {
    border-color: #e66833;
  }

  .xl\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .xl\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .xl\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .xl\:hover\:border-yellow-100:hover {
    border-color: #fdf6e7;
  }

  .xl\:hover\:border-yellow-200:hover {
    border-color: #fee9bf;
  }

  .xl\:hover\:border-yellow-300:hover {
    border-color: #fbd893;
  }

  .xl\:hover\:border-yellow-400:hover {
    border-color: #fcc85f;
  }

  .xl\:hover\:border-yellow-500:hover {
    border-color: #ffbf3d;
  }

  .xl\:hover\:border-yellow-600:hover {
    border-color: #e7a41d;
  }

  .xl\:hover\:border-yellow-700:hover {
    border-color: #b7841f;
  }

  .xl\:hover\:border-yellow-800:hover {
    border-color: #976c16;
  }

  .xl\:hover\:border-yellow-900:hover {
    border-color: #745310;
  }

  .xl\:hover\:border-green-100:hover {
    border-color: #f9fce9;
  }

  .xl\:hover\:border-green-200:hover {
    border-color: #e5f396;
  }

  .xl\:hover\:border-green-300:hover {
    border-color: #d0e656;
  }

  .xl\:hover\:border-green-400:hover {
    border-color: #badb00;
  }

  .xl\:hover\:border-green-500:hover {
    border-color: #acca07;
  }

  .xl\:hover\:border-green-600:hover {
    border-color: #99b305;
  }

  .xl\:hover\:border-green-700:hover {
    border-color: #869e00;
  }

  .xl\:hover\:border-green-800:hover {
    border-color: #546727;
  }

  .xl\:hover\:border-green-900:hover {
    border-color: #394a12;
  }

  .xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .xl\:hover\:border-teal-300:hover {
    border-color: #7beadc;
  }

  .xl\:hover\:border-teal-400:hover {
    border-color: #00cfb5;
  }

  .xl\:hover\:border-teal-500:hover {
    border-color: #3cbbaa;
  }

  .xl\:hover\:border-teal-600:hover {
    border-color: #319789;
  }

  .xl\:hover\:border-teal-700:hover {
    border-color: #2c7b70;
  }

  .xl\:hover\:border-teal-800:hover {
    border-color: #286159;
  }

  .xl\:hover\:border-teal-900:hover {
    border-color: #23524c;
  }

  .xl\:hover\:border-aqua-100:hover {
    border-color: #ebfcff;
  }

  .xl\:hover\:border-aqua-200:hover {
    border-color: #beeff8;
  }

  .xl\:hover\:border-aqua-300:hover {
    border-color: #90e5f4;
  }

  .xl\:hover\:border-aqua-400:hover {
    border-color: #71dcef;
  }

  .xl\:hover\:border-aqua-500:hover {
    border-color: #52cfe5;
  }

  .xl\:hover\:border-aqua-600:hover {
    border-color: #2bb2ca;
  }

  .xl\:hover\:border-aqua-700:hover {
    border-color: #2097ac;
  }

  .xl\:hover\:border-aqua-800:hover {
    border-color: #1c7382;
  }

  .xl\:hover\:border-aqua-900:hover {
    border-color: #155460;
  }

  .xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .xl\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .xl\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .xl\:hover\:border-blue-700:hover {
    border-color: #006eb5;
  }

  .xl\:hover\:border-blue-800:hover {
    border-color: #22547c;
  }

  .xl\:hover\:border-blue-900:hover {
    border-color: #2b435a;
  }

  .xl\:hover\:border-purple-100:hover {
    border-color: #fcf5ff;
  }

  .xl\:hover\:border-purple-200:hover {
    border-color: #f1d8fd;
  }

  .xl\:hover\:border-purple-300:hover {
    border-color: #dbbcfa;
  }

  .xl\:hover\:border-purple-400:hover {
    border-color: #cd82f2;
  }

  .xl\:hover\:border-purple-500:hover {
    border-color: #b26dd5;
  }

  .xl\:hover\:border-purple-600:hover {
    border-color: #904eb1;
  }

  .xl\:hover\:border-purple-700:hover {
    border-color: #824091;
  }

  .xl\:hover\:border-purple-800:hover {
    border-color: #743582;
  }

  .xl\:hover\:border-purple-900:hover {
    border-color: #4a2353;
  }

  .xl\:hover\:border-tan-100:hover {
    border-color: #f6f2e9;
  }

  .xl\:hover\:border-tan-200:hover {
    border-color: #eee7d8;
  }

  .xl\:hover\:border-tan-300:hover {
    border-color: #e7ddc5;
  }

  .xl\:hover\:border-tan-400:hover {
    border-color: #e5d4ab;
  }

  .xl\:hover\:border-tan-500:hover {
    border-color: #dec891;
  }

  .xl\:hover\:border-tan-600:hover {
    border-color: #c3ac74;
  }

  .xl\:hover\:border-tan-700:hover {
    border-color: #9a8451;
  }

  .xl\:hover\:border-tan-800:hover {
    border-color: #685936;
  }

  .xl\:hover\:border-tan-900:hover {
    border-color: #574c33;
  }

  .xl\:hover\:border-gold-500:hover {
    border-color: #a4804a;
  }

  .xl\:hover\:border-silver-500:hover {
    border-color: #8a8d8f;
  }

  .xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .xl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .xl\:focus\:border-white-semi-9:focus {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .xl\:focus\:border-white-semi-8:focus {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:border-white-semi-7:focus {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .xl\:focus\:border-white-semi-6:focus {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .xl\:focus\:border-white-semi-5:focus {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:border-white-semi-4:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .xl\:focus\:border-white-semi-3:focus {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .xl\:focus\:border-white-semi-2:focus {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .xl\:focus\:border-white-semi-1:focus {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:border-black:focus {
    border-color: #000;
  }

  .xl\:focus\:border-black-semi-9:focus {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .xl\:focus\:border-black-semi-8:focus {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:border-black-semi-7:focus {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .xl\:focus\:border-black-semi-6:focus {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .xl\:focus\:border-black-semi-5:focus {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:border-black-semi-4:focus {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .xl\:focus\:border-black-semi-3:focus {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:border-black-semi-2:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .xl\:focus\:border-black-semi-1:focus {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:border-gray-100:focus {
    border-color: #f7f7f7;
  }

  .xl\:focus\:border-gray-200:focus {
    border-color: #ebebeb;
  }

  .xl\:focus\:border-gray-300:focus {
    border-color: #d0d0d0;
  }

  .xl\:focus\:border-gray-400:focus {
    border-color: #b8b8b8;
  }

  .xl\:focus\:border-gray-500:focus {
    border-color: #9e9e9e;
  }

  .xl\:focus\:border-gray-600:focus {
    border-color: #666666;
  }

  .xl\:focus\:border-gray-700:focus {
    border-color: #525252;
  }

  .xl\:focus\:border-gray-800:focus {
    border-color: #333333;
  }

  .xl\:focus\:border-gray-900:focus {
    border-color: #1f1f1f;
  }

  .xl\:focus\:border-gray-warm-100:focus {
    border-color: #f4f2f0;
  }

  .xl\:focus\:border-gray-warm-200:focus {
    border-color: #e9e6e2;
  }

  .xl\:focus\:border-gray-warm-300:focus {
    border-color: #dfdad4;
  }

  .xl\:focus\:border-gray-warm-400:focus {
    border-color: #cfc7bf;
  }

  .xl\:focus\:border-gray-warm-500:focus {
    border-color: #c2bab3;
  }

  .xl\:focus\:border-gray-warm-600:focus {
    border-color: #b3aca8;
  }

  .xl\:focus\:border-gray-warm-700:focus {
    border-color: #a19994;
  }

  .xl\:focus\:border-gray-warm-800:focus {
    border-color: #63544b;
  }

  .xl\:focus\:border-gray-warm-900:focus {
    border-color: #3f3731;
  }

  .xl\:focus\:border-gray-cool-100:focus {
    border-color: #f3f4f7;
  }

  .xl\:focus\:border-gray-cool-200:focus {
    border-color: #e9edf1;
  }

  .xl\:focus\:border-gray-cool-300:focus {
    border-color: #d5dde6;
  }

  .xl\:focus\:border-gray-cool-400:focus {
    border-color: #bcc5d2;
  }

  .xl\:focus\:border-gray-cool-500:focus {
    border-color: #99a3b0;
  }

  .xl\:focus\:border-gray-cool-600:focus {
    border-color: #8d95a0;
  }

  .xl\:focus\:border-gray-cool-700:focus {
    border-color: #7e848b;
  }

  .xl\:focus\:border-gray-cool-800:focus {
    border-color: #686d73;
  }

  .xl\:focus\:border-gray-cool-900:focus {
    border-color: #50565e;
  }

  .xl\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .xl\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .xl\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .xl\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .xl\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .xl\:focus\:border-red-600:focus {
    border-color: #e21d2f;
  }

  .xl\:focus\:border-red-700:focus {
    border-color: #d41b2c;
  }

  .xl\:focus\:border-red-800:focus {
    border-color: #c61929;
  }

  .xl\:focus\:border-red-900:focus {
    border-color: #873138;
  }

  .xl\:focus\:border-orange-100:focus {
    border-color: #fff4f0;
  }

  .xl\:focus\:border-orange-200:focus {
    border-color: #fed8c8;
  }

  .xl\:focus\:border-orange-300:focus {
    border-color: #fcb99c;
  }

  .xl\:focus\:border-orange-400:focus {
    border-color: #fd9568;
  }

  .xl\:focus\:border-orange-500:focus {
    border-color: #ff854f;
  }

  .xl\:focus\:border-orange-600:focus {
    border-color: #e66833;
  }

  .xl\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .xl\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .xl\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .xl\:focus\:border-yellow-100:focus {
    border-color: #fdf6e7;
  }

  .xl\:focus\:border-yellow-200:focus {
    border-color: #fee9bf;
  }

  .xl\:focus\:border-yellow-300:focus {
    border-color: #fbd893;
  }

  .xl\:focus\:border-yellow-400:focus {
    border-color: #fcc85f;
  }

  .xl\:focus\:border-yellow-500:focus {
    border-color: #ffbf3d;
  }

  .xl\:focus\:border-yellow-600:focus {
    border-color: #e7a41d;
  }

  .xl\:focus\:border-yellow-700:focus {
    border-color: #b7841f;
  }

  .xl\:focus\:border-yellow-800:focus {
    border-color: #976c16;
  }

  .xl\:focus\:border-yellow-900:focus {
    border-color: #745310;
  }

  .xl\:focus\:border-green-100:focus {
    border-color: #f9fce9;
  }

  .xl\:focus\:border-green-200:focus {
    border-color: #e5f396;
  }

  .xl\:focus\:border-green-300:focus {
    border-color: #d0e656;
  }

  .xl\:focus\:border-green-400:focus {
    border-color: #badb00;
  }

  .xl\:focus\:border-green-500:focus {
    border-color: #acca07;
  }

  .xl\:focus\:border-green-600:focus {
    border-color: #99b305;
  }

  .xl\:focus\:border-green-700:focus {
    border-color: #869e00;
  }

  .xl\:focus\:border-green-800:focus {
    border-color: #546727;
  }

  .xl\:focus\:border-green-900:focus {
    border-color: #394a12;
  }

  .xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .xl\:focus\:border-teal-300:focus {
    border-color: #7beadc;
  }

  .xl\:focus\:border-teal-400:focus {
    border-color: #00cfb5;
  }

  .xl\:focus\:border-teal-500:focus {
    border-color: #3cbbaa;
  }

  .xl\:focus\:border-teal-600:focus {
    border-color: #319789;
  }

  .xl\:focus\:border-teal-700:focus {
    border-color: #2c7b70;
  }

  .xl\:focus\:border-teal-800:focus {
    border-color: #286159;
  }

  .xl\:focus\:border-teal-900:focus {
    border-color: #23524c;
  }

  .xl\:focus\:border-aqua-100:focus {
    border-color: #ebfcff;
  }

  .xl\:focus\:border-aqua-200:focus {
    border-color: #beeff8;
  }

  .xl\:focus\:border-aqua-300:focus {
    border-color: #90e5f4;
  }

  .xl\:focus\:border-aqua-400:focus {
    border-color: #71dcef;
  }

  .xl\:focus\:border-aqua-500:focus {
    border-color: #52cfe5;
  }

  .xl\:focus\:border-aqua-600:focus {
    border-color: #2bb2ca;
  }

  .xl\:focus\:border-aqua-700:focus {
    border-color: #2097ac;
  }

  .xl\:focus\:border-aqua-800:focus {
    border-color: #1c7382;
  }

  .xl\:focus\:border-aqua-900:focus {
    border-color: #155460;
  }

  .xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .xl\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .xl\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .xl\:focus\:border-blue-700:focus {
    border-color: #006eb5;
  }

  .xl\:focus\:border-blue-800:focus {
    border-color: #22547c;
  }

  .xl\:focus\:border-blue-900:focus {
    border-color: #2b435a;
  }

  .xl\:focus\:border-purple-100:focus {
    border-color: #fcf5ff;
  }

  .xl\:focus\:border-purple-200:focus {
    border-color: #f1d8fd;
  }

  .xl\:focus\:border-purple-300:focus {
    border-color: #dbbcfa;
  }

  .xl\:focus\:border-purple-400:focus {
    border-color: #cd82f2;
  }

  .xl\:focus\:border-purple-500:focus {
    border-color: #b26dd5;
  }

  .xl\:focus\:border-purple-600:focus {
    border-color: #904eb1;
  }

  .xl\:focus\:border-purple-700:focus {
    border-color: #824091;
  }

  .xl\:focus\:border-purple-800:focus {
    border-color: #743582;
  }

  .xl\:focus\:border-purple-900:focus {
    border-color: #4a2353;
  }

  .xl\:focus\:border-tan-100:focus {
    border-color: #f6f2e9;
  }

  .xl\:focus\:border-tan-200:focus {
    border-color: #eee7d8;
  }

  .xl\:focus\:border-tan-300:focus {
    border-color: #e7ddc5;
  }

  .xl\:focus\:border-tan-400:focus {
    border-color: #e5d4ab;
  }

  .xl\:focus\:border-tan-500:focus {
    border-color: #dec891;
  }

  .xl\:focus\:border-tan-600:focus {
    border-color: #c3ac74;
  }

  .xl\:focus\:border-tan-700:focus {
    border-color: #9a8451;
  }

  .xl\:focus\:border-tan-800:focus {
    border-color: #685936;
  }

  .xl\:focus\:border-tan-900:focus {
    border-color: #574c33;
  }

  .xl\:focus\:border-gold-500:focus {
    border-color: #a4804a;
  }

  .xl\:focus\:border-silver-500:focus {
    border-color: #8a8d8f;
  }

  .xl\:rounded-none {
    border-radius: 0;
  }

  .xl\:rounded-sm {
    border-radius: 0.125rem;
  }

  .xl\:rounded {
    border-radius: 0.25rem;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-full {
    border-radius: 9999px;
  }

  .xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-t-sm {
    border-top-left-radius: 0.125rem;
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-r-sm {
    border-top-right-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-b-sm {
    border-bottom-right-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-l-sm {
    border-top-left-radius: 0.125rem;
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-t {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-l {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-r-md {
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-b-md {
    border-bottom-right-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-l-md {
    border-top-left-radius: 0.375rem;
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-t-lg {
    border-top-left-radius: 0.5rem;
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-b-lg {
    border-bottom-right-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-t-full {
    border-top-left-radius: 9999px;
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-r-full {
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-b-full {
    border-bottom-right-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-l-full {
    border-top-left-radius: 9999px;
    border-bottom-left-radius: 9999px;
  }

  .xl\:rounded-tl-none {
    border-top-left-radius: 0;
  }

  .xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .xl\:rounded-tl-sm {
    border-top-left-radius: 0.125rem;
  }

  .xl\:rounded-tr-sm {
    border-top-right-radius: 0.125rem;
  }

  .xl\:rounded-br-sm {
    border-bottom-right-radius: 0.125rem;
  }

  .xl\:rounded-bl-sm {
    border-bottom-left-radius: 0.125rem;
  }

  .xl\:rounded-tl {
    border-top-left-radius: 0.25rem;
  }

  .xl\:rounded-tr {
    border-top-right-radius: 0.25rem;
  }

  .xl\:rounded-br {
    border-bottom-right-radius: 0.25rem;
  }

  .xl\:rounded-bl {
    border-bottom-left-radius: 0.25rem;
  }

  .xl\:rounded-tl-md {
    border-top-left-radius: 0.375rem;
  }

  .xl\:rounded-tr-md {
    border-top-right-radius: 0.375rem;
  }

  .xl\:rounded-br-md {
    border-bottom-right-radius: 0.375rem;
  }

  .xl\:rounded-bl-md {
    border-bottom-left-radius: 0.375rem;
  }

  .xl\:rounded-tl-lg {
    border-top-left-radius: 0.5rem;
  }

  .xl\:rounded-tr-lg {
    border-top-right-radius: 0.5rem;
  }

  .xl\:rounded-br-lg {
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:rounded-bl-lg {
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-tl-full {
    border-top-left-radius: 9999px;
  }

  .xl\:rounded-tr-full {
    border-top-right-radius: 9999px;
  }

  .xl\:rounded-br-full {
    border-bottom-right-radius: 9999px;
  }

  .xl\:rounded-bl-full {
    border-bottom-left-radius: 9999px;
  }

  .xl\: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-3 {
    border-width: 3px;
  }

  .xl\:border-4 {
    border-width: 4px;
  }

  .xl\:border-6 {
    border-width: 6px;
  }

  .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-3 {
    border-top-width: 3px;
  }

  .xl\:border-r-3 {
    border-right-width: 3px;
  }

  .xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .xl\:border-l-3 {
    border-left-width: 3px;
  }

  .xl\:border-t-4 {
    border-top-width: 4px;
  }

  .xl\:border-r-4 {
    border-right-width: 4px;
  }

  .xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .xl\:border-l-4 {
    border-left-width: 4px;
  }

  .xl\:border-t-6 {
    border-top-width: 6px;
  }

  .xl\:border-r-6 {
    border-right-width: 6px;
  }

  .xl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .xl\:border-l-6 {
    border-left-width: 6px;
  }

  .xl\:border-t-8 {
    border-top-width: 8px;
  }

  .xl\:border-r-8 {
    border-right-width: 8px;
  }

  .xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .xl\:border-l-8 {
    border-left-width: 8px;
  }

  .xl\:border-t {
    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\: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\: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-no-wrap {
    flex-wrap: nowrap;
  }

  .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-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\: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\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .xl\:clear-left {
    clear: left;
  }

  .xl\:clear-right {
    clear: right;
  }

  .xl\:clear-both {
    clear: both;
  }

  .xl\:clear-none {
    clear: none;
  }

  .xl\:font-light {
    font-weight: 300;
  }

  .xl\:font-normal {
    font-weight: 400;
  }

  .xl\:font-semibold {
    font-weight: 600;
  }

  .xl\:font-bold {
    font-weight: 700;
  }

  .xl\:font-black {
    font-weight: 900;
  }

  .xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .xl\:h-0 {
    height: 0;
  }

  .xl\:h-1 {
    height: 0.25rem;
  }

  .xl\:h-2 {
    height: 0.5rem;
  }

  .xl\:h-3 {
    height: 0.75rem;
  }

  .xl\:h-4 {
    height: 1rem;
  }

  .xl\:h-5 {
    height: 1.25rem;
  }

  .xl\:h-6 {
    height: 1.5rem;
  }

  .xl\:h-7 {
    height: 1.75rem;
  }

  .xl\:h-8 {
    height: 2rem;
  }

  .xl\:h-9 {
    height: 2.25rem;
  }

  .xl\:h-10 {
    height: 2.5rem;
  }

  .xl\:h-11 {
    height: 2.75rem;
  }

  .xl\:h-12 {
    height: 3rem;
  }

  .xl\:h-13 {
    height: 3.25rem;
  }

  .xl\:h-14 {
    height: 3.5rem;
  }

  .xl\:h-15 {
    height: 3.75rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-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-128 {
    height: 32rem;
  }

  .xl\:h-144 {
    height: 36rem;
  }

  .xl\:h-160 {
    height: 40rem;
  }

  .xl\:h-192 {
    height: 48rem;
  }

  .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-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-1\/12 {
    height: 8.333333%;
  }

  .xl\:h-2\/12 {
    height: 16.666667%;
  }

  .xl\:h-3\/12 {
    height: 25%;
  }

  .xl\:h-4\/12 {
    height: 33.333333%;
  }

  .xl\:h-5\/12 {
    height: 41.666667%;
  }

  .xl\:h-6\/12 {
    height: 50%;
  }

  .xl\:h-7\/12 {
    height: 58.333333%;
  }

  .xl\:h-8\/12 {
    height: 66.666667%;
  }

  .xl\:h-9\/12 {
    height: 75%;
  }

  .xl\:h-10\/12 {
    height: 83.333333%;
  }

  .xl\:h-11\/12 {
    height: 91.666667%;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-screen {
    height: 100vh;
  }

  .xl\:text-xs {
    font-size: 0.75rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
  }

  .xl\:text-base {
    font-size: 1rem;
  }

  .xl\:text-lg {
    font-size: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.375rem;
  }

  .xl\:text-2xl {
    font-size: 1.875rem;
  }

  .xl\:text-3xl {
    font-size: 2.25rem;
  }

  .xl\:text-4xl {
    font-size: 2.625rem;
  }

  .xl\:text-5xl {
    font-size: 3.00rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
  }

  .xl\:text-7xl {
    font-size: 4.50rem;
  }

  .xl\:text-8xl {
    font-size: 5.50rem;
  }

  .xl\:text-9xl {
    font-size: 6.50rem;
  }

  .xl\:text-10xl {
    font-size: 7.5rem;
  }

  .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\:m-0 {
    margin: 0;
  }

  .xl\:m-1 {
    margin: 0.25rem;
  }

  .xl\:m-2 {
    margin: 0.5rem;
  }

  .xl\:m-3 {
    margin: 0.75rem;
  }

  .xl\:m-4 {
    margin: 1rem;
  }

  .xl\:m-5 {
    margin: 1.25rem;
  }

  .xl\:m-6 {
    margin: 1.5rem;
  }

  .xl\:m-7 {
    margin: 1.75rem;
  }

  .xl\:m-8 {
    margin: 2rem;
  }

  .xl\:m-9 {
    margin: 2.25rem;
  }

  .xl\:m-10 {
    margin: 2.5rem;
  }

  .xl\:m-11 {
    margin: 2.75rem;
  }

  .xl\:m-12 {
    margin: 3rem;
  }

  .xl\:m-13 {
    margin: 3.25rem;
  }

  .xl\:m-14 {
    margin: 3.5rem;
  }

  .xl\:m-15 {
    margin: 3.75rem;
  }

  .xl\:m-16 {
    margin: 4rem;
  }

  .xl\:m-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-128 {
    margin: 32rem;
  }

  .xl\:m-144 {
    margin: 36rem;
  }

  .xl\:m-160 {
    margin: 40rem;
  }

  .xl\:m-192 {
    margin: 48rem;
  }

  .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-1\/2 {
    margin: 50%;
  }

  .xl\:m-1\/3 {
    margin: 33.333333%;
  }

  .xl\:m-2\/3 {
    margin: 66.666667%;
  }

  .xl\:m-1\/4 {
    margin: 25%;
  }

  .xl\:m-2\/4 {
    margin: 50%;
  }

  .xl\:m-3\/4 {
    margin: 75%;
  }

  .xl\:m-1\/5 {
    margin: 20%;
  }

  .xl\:m-2\/5 {
    margin: 40%;
  }

  .xl\:m-3\/5 {
    margin: 60%;
  }

  .xl\:m-4\/5 {
    margin: 80%;
  }

  .xl\:m-1\/6 {
    margin: 16.666667%;
  }

  .xl\:m-2\/6 {
    margin: 33.333333%;
  }

  .xl\:m-3\/6 {
    margin: 50%;
  }

  .xl\:m-4\/6 {
    margin: 66.666667%;
  }

  .xl\:m-5\/6 {
    margin: 83.333333%;
  }

  .xl\:m-1\/12 {
    margin: 8.333333%;
  }

  .xl\:m-2\/12 {
    margin: 16.666667%;
  }

  .xl\:m-3\/12 {
    margin: 25%;
  }

  .xl\:m-4\/12 {
    margin: 33.333333%;
  }

  .xl\:m-5\/12 {
    margin: 41.666667%;
  }

  .xl\:m-6\/12 {
    margin: 50%;
  }

  .xl\:m-7\/12 {
    margin: 58.333333%;
  }

  .xl\:m-8\/12 {
    margin: 66.666667%;
  }

  .xl\:m-9\/12 {
    margin: 75%;
  }

  .xl\:m-10\/12 {
    margin: 83.333333%;
  }

  .xl\:m-11\/12 {
    margin: 91.666667%;
  }

  .xl\:m-full {
    margin: 100%;
  }

  .xl\:-m-1 {
    margin: -0.25rem;
  }

  .xl\:-m-2 {
    margin: -0.5rem;
  }

  .xl\:-m-3 {
    margin: -0.75rem;
  }

  .xl\:-m-4 {
    margin: -1rem;
  }

  .xl\:-m-5 {
    margin: -1.25rem;
  }

  .xl\:-m-6 {
    margin: -1.5rem;
  }

  .xl\:-m-7 {
    margin: -1.75rem;
  }

  .xl\:-m-8 {
    margin: -2rem;
  }

  .xl\:-m-9 {
    margin: -2.25rem;
  }

  .xl\:-m-10 {
    margin: -2.5rem;
  }

  .xl\:-m-11 {
    margin: -2.75rem;
  }

  .xl\:-m-12 {
    margin: -3rem;
  }

  .xl\:-m-13 {
    margin: -3.25rem;
  }

  .xl\:-m-14 {
    margin: -3.5rem;
  }

  .xl\:-m-15 {
    margin: -3.75rem;
  }

  .xl\:-m-16 {
    margin: -4rem;
  }

  .xl\:-m-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-128 {
    margin: -32rem;
  }

  .xl\:-m-144 {
    margin: -36rem;
  }

  .xl\:-m-160 {
    margin: -40rem;
  }

  .xl\:-m-192 {
    margin: -48rem;
  }

  .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-1\/2 {
    margin: -50%;
  }

  .xl\:-m-1\/3 {
    margin: -33.33333%;
  }

  .xl\:-m-2\/3 {
    margin: -66.66667%;
  }

  .xl\:-m-1\/4 {
    margin: -25%;
  }

  .xl\:-m-2\/4 {
    margin: -50%;
  }

  .xl\:-m-3\/4 {
    margin: -75%;
  }

  .xl\:-m-1\/5 {
    margin: -20%;
  }

  .xl\:-m-2\/5 {
    margin: -40%;
  }

  .xl\:-m-3\/5 {
    margin: -60%;
  }

  .xl\:-m-4\/5 {
    margin: -80%;
  }

  .xl\:-m-1\/6 {
    margin: -16.66667%;
  }

  .xl\:-m-2\/6 {
    margin: -33.33333%;
  }

  .xl\:-m-3\/6 {
    margin: -50%;
  }

  .xl\:-m-4\/6 {
    margin: -66.66667%;
  }

  .xl\:-m-5\/6 {
    margin: -83.33333%;
  }

  .xl\:-m-1\/12 {
    margin: -8.33333%;
  }

  .xl\:-m-2\/12 {
    margin: -16.66667%;
  }

  .xl\:-m-3\/12 {
    margin: -25%;
  }

  .xl\:-m-4\/12 {
    margin: -33.33333%;
  }

  .xl\:-m-5\/12 {
    margin: -41.66667%;
  }

  .xl\:-m-6\/12 {
    margin: -50%;
  }

  .xl\:-m-7\/12 {
    margin: -58.33333%;
  }

  .xl\:-m-8\/12 {
    margin: -66.66667%;
  }

  .xl\:-m-9\/12 {
    margin: -75%;
  }

  .xl\:-m-10\/12 {
    margin: -83.33333%;
  }

  .xl\:-m-11\/12 {
    margin: -91.66667%;
  }

  .xl\:-m-full {
    margin: -100%;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .xl\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .xl\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .xl\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .xl\:my-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-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .xl\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .xl\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .xl\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .xl\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .xl\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .xl\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .xl\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .xl\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .xl\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .xl\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .xl\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .xl\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .xl\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .xl\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .xl\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .xl\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .xl\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .xl\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .xl\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .xl\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .xl\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .xl\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .xl\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .xl\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .xl\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .xl\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .xl\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .xl\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .xl\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .xl\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .xl\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .xl\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .xl\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .xl\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .xl\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .xl\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .xl\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .xl\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .xl\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .xl\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .xl\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .xl\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .xl\:-my-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-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .xl\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .xl\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .xl\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .xl\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .xl\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .xl\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .xl\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .xl\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .xl\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .xl\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .xl\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .xl\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .xl\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .xl\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .xl\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .xl\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .xl\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .xl\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .xl\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .xl\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .xl\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .xl\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .xl\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .xl\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .xl\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .xl\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .xl\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .xl\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .xl\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .xl\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .xl\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .xl\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .xl\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .xl\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .xl\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .xl\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .xl\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .xl\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mr-0 {
    margin-right: 0;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:ml-0 {
    margin-left: 0;
  }

  .xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:mr-4 {
    margin-right: 1rem;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:mr-8 {
    margin-right: 2rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:ml-8 {
    margin-left: 2rem;
  }

  .xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .xl\:mt-12 {
    margin-top: 3rem;
  }

  .xl\:mr-12 {
    margin-right: 3rem;
  }

  .xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .xl\:ml-12 {
    margin-left: 3rem;
  }

  .xl\:mt-13 {
    margin-top: 3.25rem;
  }

  .xl\:mr-13 {
    margin-right: 3.25rem;
  }

  .xl\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .xl\:ml-13 {
    margin-left: 3.25rem;
  }

  .xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .xl\:mr-15 {
    margin-right: 3.75rem;
  }

  .xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .xl\:ml-15 {
    margin-left: 3.75rem;
  }

  .xl\:mt-16 {
    margin-top: 4rem;
  }

  .xl\:mr-16 {
    margin-right: 4rem;
  }

  .xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .xl\:ml-16 {
    margin-left: 4rem;
  }

  .xl\:mt-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-128 {
    margin-top: 32rem;
  }

  .xl\:mr-128 {
    margin-right: 32rem;
  }

  .xl\:mb-128 {
    margin-bottom: 32rem;
  }

  .xl\:ml-128 {
    margin-left: 32rem;
  }

  .xl\:mt-144 {
    margin-top: 36rem;
  }

  .xl\:mr-144 {
    margin-right: 36rem;
  }

  .xl\:mb-144 {
    margin-bottom: 36rem;
  }

  .xl\:ml-144 {
    margin-left: 36rem;
  }

  .xl\:mt-160 {
    margin-top: 40rem;
  }

  .xl\:mr-160 {
    margin-right: 40rem;
  }

  .xl\:mb-160 {
    margin-bottom: 40rem;
  }

  .xl\:ml-160 {
    margin-left: 40rem;
  }

  .xl\:mt-192 {
    margin-top: 48rem;
  }

  .xl\:mr-192 {
    margin-right: 48rem;
  }

  .xl\:mb-192 {
    margin-bottom: 48rem;
  }

  .xl\:ml-192 {
    margin-left: 48rem;
  }

  .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-1\/2 {
    margin-top: 50%;
  }

  .xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .xl\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .xl\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .xl\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .xl\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .xl\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .xl\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .xl\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .xl\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .xl\:mt-1\/4 {
    margin-top: 25%;
  }

  .xl\:mr-1\/4 {
    margin-right: 25%;
  }

  .xl\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .xl\:ml-1\/4 {
    margin-left: 25%;
  }

  .xl\:mt-2\/4 {
    margin-top: 50%;
  }

  .xl\:mr-2\/4 {
    margin-right: 50%;
  }

  .xl\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .xl\:ml-2\/4 {
    margin-left: 50%;
  }

  .xl\:mt-3\/4 {
    margin-top: 75%;
  }

  .xl\:mr-3\/4 {
    margin-right: 75%;
  }

  .xl\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .xl\:ml-3\/4 {
    margin-left: 75%;
  }

  .xl\:mt-1\/5 {
    margin-top: 20%;
  }

  .xl\:mr-1\/5 {
    margin-right: 20%;
  }

  .xl\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .xl\:ml-1\/5 {
    margin-left: 20%;
  }

  .xl\:mt-2\/5 {
    margin-top: 40%;
  }

  .xl\:mr-2\/5 {
    margin-right: 40%;
  }

  .xl\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .xl\:ml-2\/5 {
    margin-left: 40%;
  }

  .xl\:mt-3\/5 {
    margin-top: 60%;
  }

  .xl\:mr-3\/5 {
    margin-right: 60%;
  }

  .xl\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .xl\:ml-3\/5 {
    margin-left: 60%;
  }

  .xl\:mt-4\/5 {
    margin-top: 80%;
  }

  .xl\:mr-4\/5 {
    margin-right: 80%;
  }

  .xl\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .xl\:ml-4\/5 {
    margin-left: 80%;
  }

  .xl\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .xl\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .xl\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .xl\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .xl\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .xl\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .xl\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .xl\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .xl\:mt-3\/6 {
    margin-top: 50%;
  }

  .xl\:mr-3\/6 {
    margin-right: 50%;
  }

  .xl\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .xl\:ml-3\/6 {
    margin-left: 50%;
  }

  .xl\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .xl\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .xl\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .xl\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .xl\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .xl\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .xl\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .xl\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .xl\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .xl\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .xl\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .xl\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .xl\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .xl\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .xl\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .xl\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .xl\:mt-3\/12 {
    margin-top: 25%;
  }

  .xl\:mr-3\/12 {
    margin-right: 25%;
  }

  .xl\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .xl\:ml-3\/12 {
    margin-left: 25%;
  }

  .xl\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .xl\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .xl\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .xl\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .xl\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .xl\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .xl\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .xl\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .xl\:mt-6\/12 {
    margin-top: 50%;
  }

  .xl\:mr-6\/12 {
    margin-right: 50%;
  }

  .xl\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .xl\:ml-6\/12 {
    margin-left: 50%;
  }

  .xl\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .xl\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .xl\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .xl\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .xl\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .xl\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .xl\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .xl\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .xl\:mt-9\/12 {
    margin-top: 75%;
  }

  .xl\:mr-9\/12 {
    margin-right: 75%;
  }

  .xl\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .xl\:ml-9\/12 {
    margin-left: 75%;
  }

  .xl\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .xl\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .xl\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .xl\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .xl\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .xl\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .xl\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .xl\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .xl\:mt-full {
    margin-top: 100%;
  }

  .xl\:mr-full {
    margin-right: 100%;
  }

  .xl\:mb-full {
    margin-bottom: 100%;
  }

  .xl\:ml-full {
    margin-left: 100%;
  }

  .xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .xl\:-mt-4 {
    margin-top: -1rem;
  }

  .xl\:-mr-4 {
    margin-right: -1rem;
  }

  .xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .xl\:-ml-4 {
    margin-left: -1rem;
  }

  .xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:-mr-8 {
    margin-right: -2rem;
  }

  .xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .xl\:-ml-8 {
    margin-left: -2rem;
  }

  .xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .xl\:-mt-12 {
    margin-top: -3rem;
  }

  .xl\:-mr-12 {
    margin-right: -3rem;
  }

  .xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .xl\:-ml-12 {
    margin-left: -3rem;
  }

  .xl\:-mt-13 {
    margin-top: -3.25rem;
  }

  .xl\:-mr-13 {
    margin-right: -3.25rem;
  }

  .xl\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .xl\:-ml-13 {
    margin-left: -3.25rem;
  }

  .xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .xl\:-mt-15 {
    margin-top: -3.75rem;
  }

  .xl\:-mr-15 {
    margin-right: -3.75rem;
  }

  .xl\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .xl\:-ml-15 {
    margin-left: -3.75rem;
  }

  .xl\:-mt-16 {
    margin-top: -4rem;
  }

  .xl\:-mr-16 {
    margin-right: -4rem;
  }

  .xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .xl\:-ml-16 {
    margin-left: -4rem;
  }

  .xl\:-mt-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-128 {
    margin-top: -32rem;
  }

  .xl\:-mr-128 {
    margin-right: -32rem;
  }

  .xl\:-mb-128 {
    margin-bottom: -32rem;
  }

  .xl\:-ml-128 {
    margin-left: -32rem;
  }

  .xl\:-mt-144 {
    margin-top: -36rem;
  }

  .xl\:-mr-144 {
    margin-right: -36rem;
  }

  .xl\:-mb-144 {
    margin-bottom: -36rem;
  }

  .xl\:-ml-144 {
    margin-left: -36rem;
  }

  .xl\:-mt-160 {
    margin-top: -40rem;
  }

  .xl\:-mr-160 {
    margin-right: -40rem;
  }

  .xl\:-mb-160 {
    margin-bottom: -40rem;
  }

  .xl\:-ml-160 {
    margin-left: -40rem;
  }

  .xl\:-mt-192 {
    margin-top: -48rem;
  }

  .xl\:-mr-192 {
    margin-right: -48rem;
  }

  .xl\:-mb-192 {
    margin-bottom: -48rem;
  }

  .xl\:-ml-192 {
    margin-left: -48rem;
  }

  .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-1\/2 {
    margin-top: -50%;
  }

  .xl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .xl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .xl\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .xl\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .xl\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .xl\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .xl\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .xl\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .xl\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .xl\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .xl\:-mt-1\/4 {
    margin-top: -25%;
  }

  .xl\:-mr-1\/4 {
    margin-right: -25%;
  }

  .xl\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .xl\:-ml-1\/4 {
    margin-left: -25%;
  }

  .xl\:-mt-2\/4 {
    margin-top: -50%;
  }

  .xl\:-mr-2\/4 {
    margin-right: -50%;
  }

  .xl\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .xl\:-ml-2\/4 {
    margin-left: -50%;
  }

  .xl\:-mt-3\/4 {
    margin-top: -75%;
  }

  .xl\:-mr-3\/4 {
    margin-right: -75%;
  }

  .xl\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .xl\:-ml-3\/4 {
    margin-left: -75%;
  }

  .xl\:-mt-1\/5 {
    margin-top: -20%;
  }

  .xl\:-mr-1\/5 {
    margin-right: -20%;
  }

  .xl\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .xl\:-ml-1\/5 {
    margin-left: -20%;
  }

  .xl\:-mt-2\/5 {
    margin-top: -40%;
  }

  .xl\:-mr-2\/5 {
    margin-right: -40%;
  }

  .xl\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .xl\:-ml-2\/5 {
    margin-left: -40%;
  }

  .xl\:-mt-3\/5 {
    margin-top: -60%;
  }

  .xl\:-mr-3\/5 {
    margin-right: -60%;
  }

  .xl\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .xl\:-ml-3\/5 {
    margin-left: -60%;
  }

  .xl\:-mt-4\/5 {
    margin-top: -80%;
  }

  .xl\:-mr-4\/5 {
    margin-right: -80%;
  }

  .xl\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .xl\:-ml-4\/5 {
    margin-left: -80%;
  }

  .xl\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .xl\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .xl\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .xl\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .xl\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .xl\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .xl\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .xl\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .xl\:-mt-3\/6 {
    margin-top: -50%;
  }

  .xl\:-mr-3\/6 {
    margin-right: -50%;
  }

  .xl\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .xl\:-ml-3\/6 {
    margin-left: -50%;
  }

  .xl\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .xl\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .xl\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .xl\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .xl\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .xl\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .xl\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .xl\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .xl\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .xl\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .xl\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .xl\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .xl\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .xl\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .xl\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .xl\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .xl\:-mt-3\/12 {
    margin-top: -25%;
  }

  .xl\:-mr-3\/12 {
    margin-right: -25%;
  }

  .xl\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .xl\:-ml-3\/12 {
    margin-left: -25%;
  }

  .xl\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .xl\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .xl\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .xl\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .xl\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .xl\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .xl\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .xl\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .xl\:-mt-6\/12 {
    margin-top: -50%;
  }

  .xl\:-mr-6\/12 {
    margin-right: -50%;
  }

  .xl\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .xl\:-ml-6\/12 {
    margin-left: -50%;
  }

  .xl\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .xl\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .xl\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .xl\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .xl\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .xl\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .xl\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .xl\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .xl\:-mt-9\/12 {
    margin-top: -75%;
  }

  .xl\:-mr-9\/12 {
    margin-right: -75%;
  }

  .xl\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .xl\:-ml-9\/12 {
    margin-left: -75%;
  }

  .xl\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .xl\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .xl\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .xl\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .xl\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .xl\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .xl\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .xl\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .xl\:-mt-full {
    margin-top: -100%;
  }

  .xl\:-mr-full {
    margin-right: -100%;
  }

  .xl\:-mb-full {
    margin-bottom: -100%;
  }

  .xl\:-ml-full {
    margin-left: -100%;
  }

  .xl\:max-h-0 {
    max-height: 0;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-screen {
    max-height: 100vh;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-xs {
    max-width: 20rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-lg {
    max-width: 32rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-2xl {
    max-width: 42rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-6xl {
    max-width: 72rem;
  }

  .xl\:max-w-full {
    max-width: 100%;
  }

  .xl\:max-w-screen-sm {
    max-width: 640px;
  }

  .xl\:max-w-screen-md {
    max-width: 768px;
  }

  .xl\:max-w-screen-lg {
    max-width: 1024px;
  }

  .xl\:max-w-screen-xl {
    max-width: 1280px;
  }

  .xl\:max-w-screen-2xl {
    max-width: 1440px;
  }

  .xl\:min-h-0 {
    min-height: 0;
  }

  .xl\:min-h-10vh {
    min-height: 10vh;
  }

  .xl\:min-h-20vh {
    min-height: 20vh;
  }

  .xl\:min-h-30vh {
    min-height: 30vh;
  }

  .xl\:min-h-40vh {
    min-height: 40vh;
  }

  .xl\:min-h-50vh {
    min-height: 50vh;
  }

  .xl\:min-h-60vh {
    min-height: 60vh;
  }

  .xl\:min-h-70vh {
    min-height: 70vh;
  }

  .xl\:min-h-80vh {
    min-height: 80vh;
  }

  .xl\:min-h-90vh {
    min-height: 90vh;
  }

  .xl\:min-h-100vh {
    min-height: 100vh;
  }

  .xl\:min-h-screen {
    min-height: 100vh;
  }

  .xl\:min-h-full {
    min-height: 100%;
  }

  .xl\:min-w-0 {
    min-width: 0;
  }

  .xl\:min-w-full {
    min-width: 100%;
  }

  .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-10 {
    opacity: 0.1;
  }

  .xl\:opacity-20 {
    opacity: 0.2;
  }

  .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-80 {
    opacity: 0.8;
  }

  .xl\:opacity-90 {
    opacity: 0.9;
  }

  .xl\:opacity-100 {
    opacity: 1;
  }

  .xl\:opacity-025 {
    opacity: 0.025;
  }

  .xl\:opacity-05 {
    opacity: 0.05;
  }

  .xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .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-80:hover {
    opacity: 0.8;
  }

  .xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .xl\:hover\:opacity-025:hover {
    opacity: 0.025;
  }

  .xl\:hover\:opacity-05:hover {
    opacity: 0.05;
  }

  .xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .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-80:focus {
    opacity: 0.8;
  }

  .xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .xl\:focus\:opacity-025:focus {
    opacity: 0.025;
  }

  .xl\:focus\:opacity-05:focus {
    opacity: 0.05;
  }

  .xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .xl\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .xl\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .xl\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .xl\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .xl\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .xl\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .xl\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .xl\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .xl\:disabled\:opacity-025:disabled {
    opacity: 0.025;
  }

  .xl\:disabled\:opacity-05:disabled {
    opacity: 0.05;
  }

  .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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .xl\:p-0 {
    padding: 0;
  }

  .xl\:p-1 {
    padding: 0.25rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-3 {
    padding: 0.75rem;
  }

  .xl\:p-4 {
    padding: 1rem;
  }

  .xl\:p-5 {
    padding: 1.25rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-7 {
    padding: 1.75rem;
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-9 {
    padding: 2.25rem;
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

  .xl\:p-11 {
    padding: 2.75rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-13 {
    padding: 3.25rem;
  }

  .xl\:p-14 {
    padding: 3.5rem;
  }

  .xl\:p-15 {
    padding: 3.75rem;
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:p-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-128 {
    padding: 32rem;
  }

  .xl\:p-144 {
    padding: 36rem;
  }

  .xl\:p-160 {
    padding: 40rem;
  }

  .xl\:p-192 {
    padding: 48rem;
  }

  .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-1\/2 {
    padding: 50%;
  }

  .xl\:p-1\/3 {
    padding: 33.333333%;
  }

  .xl\:p-2\/3 {
    padding: 66.666667%;
  }

  .xl\:p-1\/4 {
    padding: 25%;
  }

  .xl\:p-2\/4 {
    padding: 50%;
  }

  .xl\:p-3\/4 {
    padding: 75%;
  }

  .xl\:p-1\/5 {
    padding: 20%;
  }

  .xl\:p-2\/5 {
    padding: 40%;
  }

  .xl\:p-3\/5 {
    padding: 60%;
  }

  .xl\:p-4\/5 {
    padding: 80%;
  }

  .xl\:p-1\/6 {
    padding: 16.666667%;
  }

  .xl\:p-2\/6 {
    padding: 33.333333%;
  }

  .xl\:p-3\/6 {
    padding: 50%;
  }

  .xl\:p-4\/6 {
    padding: 66.666667%;
  }

  .xl\:p-5\/6 {
    padding: 83.333333%;
  }

  .xl\:p-1\/12 {
    padding: 8.333333%;
  }

  .xl\:p-2\/12 {
    padding: 16.666667%;
  }

  .xl\:p-3\/12 {
    padding: 25%;
  }

  .xl\:p-4\/12 {
    padding: 33.333333%;
  }

  .xl\:p-5\/12 {
    padding: 41.666667%;
  }

  .xl\:p-6\/12 {
    padding: 50%;
  }

  .xl\:p-7\/12 {
    padding: 58.333333%;
  }

  .xl\:p-8\/12 {
    padding: 66.666667%;
  }

  .xl\:p-9\/12 {
    padding: 75%;
  }

  .xl\:p-10\/12 {
    padding: 83.333333%;
  }

  .xl\:p-11\/12 {
    padding: 91.666667%;
  }

  .xl\:p-full {
    padding: 100%;
  }

  .xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .xl\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-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-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .xl\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .xl\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .xl\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .xl\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .xl\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .xl\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .xl\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .xl\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .xl\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .xl\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .xl\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .xl\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .xl\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .xl\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .xl\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .xl\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .xl\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .xl\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .xl\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .xl\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .xl\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .xl\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .xl\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .xl\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .xl\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .xl\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .xl\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .xl\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .xl\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .xl\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .xl\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .xl\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .xl\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .xl\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .xl\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .xl\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .xl\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .xl\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .xl\:pt-0 {
    padding-top: 0;
  }

  .xl\:pr-0 {
    padding-right: 0;
  }

  .xl\:pb-0 {
    padding-bottom: 0;
  }

  .xl\:pl-0 {
    padding-left: 0;
  }

  .xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:pr-4 {
    padding-right: 1rem;
  }

  .xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .xl\:pt-12 {
    padding-top: 3rem;
  }

  .xl\:pr-12 {
    padding-right: 3rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pl-12 {
    padding-left: 3rem;
  }

  .xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .xl\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .xl\:pl-13 {
    padding-left: 3.25rem;
  }

  .xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .xl\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pr-16 {
    padding-right: 4rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-16 {
    padding-left: 4rem;
  }

  .xl\:pt-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-128 {
    padding-top: 32rem;
  }

  .xl\:pr-128 {
    padding-right: 32rem;
  }

  .xl\:pb-128 {
    padding-bottom: 32rem;
  }

  .xl\:pl-128 {
    padding-left: 32rem;
  }

  .xl\:pt-144 {
    padding-top: 36rem;
  }

  .xl\:pr-144 {
    padding-right: 36rem;
  }

  .xl\:pb-144 {
    padding-bottom: 36rem;
  }

  .xl\:pl-144 {
    padding-left: 36rem;
  }

  .xl\:pt-160 {
    padding-top: 40rem;
  }

  .xl\:pr-160 {
    padding-right: 40rem;
  }

  .xl\:pb-160 {
    padding-bottom: 40rem;
  }

  .xl\:pl-160 {
    padding-left: 40rem;
  }

  .xl\:pt-192 {
    padding-top: 48rem;
  }

  .xl\:pr-192 {
    padding-right: 48rem;
  }

  .xl\:pb-192 {
    padding-bottom: 48rem;
  }

  .xl\:pl-192 {
    padding-left: 48rem;
  }

  .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-1\/2 {
    padding-top: 50%;
  }

  .xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .xl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .xl\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .xl\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .xl\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .xl\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .xl\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .xl\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .xl\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .xl\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .xl\:pt-1\/4 {
    padding-top: 25%;
  }

  .xl\:pr-1\/4 {
    padding-right: 25%;
  }

  .xl\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .xl\:pl-1\/4 {
    padding-left: 25%;
  }

  .xl\:pt-2\/4 {
    padding-top: 50%;
  }

  .xl\:pr-2\/4 {
    padding-right: 50%;
  }

  .xl\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .xl\:pl-2\/4 {
    padding-left: 50%;
  }

  .xl\:pt-3\/4 {
    padding-top: 75%;
  }

  .xl\:pr-3\/4 {
    padding-right: 75%;
  }

  .xl\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .xl\:pl-3\/4 {
    padding-left: 75%;
  }

  .xl\:pt-1\/5 {
    padding-top: 20%;
  }

  .xl\:pr-1\/5 {
    padding-right: 20%;
  }

  .xl\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .xl\:pl-1\/5 {
    padding-left: 20%;
  }

  .xl\:pt-2\/5 {
    padding-top: 40%;
  }

  .xl\:pr-2\/5 {
    padding-right: 40%;
  }

  .xl\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .xl\:pl-2\/5 {
    padding-left: 40%;
  }

  .xl\:pt-3\/5 {
    padding-top: 60%;
  }

  .xl\:pr-3\/5 {
    padding-right: 60%;
  }

  .xl\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .xl\:pl-3\/5 {
    padding-left: 60%;
  }

  .xl\:pt-4\/5 {
    padding-top: 80%;
  }

  .xl\:pr-4\/5 {
    padding-right: 80%;
  }

  .xl\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .xl\:pl-4\/5 {
    padding-left: 80%;
  }

  .xl\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .xl\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .xl\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .xl\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .xl\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .xl\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .xl\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .xl\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .xl\:pt-3\/6 {
    padding-top: 50%;
  }

  .xl\:pr-3\/6 {
    padding-right: 50%;
  }

  .xl\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .xl\:pl-3\/6 {
    padding-left: 50%;
  }

  .xl\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .xl\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .xl\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .xl\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .xl\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .xl\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .xl\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .xl\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .xl\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .xl\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .xl\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .xl\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .xl\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .xl\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .xl\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .xl\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .xl\:pt-3\/12 {
    padding-top: 25%;
  }

  .xl\:pr-3\/12 {
    padding-right: 25%;
  }

  .xl\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .xl\:pl-3\/12 {
    padding-left: 25%;
  }

  .xl\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .xl\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .xl\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .xl\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .xl\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .xl\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .xl\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .xl\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .xl\:pt-6\/12 {
    padding-top: 50%;
  }

  .xl\:pr-6\/12 {
    padding-right: 50%;
  }

  .xl\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .xl\:pl-6\/12 {
    padding-left: 50%;
  }

  .xl\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .xl\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .xl\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .xl\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .xl\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .xl\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .xl\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .xl\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .xl\:pt-9\/12 {
    padding-top: 75%;
  }

  .xl\:pr-9\/12 {
    padding-right: 75%;
  }

  .xl\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .xl\:pl-9\/12 {
    padding-left: 75%;
  }

  .xl\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .xl\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .xl\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .xl\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .xl\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .xl\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .xl\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .xl\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .xl\:pt-full {
    padding-top: 100%;
  }

  .xl\:pr-full {
    padding-right: 100%;
  }

  .xl\:pb-full {
    padding-bottom: 100%;
  }

  .xl\:pl-full {
    padding-left: 100%;
  }

  .xl\:static {
    position: static;
  }

  .xl\:fixed {
    position: fixed;
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:focus\:static:focus {
    position: static;
  }

  .xl\:focus\:fixed:focus {
    position: fixed;
  }

  .xl\:focus\:absolute:focus {
    position: absolute;
  }

  .xl\:focus\:relative:focus {
    position: relative;
  }

  .xl\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:bottom-0 {
    bottom: 0;
  }

  .xl\:left-0 {
    left: 0;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:right-auto {
    right: auto;
  }

  .xl\:bottom-auto {
    bottom: auto;
  }

  .xl\:left-auto {
    left: auto;
  }

  .xl\:-top-16 {
    top: -4rem;
  }

  .xl\:-right-16 {
    right: -4rem;
  }

  .xl\:-bottom-16 {
    bottom: -4rem;
  }

  .xl\:-left-16 {
    left: -4rem;
  }

  .xl\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .xl\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .xl\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .xl\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .xl\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .xl\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .xl\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .xl\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .xl\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .xl\:focus\:top-0:focus {
    top: 0;
  }

  .xl\:focus\:right-0:focus {
    right: 0;
  }

  .xl\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .xl\:focus\:left-0:focus {
    left: 0;
  }

  .xl\:focus\:top-auto:focus {
    top: auto;
  }

  .xl\:focus\:right-auto:focus {
    right: auto;
  }

  .xl\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .xl\:focus\:left-auto:focus {
    left: auto;
  }

  .xl\:focus\:-top-16:focus {
    top: -4rem;
  }

  .xl\:focus\:-right-16:focus {
    right: -4rem;
  }

  .xl\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .xl\:focus\:-left-16:focus {
    left: -4rem;
  }

  .xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .xl\:shadow-none {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .xl\:shadow-sm {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .xl\:shadow-lg {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .xl\:shadow-xl {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .xl\:shadow-inset {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .xl\:shadow-inset-lg {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .xl\:shadow-inset-xl {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:hover\:shadow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .xl\:hover\:shadow-none:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .xl\:hover\:shadow-sm:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:shadow-lg:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .xl\:hover\:shadow-xl:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:shadow-inset:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:shadow-inset-lg:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .xl\:hover\:shadow-inset-xl:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .xl\:focus\:shadow:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .xl\:focus\:shadow-none:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .xl\:focus\:shadow-sm:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:shadow-lg:focus {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .xl\:focus\:shadow-xl:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:shadow-inset:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:shadow-inset-lg:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .xl\:focus\:shadow-inset-xl:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .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-white {
    color: #ffffff;
  }

  .xl\:text-white-semi-9 {
    color: rgba(255, 255, 255, 0.9);
  }

  .xl\:text-white-semi-8 {
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:text-white-semi-7 {
    color: rgba(255, 255, 255, 0.7);
  }

  .xl\:text-white-semi-6 {
    color: rgba(255, 255, 255, 0.6);
  }

  .xl\:text-white-semi-5 {
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:text-white-semi-4 {
    color: rgba(255, 255, 255, 0.4);
  }

  .xl\:text-white-semi-3 {
    color: rgba(255, 255, 255, 0.3);
  }

  .xl\:text-white-semi-2 {
    color: rgba(255, 255, 255, 0.2);
  }

  .xl\:text-white-semi-1 {
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:text-black {
    color: #000;
  }

  .xl\:text-black-semi-9 {
    color: rgba(0, 0, 0, 0.9);
  }

  .xl\:text-black-semi-8 {
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:text-black-semi-7 {
    color: rgba(0, 0, 0, 0.7);
  }

  .xl\:text-black-semi-6 {
    color: rgba(0, 0, 0, 0.6);
  }

  .xl\:text-black-semi-5 {
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:text-black-semi-4 {
    color: rgba(0, 0, 0, 0.4);
  }

  .xl\:text-black-semi-3 {
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:text-black-semi-2 {
    color: rgba(0, 0, 0, 0.2);
  }

  .xl\:text-black-semi-1 {
    color: rgba(0, 0, 0, 0.1);
  }

  .xl\:text-gray-100 {
    color: #f7f7f7;
  }

  .xl\:text-gray-200 {
    color: #ebebeb;
  }

  .xl\:text-gray-300 {
    color: #d0d0d0;
  }

  .xl\:text-gray-400 {
    color: #b8b8b8;
  }

  .xl\:text-gray-500 {
    color: #9e9e9e;
  }

  .xl\:text-gray-600 {
    color: #666666;
  }

  .xl\:text-gray-700 {
    color: #525252;
  }

  .xl\:text-gray-800 {
    color: #333333;
  }

  .xl\:text-gray-900 {
    color: #1f1f1f;
  }

  .xl\:text-gray-warm-100 {
    color: #f4f2f0;
  }

  .xl\:text-gray-warm-200 {
    color: #e9e6e2;
  }

  .xl\:text-gray-warm-300 {
    color: #dfdad4;
  }

  .xl\:text-gray-warm-400 {
    color: #cfc7bf;
  }

  .xl\:text-gray-warm-500 {
    color: #c2bab3;
  }

  .xl\:text-gray-warm-600 {
    color: #b3aca8;
  }

  .xl\:text-gray-warm-700 {
    color: #a19994;
  }

  .xl\:text-gray-warm-800 {
    color: #63544b;
  }

  .xl\:text-gray-warm-900 {
    color: #3f3731;
  }

  .xl\:text-gray-cool-100 {
    color: #f3f4f7;
  }

  .xl\:text-gray-cool-200 {
    color: #e9edf1;
  }

  .xl\:text-gray-cool-300 {
    color: #d5dde6;
  }

  .xl\:text-gray-cool-400 {
    color: #bcc5d2;
  }

  .xl\:text-gray-cool-500 {
    color: #99a3b0;
  }

  .xl\:text-gray-cool-600 {
    color: #8d95a0;
  }

  .xl\:text-gray-cool-700 {
    color: #7e848b;
  }

  .xl\:text-gray-cool-800 {
    color: #686d73;
  }

  .xl\:text-gray-cool-900 {
    color: #50565e;
  }

  .xl\:text-red-100 {
    color: #fff5f5;
  }

  .xl\:text-red-200 {
    color: #fed7d7;
  }

  .xl\:text-red-300 {
    color: #feb2b2;
  }

  .xl\:text-red-400 {
    color: #fc8181;
  }

  .xl\:text-red-500 {
    color: #f56565;
  }

  .xl\:text-red-600 {
    color: #e21d2f;
  }

  .xl\:text-red-700 {
    color: #d41b2c;
  }

  .xl\:text-red-800 {
    color: #c61929;
  }

  .xl\:text-red-900 {
    color: #873138;
  }

  .xl\:text-orange-100 {
    color: #fff4f0;
  }

  .xl\:text-orange-200 {
    color: #fed8c8;
  }

  .xl\:text-orange-300 {
    color: #fcb99c;
  }

  .xl\:text-orange-400 {
    color: #fd9568;
  }

  .xl\:text-orange-500 {
    color: #ff854f;
  }

  .xl\:text-orange-600 {
    color: #e66833;
  }

  .xl\:text-orange-700 {
    color: #c05621;
  }

  .xl\:text-orange-800 {
    color: #9c4221;
  }

  .xl\:text-orange-900 {
    color: #7b341e;
  }

  .xl\:text-yellow-100 {
    color: #fdf6e7;
  }

  .xl\:text-yellow-200 {
    color: #fee9bf;
  }

  .xl\:text-yellow-300 {
    color: #fbd893;
  }

  .xl\:text-yellow-400 {
    color: #fcc85f;
  }

  .xl\:text-yellow-500 {
    color: #ffbf3d;
  }

  .xl\:text-yellow-600 {
    color: #e7a41d;
  }

  .xl\:text-yellow-700 {
    color: #b7841f;
  }

  .xl\:text-yellow-800 {
    color: #976c16;
  }

  .xl\:text-yellow-900 {
    color: #745310;
  }

  .xl\:text-green-100 {
    color: #f9fce9;
  }

  .xl\:text-green-200 {
    color: #e5f396;
  }

  .xl\:text-green-300 {
    color: #d0e656;
  }

  .xl\:text-green-400 {
    color: #badb00;
  }

  .xl\:text-green-500 {
    color: #acca07;
  }

  .xl\:text-green-600 {
    color: #99b305;
  }

  .xl\:text-green-700 {
    color: #869e00;
  }

  .xl\:text-green-800 {
    color: #546727;
  }

  .xl\:text-green-900 {
    color: #394a12;
  }

  .xl\:text-teal-100 {
    color: #e6fffa;
  }

  .xl\:text-teal-200 {
    color: #b2f5ea;
  }

  .xl\:text-teal-300 {
    color: #7beadc;
  }

  .xl\:text-teal-400 {
    color: #00cfb5;
  }

  .xl\:text-teal-500 {
    color: #3cbbaa;
  }

  .xl\:text-teal-600 {
    color: #319789;
  }

  .xl\:text-teal-700 {
    color: #2c7b70;
  }

  .xl\:text-teal-800 {
    color: #286159;
  }

  .xl\:text-teal-900 {
    color: #23524c;
  }

  .xl\:text-aqua-100 {
    color: #ebfcff;
  }

  .xl\:text-aqua-200 {
    color: #beeff8;
  }

  .xl\:text-aqua-300 {
    color: #90e5f4;
  }

  .xl\:text-aqua-400 {
    color: #71dcef;
  }

  .xl\:text-aqua-500 {
    color: #52cfe5;
  }

  .xl\:text-aqua-600 {
    color: #2bb2ca;
  }

  .xl\:text-aqua-700 {
    color: #2097ac;
  }

  .xl\:text-aqua-800 {
    color: #1c7382;
  }

  .xl\:text-aqua-900 {
    color: #155460;
  }

  .xl\:text-blue-100 {
    color: #ebf8ff;
  }

  .xl\:text-blue-200 {
    color: #bee3f8;
  }

  .xl\:text-blue-300 {
    color: #90cdf4;
  }

  .xl\:text-blue-400 {
    color: #63b3ed;
  }

  .xl\:text-blue-500 {
    color: #4299e1;
  }

  .xl\:text-blue-600 {
    color: #3182ce;
  }

  .xl\:text-blue-700 {
    color: #006eb5;
  }

  .xl\:text-blue-800 {
    color: #22547c;
  }

  .xl\:text-blue-900 {
    color: #2b435a;
  }

  .xl\:text-purple-100 {
    color: #fcf5ff;
  }

  .xl\:text-purple-200 {
    color: #f1d8fd;
  }

  .xl\:text-purple-300 {
    color: #dbbcfa;
  }

  .xl\:text-purple-400 {
    color: #cd82f2;
  }

  .xl\:text-purple-500 {
    color: #b26dd5;
  }

  .xl\:text-purple-600 {
    color: #904eb1;
  }

  .xl\:text-purple-700 {
    color: #824091;
  }

  .xl\:text-purple-800 {
    color: #743582;
  }

  .xl\:text-purple-900 {
    color: #4a2353;
  }

  .xl\:text-tan-100 {
    color: #f6f2e9;
  }

  .xl\:text-tan-200 {
    color: #eee7d8;
  }

  .xl\:text-tan-300 {
    color: #e7ddc5;
  }

  .xl\:text-tan-400 {
    color: #e5d4ab;
  }

  .xl\:text-tan-500 {
    color: #dec891;
  }

  .xl\:text-tan-600 {
    color: #c3ac74;
  }

  .xl\:text-tan-700 {
    color: #9a8451;
  }

  .xl\:text-tan-800 {
    color: #685936;
  }

  .xl\:text-tan-900 {
    color: #574c33;
  }

  .xl\:text-gold-500 {
    color: #a4804a;
  }

  .xl\:text-silver-500 {
    color: #8a8d8f;
  }

  .xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .xl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .xl\:hover\:text-white-semi-9:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .xl\:hover\:text-white-semi-8:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:hover\:text-white-semi-7:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .xl\:hover\:text-white-semi-6:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .xl\:hover\:text-white-semi-5:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:hover\:text-white-semi-4:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  .xl\:hover\:text-white-semi-3:hover {
    color: rgba(255, 255, 255, 0.3);
  }

  .xl\:hover\:text-white-semi-2:hover {
    color: rgba(255, 255, 255, 0.2);
  }

  .xl\:hover\:text-white-semi-1:hover {
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:hover\:text-black:hover {
    color: #000;
  }

  .xl\:hover\:text-black-semi-9:hover {
    color: rgba(0, 0, 0, 0.9);
  }

  .xl\:hover\:text-black-semi-8:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:hover\:text-black-semi-7:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .xl\:hover\:text-black-semi-6:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  .xl\:hover\:text-black-semi-5:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:hover\:text-black-semi-4:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  .xl\:hover\:text-black-semi-3:hover {
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:hover\:text-black-semi-2:hover {
    color: rgba(0, 0, 0, 0.2);
  }

  .xl\:hover\:text-black-semi-1:hover {
    color: rgba(0, 0, 0, 0.1);
  }

  .xl\:hover\:text-gray-100:hover {
    color: #f7f7f7;
  }

  .xl\:hover\:text-gray-200:hover {
    color: #ebebeb;
  }

  .xl\:hover\:text-gray-300:hover {
    color: #d0d0d0;
  }

  .xl\:hover\:text-gray-400:hover {
    color: #b8b8b8;
  }

  .xl\:hover\:text-gray-500:hover {
    color: #9e9e9e;
  }

  .xl\:hover\:text-gray-600:hover {
    color: #666666;
  }

  .xl\:hover\:text-gray-700:hover {
    color: #525252;
  }

  .xl\:hover\:text-gray-800:hover {
    color: #333333;
  }

  .xl\:hover\:text-gray-900:hover {
    color: #1f1f1f;
  }

  .xl\:hover\:text-gray-warm-100:hover {
    color: #f4f2f0;
  }

  .xl\:hover\:text-gray-warm-200:hover {
    color: #e9e6e2;
  }

  .xl\:hover\:text-gray-warm-300:hover {
    color: #dfdad4;
  }

  .xl\:hover\:text-gray-warm-400:hover {
    color: #cfc7bf;
  }

  .xl\:hover\:text-gray-warm-500:hover {
    color: #c2bab3;
  }

  .xl\:hover\:text-gray-warm-600:hover {
    color: #b3aca8;
  }

  .xl\:hover\:text-gray-warm-700:hover {
    color: #a19994;
  }

  .xl\:hover\:text-gray-warm-800:hover {
    color: #63544b;
  }

  .xl\:hover\:text-gray-warm-900:hover {
    color: #3f3731;
  }

  .xl\:hover\:text-gray-cool-100:hover {
    color: #f3f4f7;
  }

  .xl\:hover\:text-gray-cool-200:hover {
    color: #e9edf1;
  }

  .xl\:hover\:text-gray-cool-300:hover {
    color: #d5dde6;
  }

  .xl\:hover\:text-gray-cool-400:hover {
    color: #bcc5d2;
  }

  .xl\:hover\:text-gray-cool-500:hover {
    color: #99a3b0;
  }

  .xl\:hover\:text-gray-cool-600:hover {
    color: #8d95a0;
  }

  .xl\:hover\:text-gray-cool-700:hover {
    color: #7e848b;
  }

  .xl\:hover\:text-gray-cool-800:hover {
    color: #686d73;
  }

  .xl\:hover\:text-gray-cool-900:hover {
    color: #50565e;
  }

  .xl\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .xl\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .xl\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .xl\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .xl\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .xl\:hover\:text-red-600:hover {
    color: #e21d2f;
  }

  .xl\:hover\:text-red-700:hover {
    color: #d41b2c;
  }

  .xl\:hover\:text-red-800:hover {
    color: #c61929;
  }

  .xl\:hover\:text-red-900:hover {
    color: #873138;
  }

  .xl\:hover\:text-orange-100:hover {
    color: #fff4f0;
  }

  .xl\:hover\:text-orange-200:hover {
    color: #fed8c8;
  }

  .xl\:hover\:text-orange-300:hover {
    color: #fcb99c;
  }

  .xl\:hover\:text-orange-400:hover {
    color: #fd9568;
  }

  .xl\:hover\:text-orange-500:hover {
    color: #ff854f;
  }

  .xl\:hover\:text-orange-600:hover {
    color: #e66833;
  }

  .xl\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .xl\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .xl\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .xl\:hover\:text-yellow-100:hover {
    color: #fdf6e7;
  }

  .xl\:hover\:text-yellow-200:hover {
    color: #fee9bf;
  }

  .xl\:hover\:text-yellow-300:hover {
    color: #fbd893;
  }

  .xl\:hover\:text-yellow-400:hover {
    color: #fcc85f;
  }

  .xl\:hover\:text-yellow-500:hover {
    color: #ffbf3d;
  }

  .xl\:hover\:text-yellow-600:hover {
    color: #e7a41d;
  }

  .xl\:hover\:text-yellow-700:hover {
    color: #b7841f;
  }

  .xl\:hover\:text-yellow-800:hover {
    color: #976c16;
  }

  .xl\:hover\:text-yellow-900:hover {
    color: #745310;
  }

  .xl\:hover\:text-green-100:hover {
    color: #f9fce9;
  }

  .xl\:hover\:text-green-200:hover {
    color: #e5f396;
  }

  .xl\:hover\:text-green-300:hover {
    color: #d0e656;
  }

  .xl\:hover\:text-green-400:hover {
    color: #badb00;
  }

  .xl\:hover\:text-green-500:hover {
    color: #acca07;
  }

  .xl\:hover\:text-green-600:hover {
    color: #99b305;
  }

  .xl\:hover\:text-green-700:hover {
    color: #869e00;
  }

  .xl\:hover\:text-green-800:hover {
    color: #546727;
  }

  .xl\:hover\:text-green-900:hover {
    color: #394a12;
  }

  .xl\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .xl\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .xl\:hover\:text-teal-300:hover {
    color: #7beadc;
  }

  .xl\:hover\:text-teal-400:hover {
    color: #00cfb5;
  }

  .xl\:hover\:text-teal-500:hover {
    color: #3cbbaa;
  }

  .xl\:hover\:text-teal-600:hover {
    color: #319789;
  }

  .xl\:hover\:text-teal-700:hover {
    color: #2c7b70;
  }

  .xl\:hover\:text-teal-800:hover {
    color: #286159;
  }

  .xl\:hover\:text-teal-900:hover {
    color: #23524c;
  }

  .xl\:hover\:text-aqua-100:hover {
    color: #ebfcff;
  }

  .xl\:hover\:text-aqua-200:hover {
    color: #beeff8;
  }

  .xl\:hover\:text-aqua-300:hover {
    color: #90e5f4;
  }

  .xl\:hover\:text-aqua-400:hover {
    color: #71dcef;
  }

  .xl\:hover\:text-aqua-500:hover {
    color: #52cfe5;
  }

  .xl\:hover\:text-aqua-600:hover {
    color: #2bb2ca;
  }

  .xl\:hover\:text-aqua-700:hover {
    color: #2097ac;
  }

  .xl\:hover\:text-aqua-800:hover {
    color: #1c7382;
  }

  .xl\:hover\:text-aqua-900:hover {
    color: #155460;
  }

  .xl\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .xl\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .xl\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .xl\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .xl\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .xl\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .xl\:hover\:text-blue-700:hover {
    color: #006eb5;
  }

  .xl\:hover\:text-blue-800:hover {
    color: #22547c;
  }

  .xl\:hover\:text-blue-900:hover {
    color: #2b435a;
  }

  .xl\:hover\:text-purple-100:hover {
    color: #fcf5ff;
  }

  .xl\:hover\:text-purple-200:hover {
    color: #f1d8fd;
  }

  .xl\:hover\:text-purple-300:hover {
    color: #dbbcfa;
  }

  .xl\:hover\:text-purple-400:hover {
    color: #cd82f2;
  }

  .xl\:hover\:text-purple-500:hover {
    color: #b26dd5;
  }

  .xl\:hover\:text-purple-600:hover {
    color: #904eb1;
  }

  .xl\:hover\:text-purple-700:hover {
    color: #824091;
  }

  .xl\:hover\:text-purple-800:hover {
    color: #743582;
  }

  .xl\:hover\:text-purple-900:hover {
    color: #4a2353;
  }

  .xl\:hover\:text-tan-100:hover {
    color: #f6f2e9;
  }

  .xl\:hover\:text-tan-200:hover {
    color: #eee7d8;
  }

  .xl\:hover\:text-tan-300:hover {
    color: #e7ddc5;
  }

  .xl\:hover\:text-tan-400:hover {
    color: #e5d4ab;
  }

  .xl\:hover\:text-tan-500:hover {
    color: #dec891;
  }

  .xl\:hover\:text-tan-600:hover {
    color: #c3ac74;
  }

  .xl\:hover\:text-tan-700:hover {
    color: #9a8451;
  }

  .xl\:hover\:text-tan-800:hover {
    color: #685936;
  }

  .xl\:hover\:text-tan-900:hover {
    color: #574c33;
  }

  .xl\:hover\:text-gold-500:hover {
    color: #a4804a;
  }

  .xl\:hover\:text-silver-500:hover {
    color: #8a8d8f;
  }

  .xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .xl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .xl\:focus\:text-white-semi-9:focus {
    color: rgba(255, 255, 255, 0.9);
  }

  .xl\:focus\:text-white-semi-8:focus {
    color: rgba(255, 255, 255, 0.8);
  }

  .xl\:focus\:text-white-semi-7:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .xl\:focus\:text-white-semi-6:focus {
    color: rgba(255, 255, 255, 0.6);
  }

  .xl\:focus\:text-white-semi-5:focus {
    color: rgba(255, 255, 255, 0.5);
  }

  .xl\:focus\:text-white-semi-4:focus {
    color: rgba(255, 255, 255, 0.4);
  }

  .xl\:focus\:text-white-semi-3:focus {
    color: rgba(255, 255, 255, 0.3);
  }

  .xl\:focus\:text-white-semi-2:focus {
    color: rgba(255, 255, 255, 0.2);
  }

  .xl\:focus\:text-white-semi-1:focus {
    color: rgba(255, 255, 255, 0.1);
  }

  .xl\:focus\:text-black:focus {
    color: #000;
  }

  .xl\:focus\:text-black-semi-9:focus {
    color: rgba(0, 0, 0, 0.9);
  }

  .xl\:focus\:text-black-semi-8:focus {
    color: rgba(0, 0, 0, 0.8);
  }

  .xl\:focus\:text-black-semi-7:focus {
    color: rgba(0, 0, 0, 0.7);
  }

  .xl\:focus\:text-black-semi-6:focus {
    color: rgba(0, 0, 0, 0.6);
  }

  .xl\:focus\:text-black-semi-5:focus {
    color: rgba(0, 0, 0, 0.5);
  }

  .xl\:focus\:text-black-semi-4:focus {
    color: rgba(0, 0, 0, 0.4);
  }

  .xl\:focus\:text-black-semi-3:focus {
    color: rgba(0, 0, 0, 0.3);
  }

  .xl\:focus\:text-black-semi-2:focus {
    color: rgba(0, 0, 0, 0.2);
  }

  .xl\:focus\:text-black-semi-1:focus {
    color: rgba(0, 0, 0, 0.1);
  }

  .xl\:focus\:text-gray-100:focus {
    color: #f7f7f7;
  }

  .xl\:focus\:text-gray-200:focus {
    color: #ebebeb;
  }

  .xl\:focus\:text-gray-300:focus {
    color: #d0d0d0;
  }

  .xl\:focus\:text-gray-400:focus {
    color: #b8b8b8;
  }

  .xl\:focus\:text-gray-500:focus {
    color: #9e9e9e;
  }

  .xl\:focus\:text-gray-600:focus {
    color: #666666;
  }

  .xl\:focus\:text-gray-700:focus {
    color: #525252;
  }

  .xl\:focus\:text-gray-800:focus {
    color: #333333;
  }

  .xl\:focus\:text-gray-900:focus {
    color: #1f1f1f;
  }

  .xl\:focus\:text-gray-warm-100:focus {
    color: #f4f2f0;
  }

  .xl\:focus\:text-gray-warm-200:focus {
    color: #e9e6e2;
  }

  .xl\:focus\:text-gray-warm-300:focus {
    color: #dfdad4;
  }

  .xl\:focus\:text-gray-warm-400:focus {
    color: #cfc7bf;
  }

  .xl\:focus\:text-gray-warm-500:focus {
    color: #c2bab3;
  }

  .xl\:focus\:text-gray-warm-600:focus {
    color: #b3aca8;
  }

  .xl\:focus\:text-gray-warm-700:focus {
    color: #a19994;
  }

  .xl\:focus\:text-gray-warm-800:focus {
    color: #63544b;
  }

  .xl\:focus\:text-gray-warm-900:focus {
    color: #3f3731;
  }

  .xl\:focus\:text-gray-cool-100:focus {
    color: #f3f4f7;
  }

  .xl\:focus\:text-gray-cool-200:focus {
    color: #e9edf1;
  }

  .xl\:focus\:text-gray-cool-300:focus {
    color: #d5dde6;
  }

  .xl\:focus\:text-gray-cool-400:focus {
    color: #bcc5d2;
  }

  .xl\:focus\:text-gray-cool-500:focus {
    color: #99a3b0;
  }

  .xl\:focus\:text-gray-cool-600:focus {
    color: #8d95a0;
  }

  .xl\:focus\:text-gray-cool-700:focus {
    color: #7e848b;
  }

  .xl\:focus\:text-gray-cool-800:focus {
    color: #686d73;
  }

  .xl\:focus\:text-gray-cool-900:focus {
    color: #50565e;
  }

  .xl\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .xl\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .xl\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .xl\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .xl\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .xl\:focus\:text-red-600:focus {
    color: #e21d2f;
  }

  .xl\:focus\:text-red-700:focus {
    color: #d41b2c;
  }

  .xl\:focus\:text-red-800:focus {
    color: #c61929;
  }

  .xl\:focus\:text-red-900:focus {
    color: #873138;
  }

  .xl\:focus\:text-orange-100:focus {
    color: #fff4f0;
  }

  .xl\:focus\:text-orange-200:focus {
    color: #fed8c8;
  }

  .xl\:focus\:text-orange-300:focus {
    color: #fcb99c;
  }

  .xl\:focus\:text-orange-400:focus {
    color: #fd9568;
  }

  .xl\:focus\:text-orange-500:focus {
    color: #ff854f;
  }

  .xl\:focus\:text-orange-600:focus {
    color: #e66833;
  }

  .xl\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .xl\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .xl\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .xl\:focus\:text-yellow-100:focus {
    color: #fdf6e7;
  }

  .xl\:focus\:text-yellow-200:focus {
    color: #fee9bf;
  }

  .xl\:focus\:text-yellow-300:focus {
    color: #fbd893;
  }

  .xl\:focus\:text-yellow-400:focus {
    color: #fcc85f;
  }

  .xl\:focus\:text-yellow-500:focus {
    color: #ffbf3d;
  }

  .xl\:focus\:text-yellow-600:focus {
    color: #e7a41d;
  }

  .xl\:focus\:text-yellow-700:focus {
    color: #b7841f;
  }

  .xl\:focus\:text-yellow-800:focus {
    color: #976c16;
  }

  .xl\:focus\:text-yellow-900:focus {
    color: #745310;
  }

  .xl\:focus\:text-green-100:focus {
    color: #f9fce9;
  }

  .xl\:focus\:text-green-200:focus {
    color: #e5f396;
  }

  .xl\:focus\:text-green-300:focus {
    color: #d0e656;
  }

  .xl\:focus\:text-green-400:focus {
    color: #badb00;
  }

  .xl\:focus\:text-green-500:focus {
    color: #acca07;
  }

  .xl\:focus\:text-green-600:focus {
    color: #99b305;
  }

  .xl\:focus\:text-green-700:focus {
    color: #869e00;
  }

  .xl\:focus\:text-green-800:focus {
    color: #546727;
  }

  .xl\:focus\:text-green-900:focus {
    color: #394a12;
  }

  .xl\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .xl\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .xl\:focus\:text-teal-300:focus {
    color: #7beadc;
  }

  .xl\:focus\:text-teal-400:focus {
    color: #00cfb5;
  }

  .xl\:focus\:text-teal-500:focus {
    color: #3cbbaa;
  }

  .xl\:focus\:text-teal-600:focus {
    color: #319789;
  }

  .xl\:focus\:text-teal-700:focus {
    color: #2c7b70;
  }

  .xl\:focus\:text-teal-800:focus {
    color: #286159;
  }

  .xl\:focus\:text-teal-900:focus {
    color: #23524c;
  }

  .xl\:focus\:text-aqua-100:focus {
    color: #ebfcff;
  }

  .xl\:focus\:text-aqua-200:focus {
    color: #beeff8;
  }

  .xl\:focus\:text-aqua-300:focus {
    color: #90e5f4;
  }

  .xl\:focus\:text-aqua-400:focus {
    color: #71dcef;
  }

  .xl\:focus\:text-aqua-500:focus {
    color: #52cfe5;
  }

  .xl\:focus\:text-aqua-600:focus {
    color: #2bb2ca;
  }

  .xl\:focus\:text-aqua-700:focus {
    color: #2097ac;
  }

  .xl\:focus\:text-aqua-800:focus {
    color: #1c7382;
  }

  .xl\:focus\:text-aqua-900:focus {
    color: #155460;
  }

  .xl\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .xl\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .xl\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .xl\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .xl\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .xl\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .xl\:focus\:text-blue-700:focus {
    color: #006eb5;
  }

  .xl\:focus\:text-blue-800:focus {
    color: #22547c;
  }

  .xl\:focus\:text-blue-900:focus {
    color: #2b435a;
  }

  .xl\:focus\:text-purple-100:focus {
    color: #fcf5ff;
  }

  .xl\:focus\:text-purple-200:focus {
    color: #f1d8fd;
  }

  .xl\:focus\:text-purple-300:focus {
    color: #dbbcfa;
  }

  .xl\:focus\:text-purple-400:focus {
    color: #cd82f2;
  }

  .xl\:focus\:text-purple-500:focus {
    color: #b26dd5;
  }

  .xl\:focus\:text-purple-600:focus {
    color: #904eb1;
  }

  .xl\:focus\:text-purple-700:focus {
    color: #824091;
  }

  .xl\:focus\:text-purple-800:focus {
    color: #743582;
  }

  .xl\:focus\:text-purple-900:focus {
    color: #4a2353;
  }

  .xl\:focus\:text-tan-100:focus {
    color: #f6f2e9;
  }

  .xl\:focus\:text-tan-200:focus {
    color: #eee7d8;
  }

  .xl\:focus\:text-tan-300:focus {
    color: #e7ddc5;
  }

  .xl\:focus\:text-tan-400:focus {
    color: #e5d4ab;
  }

  .xl\:focus\:text-tan-500:focus {
    color: #dec891;
  }

  .xl\:focus\:text-tan-600:focus {
    color: #c3ac74;
  }

  .xl\:focus\:text-tan-700:focus {
    color: #9a8451;
  }

  .xl\:focus\:text-tan-800:focus {
    color: #685936;
  }

  .xl\:focus\:text-tan-900:focus {
    color: #574c33;
  }

  .xl\:focus\:text-gold-500:focus {
    color: #a4804a;
  }

  .xl\:focus\:text-silver-500:focus {
    color: #8a8d8f;
  }

  .xl\:w-0 {
    width: 0;
  }

  .xl\:w-1 {
    width: 0.25rem;
  }

  .xl\:w-2 {
    width: 0.5rem;
  }

  .xl\:w-3 {
    width: 0.75rem;
  }

  .xl\:w-4 {
    width: 1rem;
  }

  .xl\:w-5 {
    width: 1.25rem;
  }

  .xl\:w-6 {
    width: 1.5rem;
  }

  .xl\:w-7 {
    width: 1.75rem;
  }

  .xl\:w-8 {
    width: 2rem;
  }

  .xl\:w-9 {
    width: 2.25rem;
  }

  .xl\:w-10 {
    width: 2.5rem;
  }

  .xl\:w-11 {
    width: 2.75rem;
  }

  .xl\:w-12 {
    width: 3rem;
  }

  .xl\:w-13 {
    width: 3.25rem;
  }

  .xl\:w-14 {
    width: 3.5rem;
  }

  .xl\:w-15 {
    width: 3.75rem;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-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-128 {
    width: 32rem;
  }

  .xl\:w-144 {
    width: 36rem;
  }

  .xl\:w-160 {
    width: 40rem;
  }

  .xl\:w-192 {
    width: 48rem;
  }

  .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-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\:z-0 {
    z-index: 0;
  }

  .xl\:z-10 {
    z-index: 10;
  }

  .xl\:z-20 {
    z-index: 20;
  }

  .xl\:z-30 {
    z-index: 30;
  }

  .xl\:z-40 {
    z-index: 40;
  }

  .xl\:z-50 {
    z-index: 50;
  }

  .xl\:z-auto {
    z-index: auto;
  }

  .xl\:z-behind {
    z-index: -1;
  }

  .xl\:z-max {
    z-index: 1000;
  }

  .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\:rotate-0 {
    transform: rotate(0);
  }

  .xl\:rotate-45 {
    transform: rotate(45deg);
  }

  .xl\:rotate-90 {
    transform: rotate(90deg);
  }

  .xl\:rotate-180 {
    transform: rotate(180deg);
  }

  .xl\:-rotate-180 {
    transform: rotate(-180deg);
  }

  .xl\:-rotate-90 {
    transform: rotate(-90deg);
  }

  .xl\:-rotate-45 {
    transform: rotate(-45deg);
  }

  .xl\:hover\:rotate-0:hover {
    transform: rotate(0);
  }

  .xl\:hover\:rotate-45:hover {
    transform: rotate(45deg);
  }

  .xl\:hover\:rotate-90:hover {
    transform: rotate(90deg);
  }

  .xl\:hover\:rotate-180:hover {
    transform: rotate(180deg);
  }

  .xl\:hover\:-rotate-180:hover {
    transform: rotate(-180deg);
  }

  .xl\:hover\:-rotate-90:hover {
    transform: rotate(-90deg);
  }

  .xl\:hover\:-rotate-45:hover {
    transform: rotate(-45deg);
  }

  .xl\:focus\:rotate-0:focus {
    transform: rotate(0);
  }

  .xl\:focus\:rotate-45:focus {
    transform: rotate(45deg);
  }

  .xl\:focus\:rotate-90:focus {
    transform: rotate(90deg);
  }

  .xl\:focus\:rotate-180:focus {
    transform: rotate(180deg);
  }

  .xl\:focus\:-rotate-180:focus {
    transform: rotate(-180deg);
  }

  .xl\:focus\:-rotate-90:focus {
    transform: rotate(-90deg);
  }

  .xl\:focus\:-rotate-45:focus {
    transform: rotate(-45deg);
  }

  .xl\:translate-x-0 {
    transform: translateX(0);
  }

  .xl\:translate-x-1 {
    transform: translateX(0.25rem);
  }

  .xl\:translate-x-2 {
    transform: translateX(0.5rem);
  }

  .xl\:translate-x-3 {
    transform: translateX(0.75rem);
  }

  .xl\:translate-x-4 {
    transform: translateX(1rem);
  }

  .xl\:translate-x-5 {
    transform: translateX(1.25rem);
  }

  .xl\:translate-x-6 {
    transform: translateX(1.5rem);
  }

  .xl\:translate-x-7 {
    transform: translateX(1.75rem);
  }

  .xl\:translate-x-8 {
    transform: translateX(2rem);
  }

  .xl\:translate-x-9 {
    transform: translateX(2.25rem);
  }

  .xl\:translate-x-10 {
    transform: translateX(2.5rem);
  }

  .xl\:translate-x-11 {
    transform: translateX(2.75rem);
  }

  .xl\:translate-x-12 {
    transform: translateX(3rem);
  }

  .xl\:translate-x-13 {
    transform: translateX(3.25rem);
  }

  .xl\:translate-x-14 {
    transform: translateX(3.5rem);
  }

  .xl\:translate-x-15 {
    transform: translateX(3.75rem);
  }

  .xl\:translate-x-16 {
    transform: translateX(4rem);
  }

  .xl\:translate-x-20 {
    transform: translateX(5rem);
  }

  .xl\:translate-x-24 {
    transform: translateX(6rem);
  }

  .xl\:translate-x-28 {
    transform: translateX(7rem);
  }

  .xl\:translate-x-32 {
    transform: translateX(8rem);
  }

  .xl\:translate-x-36 {
    transform: translateX(9rem);
  }

  .xl\:translate-x-40 {
    transform: translateX(10rem);
  }

  .xl\:translate-x-44 {
    transform: translateX(11rem);
  }

  .xl\:translate-x-48 {
    transform: translateX(12rem);
  }

  .xl\:translate-x-52 {
    transform: translateX(13rem);
  }

  .xl\:translate-x-56 {
    transform: translateX(14rem);
  }

  .xl\:translate-x-60 {
    transform: translateX(15rem);
  }

  .xl\:translate-x-64 {
    transform: translateX(16rem);
  }

  .xl\:translate-x-72 {
    transform: translateX(18rem);
  }

  .xl\:translate-x-80 {
    transform: translateX(20rem);
  }

  .xl\:translate-x-96 {
    transform: translateX(24rem);
  }

  .xl\:translate-x-128 {
    transform: translateX(32rem);
  }

  .xl\:translate-x-144 {
    transform: translateX(36rem);
  }

  .xl\:translate-x-160 {
    transform: translateX(40rem);
  }

  .xl\:translate-x-192 {
    transform: translateX(48rem);
  }

  .xl\:translate-x-px {
    transform: translateX(1px);
  }

  .xl\:translate-x-0\.5 {
    transform: translateX(0.125rem);
  }

  .xl\:translate-x-1\.5 {
    transform: translateX(0.375rem);
  }

  .xl\:translate-x-2\.5 {
    transform: translateX(0.625rem);
  }

  .xl\:translate-x-3\.5 {
    transform: translateX(0.875rem);
  }

  .xl\:translate-x-1\/2 {
    transform: translateX(50%);
  }

  .xl\:translate-x-1\/3 {
    transform: translateX(33.333333%);
  }

  .xl\:translate-x-2\/3 {
    transform: translateX(66.666667%);
  }

  .xl\:translate-x-1\/4 {
    transform: translateX(25%);
  }

  .xl\:translate-x-2\/4 {
    transform: translateX(50%);
  }

  .xl\:translate-x-3\/4 {
    transform: translateX(75%);
  }

  .xl\:translate-x-1\/5 {
    transform: translateX(20%);
  }

  .xl\:translate-x-2\/5 {
    transform: translateX(40%);
  }

  .xl\:translate-x-3\/5 {
    transform: translateX(60%);
  }

  .xl\:translate-x-4\/5 {
    transform: translateX(80%);
  }

  .xl\:translate-x-1\/6 {
    transform: translateX(16.666667%);
  }

  .xl\:translate-x-2\/6 {
    transform: translateX(33.333333%);
  }

  .xl\:translate-x-3\/6 {
    transform: translateX(50%);
  }

  .xl\:translate-x-4\/6 {
    transform: translateX(66.666667%);
  }

  .xl\:translate-x-5\/6 {
    transform: translateX(83.333333%);
  }

  .xl\:translate-x-1\/12 {
    transform: translateX(8.333333%);
  }

  .xl\:translate-x-2\/12 {
    transform: translateX(16.666667%);
  }

  .xl\:translate-x-3\/12 {
    transform: translateX(25%);
  }

  .xl\:translate-x-4\/12 {
    transform: translateX(33.333333%);
  }

  .xl\:translate-x-5\/12 {
    transform: translateX(41.666667%);
  }

  .xl\:translate-x-6\/12 {
    transform: translateX(50%);
  }

  .xl\:translate-x-7\/12 {
    transform: translateX(58.333333%);
  }

  .xl\:translate-x-8\/12 {
    transform: translateX(66.666667%);
  }

  .xl\:translate-x-9\/12 {
    transform: translateX(75%);
  }

  .xl\:translate-x-10\/12 {
    transform: translateX(83.333333%);
  }

  .xl\:translate-x-11\/12 {
    transform: translateX(91.666667%);
  }

  .xl\:translate-x-full {
    transform: translateX(100%);
  }

  .xl\:-translate-x-1 {
    transform: translateX(-0.25rem);
  }

  .xl\:-translate-x-2 {
    transform: translateX(-0.5rem);
  }

  .xl\:-translate-x-3 {
    transform: translateX(-0.75rem);
  }

  .xl\:-translate-x-4 {
    transform: translateX(-1rem);
  }

  .xl\:-translate-x-5 {
    transform: translateX(-1.25rem);
  }

  .xl\:-translate-x-6 {
    transform: translateX(-1.5rem);
  }

  .xl\:-translate-x-7 {
    transform: translateX(-1.75rem);
  }

  .xl\:-translate-x-8 {
    transform: translateX(-2rem);
  }

  .xl\:-translate-x-9 {
    transform: translateX(-2.25rem);
  }

  .xl\:-translate-x-10 {
    transform: translateX(-2.5rem);
  }

  .xl\:-translate-x-11 {
    transform: translateX(-2.75rem);
  }

  .xl\:-translate-x-12 {
    transform: translateX(-3rem);
  }

  .xl\:-translate-x-13 {
    transform: translateX(-3.25rem);
  }

  .xl\:-translate-x-14 {
    transform: translateX(-3.5rem);
  }

  .xl\:-translate-x-15 {
    transform: translateX(-3.75rem);
  }

  .xl\:-translate-x-16 {
    transform: translateX(-4rem);
  }

  .xl\:-translate-x-20 {
    transform: translateX(-5rem);
  }

  .xl\:-translate-x-24 {
    transform: translateX(-6rem);
  }

  .xl\:-translate-x-28 {
    transform: translateX(-7rem);
  }

  .xl\:-translate-x-32 {
    transform: translateX(-8rem);
  }

  .xl\:-translate-x-36 {
    transform: translateX(-9rem);
  }

  .xl\:-translate-x-40 {
    transform: translateX(-10rem);
  }

  .xl\:-translate-x-44 {
    transform: translateX(-11rem);
  }

  .xl\:-translate-x-48 {
    transform: translateX(-12rem);
  }

  .xl\:-translate-x-52 {
    transform: translateX(-13rem);
  }

  .xl\:-translate-x-56 {
    transform: translateX(-14rem);
  }

  .xl\:-translate-x-60 {
    transform: translateX(-15rem);
  }

  .xl\:-translate-x-64 {
    transform: translateX(-16rem);
  }

  .xl\:-translate-x-72 {
    transform: translateX(-18rem);
  }

  .xl\:-translate-x-80 {
    transform: translateX(-20rem);
  }

  .xl\:-translate-x-96 {
    transform: translateX(-24rem);
  }

  .xl\:-translate-x-128 {
    transform: translateX(-32rem);
  }

  .xl\:-translate-x-144 {
    transform: translateX(-36rem);
  }

  .xl\:-translate-x-160 {
    transform: translateX(-40rem);
  }

  .xl\:-translate-x-192 {
    transform: translateX(-48rem);
  }

  .xl\:-translate-x-px {
    transform: translateX(-1px);
  }

  .xl\:-translate-x-0\.5 {
    transform: translateX(-0.125rem);
  }

  .xl\:-translate-x-1\.5 {
    transform: translateX(-0.375rem);
  }

  .xl\:-translate-x-2\.5 {
    transform: translateX(-0.625rem);
  }

  .xl\:-translate-x-3\.5 {
    transform: translateX(-0.875rem);
  }

  .xl\:-translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .xl\:-translate-x-1\/3 {
    transform: translateX(-33.33333%);
  }

  .xl\:-translate-x-2\/3 {
    transform: translateX(-66.66667%);
  }

  .xl\:-translate-x-1\/4 {
    transform: translateX(-25%);
  }

  .xl\:-translate-x-2\/4 {
    transform: translateX(-50%);
  }

  .xl\:-translate-x-3\/4 {
    transform: translateX(-75%);
  }

  .xl\:-translate-x-1\/5 {
    transform: translateX(-20%);
  }

  .xl\:-translate-x-2\/5 {
    transform: translateX(-40%);
  }

  .xl\:-translate-x-3\/5 {
    transform: translateX(-60%);
  }

  .xl\:-translate-x-4\/5 {
    transform: translateX(-80%);
  }

  .xl\:-translate-x-1\/6 {
    transform: translateX(-16.66667%);
  }

  .xl\:-translate-x-2\/6 {
    transform: translateX(-33.33333%);
  }

  .xl\:-translate-x-3\/6 {
    transform: translateX(-50%);
  }

  .xl\:-translate-x-4\/6 {
    transform: translateX(-66.66667%);
  }

  .xl\:-translate-x-5\/6 {
    transform: translateX(-83.33333%);
  }

  .xl\:-translate-x-1\/12 {
    transform: translateX(-8.33333%);
  }

  .xl\:-translate-x-2\/12 {
    transform: translateX(-16.66667%);
  }

  .xl\:-translate-x-3\/12 {
    transform: translateX(-25%);
  }

  .xl\:-translate-x-4\/12 {
    transform: translateX(-33.33333%);
  }

  .xl\:-translate-x-5\/12 {
    transform: translateX(-41.66667%);
  }

  .xl\:-translate-x-6\/12 {
    transform: translateX(-50%);
  }

  .xl\:-translate-x-7\/12 {
    transform: translateX(-58.33333%);
  }

  .xl\:-translate-x-8\/12 {
    transform: translateX(-66.66667%);
  }

  .xl\:-translate-x-9\/12 {
    transform: translateX(-75%);
  }

  .xl\:-translate-x-10\/12 {
    transform: translateX(-83.33333%);
  }

  .xl\:-translate-x-11\/12 {
    transform: translateX(-91.66667%);
  }

  .xl\:-translate-x-full {
    transform: translateX(-100%);
  }

  .xl\:translate-y-0 {
    transform: translateY(0);
  }

  .xl\:translate-y-1 {
    transform: translateY(0.25rem);
  }

  .xl\:translate-y-2 {
    transform: translateY(0.5rem);
  }

  .xl\:translate-y-3 {
    transform: translateY(0.75rem);
  }

  .xl\:translate-y-4 {
    transform: translateY(1rem);
  }

  .xl\:translate-y-5 {
    transform: translateY(1.25rem);
  }

  .xl\:translate-y-6 {
    transform: translateY(1.5rem);
  }

  .xl\:translate-y-7 {
    transform: translateY(1.75rem);
  }

  .xl\:translate-y-8 {
    transform: translateY(2rem);
  }

  .xl\:translate-y-9 {
    transform: translateY(2.25rem);
  }

  .xl\:translate-y-10 {
    transform: translateY(2.5rem);
  }

  .xl\:translate-y-11 {
    transform: translateY(2.75rem);
  }

  .xl\:translate-y-12 {
    transform: translateY(3rem);
  }

  .xl\:translate-y-13 {
    transform: translateY(3.25rem);
  }

  .xl\:translate-y-14 {
    transform: translateY(3.5rem);
  }

  .xl\:translate-y-15 {
    transform: translateY(3.75rem);
  }

  .xl\:translate-y-16 {
    transform: translateY(4rem);
  }

  .xl\:translate-y-20 {
    transform: translateY(5rem);
  }

  .xl\:translate-y-24 {
    transform: translateY(6rem);
  }

  .xl\:translate-y-28 {
    transform: translateY(7rem);
  }

  .xl\:translate-y-32 {
    transform: translateY(8rem);
  }

  .xl\:translate-y-36 {
    transform: translateY(9rem);
  }

  .xl\:translate-y-40 {
    transform: translateY(10rem);
  }

  .xl\:translate-y-44 {
    transform: translateY(11rem);
  }

  .xl\:translate-y-48 {
    transform: translateY(12rem);
  }

  .xl\:translate-y-52 {
    transform: translateY(13rem);
  }

  .xl\:translate-y-56 {
    transform: translateY(14rem);
  }

  .xl\:translate-y-60 {
    transform: translateY(15rem);
  }

  .xl\:translate-y-64 {
    transform: translateY(16rem);
  }

  .xl\:translate-y-72 {
    transform: translateY(18rem);
  }

  .xl\:translate-y-80 {
    transform: translateY(20rem);
  }

  .xl\:translate-y-96 {
    transform: translateY(24rem);
  }

  .xl\:translate-y-128 {
    transform: translateY(32rem);
  }

  .xl\:translate-y-144 {
    transform: translateY(36rem);
  }

  .xl\:translate-y-160 {
    transform: translateY(40rem);
  }

  .xl\:translate-y-192 {
    transform: translateY(48rem);
  }

  .xl\:translate-y-px {
    transform: translateY(1px);
  }

  .xl\:translate-y-0\.5 {
    transform: translateY(0.125rem);
  }

  .xl\:translate-y-1\.5 {
    transform: translateY(0.375rem);
  }

  .xl\:translate-y-2\.5 {
    transform: translateY(0.625rem);
  }

  .xl\:translate-y-3\.5 {
    transform: translateY(0.875rem);
  }

  .xl\:translate-y-1\/2 {
    transform: translateY(50%);
  }

  .xl\:translate-y-1\/3 {
    transform: translateY(33.333333%);
  }

  .xl\:translate-y-2\/3 {
    transform: translateY(66.666667%);
  }

  .xl\:translate-y-1\/4 {
    transform: translateY(25%);
  }

  .xl\:translate-y-2\/4 {
    transform: translateY(50%);
  }

  .xl\:translate-y-3\/4 {
    transform: translateY(75%);
  }

  .xl\:translate-y-1\/5 {
    transform: translateY(20%);
  }

  .xl\:translate-y-2\/5 {
    transform: translateY(40%);
  }

  .xl\:translate-y-3\/5 {
    transform: translateY(60%);
  }

  .xl\:translate-y-4\/5 {
    transform: translateY(80%);
  }

  .xl\:translate-y-1\/6 {
    transform: translateY(16.666667%);
  }

  .xl\:translate-y-2\/6 {
    transform: translateY(33.333333%);
  }

  .xl\:translate-y-3\/6 {
    transform: translateY(50%);
  }

  .xl\:translate-y-4\/6 {
    transform: translateY(66.666667%);
  }

  .xl\:translate-y-5\/6 {
    transform: translateY(83.333333%);
  }

  .xl\:translate-y-1\/12 {
    transform: translateY(8.333333%);
  }

  .xl\:translate-y-2\/12 {
    transform: translateY(16.666667%);
  }

  .xl\:translate-y-3\/12 {
    transform: translateY(25%);
  }

  .xl\:translate-y-4\/12 {
    transform: translateY(33.333333%);
  }

  .xl\:translate-y-5\/12 {
    transform: translateY(41.666667%);
  }

  .xl\:translate-y-6\/12 {
    transform: translateY(50%);
  }

  .xl\:translate-y-7\/12 {
    transform: translateY(58.333333%);
  }

  .xl\:translate-y-8\/12 {
    transform: translateY(66.666667%);
  }

  .xl\:translate-y-9\/12 {
    transform: translateY(75%);
  }

  .xl\:translate-y-10\/12 {
    transform: translateY(83.333333%);
  }

  .xl\:translate-y-11\/12 {
    transform: translateY(91.666667%);
  }

  .xl\:translate-y-full {
    transform: translateY(100%);
  }

  .xl\:-translate-y-1 {
    transform: translateY(-0.25rem);
  }

  .xl\:-translate-y-2 {
    transform: translateY(-0.5rem);
  }

  .xl\:-translate-y-3 {
    transform: translateY(-0.75rem);
  }

  .xl\:-translate-y-4 {
    transform: translateY(-1rem);
  }

  .xl\:-translate-y-5 {
    transform: translateY(-1.25rem);
  }

  .xl\:-translate-y-6 {
    transform: translateY(-1.5rem);
  }

  .xl\:-translate-y-7 {
    transform: translateY(-1.75rem);
  }

  .xl\:-translate-y-8 {
    transform: translateY(-2rem);
  }

  .xl\:-translate-y-9 {
    transform: translateY(-2.25rem);
  }

  .xl\:-translate-y-10 {
    transform: translateY(-2.5rem);
  }

  .xl\:-translate-y-11 {
    transform: translateY(-2.75rem);
  }

  .xl\:-translate-y-12 {
    transform: translateY(-3rem);
  }

  .xl\:-translate-y-13 {
    transform: translateY(-3.25rem);
  }

  .xl\:-translate-y-14 {
    transform: translateY(-3.5rem);
  }

  .xl\:-translate-y-15 {
    transform: translateY(-3.75rem);
  }

  .xl\:-translate-y-16 {
    transform: translateY(-4rem);
  }

  .xl\:-translate-y-20 {
    transform: translateY(-5rem);
  }

  .xl\:-translate-y-24 {
    transform: translateY(-6rem);
  }

  .xl\:-translate-y-28 {
    transform: translateY(-7rem);
  }

  .xl\:-translate-y-32 {
    transform: translateY(-8rem);
  }

  .xl\:-translate-y-36 {
    transform: translateY(-9rem);
  }

  .xl\:-translate-y-40 {
    transform: translateY(-10rem);
  }

  .xl\:-translate-y-44 {
    transform: translateY(-11rem);
  }

  .xl\:-translate-y-48 {
    transform: translateY(-12rem);
  }

  .xl\:-translate-y-52 {
    transform: translateY(-13rem);
  }

  .xl\:-translate-y-56 {
    transform: translateY(-14rem);
  }

  .xl\:-translate-y-60 {
    transform: translateY(-15rem);
  }

  .xl\:-translate-y-64 {
    transform: translateY(-16rem);
  }

  .xl\:-translate-y-72 {
    transform: translateY(-18rem);
  }

  .xl\:-translate-y-80 {
    transform: translateY(-20rem);
  }

  .xl\:-translate-y-96 {
    transform: translateY(-24rem);
  }

  .xl\:-translate-y-128 {
    transform: translateY(-32rem);
  }

  .xl\:-translate-y-144 {
    transform: translateY(-36rem);
  }

  .xl\:-translate-y-160 {
    transform: translateY(-40rem);
  }

  .xl\:-translate-y-192 {
    transform: translateY(-48rem);
  }

  .xl\:-translate-y-px {
    transform: translateY(-1px);
  }

  .xl\:-translate-y-0\.5 {
    transform: translateY(-0.125rem);
  }

  .xl\:-translate-y-1\.5 {
    transform: translateY(-0.375rem);
  }

  .xl\:-translate-y-2\.5 {
    transform: translateY(-0.625rem);
  }

  .xl\:-translate-y-3\.5 {
    transform: translateY(-0.875rem);
  }

  .xl\:-translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .xl\:-translate-y-1\/3 {
    transform: translateY(-33.33333%);
  }

  .xl\:-translate-y-2\/3 {
    transform: translateY(-66.66667%);
  }

  .xl\:-translate-y-1\/4 {
    transform: translateY(-25%);
  }

  .xl\:-translate-y-2\/4 {
    transform: translateY(-50%);
  }

  .xl\:-translate-y-3\/4 {
    transform: translateY(-75%);
  }

  .xl\:-translate-y-1\/5 {
    transform: translateY(-20%);
  }

  .xl\:-translate-y-2\/5 {
    transform: translateY(-40%);
  }

  .xl\:-translate-y-3\/5 {
    transform: translateY(-60%);
  }

  .xl\:-translate-y-4\/5 {
    transform: translateY(-80%);
  }

  .xl\:-translate-y-1\/6 {
    transform: translateY(-16.66667%);
  }

  .xl\:-translate-y-2\/6 {
    transform: translateY(-33.33333%);
  }

  .xl\:-translate-y-3\/6 {
    transform: translateY(-50%);
  }

  .xl\:-translate-y-4\/6 {
    transform: translateY(-66.66667%);
  }

  .xl\:-translate-y-5\/6 {
    transform: translateY(-83.33333%);
  }

  .xl\:-translate-y-1\/12 {
    transform: translateY(-8.33333%);
  }

  .xl\:-translate-y-2\/12 {
    transform: translateY(-16.66667%);
  }

  .xl\:-translate-y-3\/12 {
    transform: translateY(-25%);
  }

  .xl\:-translate-y-4\/12 {
    transform: translateY(-33.33333%);
  }

  .xl\:-translate-y-5\/12 {
    transform: translateY(-41.66667%);
  }

  .xl\:-translate-y-6\/12 {
    transform: translateY(-50%);
  }

  .xl\:-translate-y-7\/12 {
    transform: translateY(-58.33333%);
  }

  .xl\:-translate-y-8\/12 {
    transform: translateY(-66.66667%);
  }

  .xl\:-translate-y-9\/12 {
    transform: translateY(-75%);
  }

  .xl\:-translate-y-10\/12 {
    transform: translateY(-83.33333%);
  }

  .xl\:-translate-y-11\/12 {
    transform: translateY(-91.66667%);
  }

  .xl\:-translate-y-full {
    transform: translateY(-100%);
  }

  .xl\:hover\:translate-x-0:hover {
    transform: translateX(0);
  }

  .xl\:hover\:translate-x-1:hover {
    transform: translateX(0.25rem);
  }

  .xl\:hover\:translate-x-2:hover {
    transform: translateX(0.5rem);
  }

  .xl\:hover\:translate-x-3:hover {
    transform: translateX(0.75rem);
  }

  .xl\:hover\:translate-x-4:hover {
    transform: translateX(1rem);
  }

  .xl\:hover\:translate-x-5:hover {
    transform: translateX(1.25rem);
  }

  .xl\:hover\:translate-x-6:hover {
    transform: translateX(1.5rem);
  }

  .xl\:hover\:translate-x-7:hover {
    transform: translateX(1.75rem);
  }

  .xl\:hover\:translate-x-8:hover {
    transform: translateX(2rem);
  }

  .xl\:hover\:translate-x-9:hover {
    transform: translateX(2.25rem);
  }

  .xl\:hover\:translate-x-10:hover {
    transform: translateX(2.5rem);
  }

  .xl\:hover\:translate-x-11:hover {
    transform: translateX(2.75rem);
  }

  .xl\:hover\:translate-x-12:hover {
    transform: translateX(3rem);
  }

  .xl\:hover\:translate-x-13:hover {
    transform: translateX(3.25rem);
  }

  .xl\:hover\:translate-x-14:hover {
    transform: translateX(3.5rem);
  }

  .xl\:hover\:translate-x-15:hover {
    transform: translateX(3.75rem);
  }

  .xl\:hover\:translate-x-16:hover {
    transform: translateX(4rem);
  }

  .xl\:hover\:translate-x-20:hover {
    transform: translateX(5rem);
  }

  .xl\:hover\:translate-x-24:hover {
    transform: translateX(6rem);
  }

  .xl\:hover\:translate-x-28:hover {
    transform: translateX(7rem);
  }

  .xl\:hover\:translate-x-32:hover {
    transform: translateX(8rem);
  }

  .xl\:hover\:translate-x-36:hover {
    transform: translateX(9rem);
  }

  .xl\:hover\:translate-x-40:hover {
    transform: translateX(10rem);
  }

  .xl\:hover\:translate-x-44:hover {
    transform: translateX(11rem);
  }

  .xl\:hover\:translate-x-48:hover {
    transform: translateX(12rem);
  }

  .xl\:hover\:translate-x-52:hover {
    transform: translateX(13rem);
  }

  .xl\:hover\:translate-x-56:hover {
    transform: translateX(14rem);
  }

  .xl\:hover\:translate-x-60:hover {
    transform: translateX(15rem);
  }

  .xl\:hover\:translate-x-64:hover {
    transform: translateX(16rem);
  }

  .xl\:hover\:translate-x-72:hover {
    transform: translateX(18rem);
  }

  .xl\:hover\:translate-x-80:hover {
    transform: translateX(20rem);
  }

  .xl\:hover\:translate-x-96:hover {
    transform: translateX(24rem);
  }

  .xl\:hover\:translate-x-128:hover {
    transform: translateX(32rem);
  }

  .xl\:hover\:translate-x-144:hover {
    transform: translateX(36rem);
  }

  .xl\:hover\:translate-x-160:hover {
    transform: translateX(40rem);
  }

  .xl\:hover\:translate-x-192:hover {
    transform: translateX(48rem);
  }

  .xl\:hover\:translate-x-px:hover {
    transform: translateX(1px);
  }

  .xl\:hover\:translate-x-0\.5:hover {
    transform: translateX(0.125rem);
  }

  .xl\:hover\:translate-x-1\.5:hover {
    transform: translateX(0.375rem);
  }

  .xl\:hover\:translate-x-2\.5:hover {
    transform: translateX(0.625rem);
  }

  .xl\:hover\:translate-x-3\.5:hover {
    transform: translateX(0.875rem);
  }

  .xl\:hover\:translate-x-1\/2:hover {
    transform: translateX(50%);
  }

  .xl\:hover\:translate-x-1\/3:hover {
    transform: translateX(33.333333%);
  }

  .xl\:hover\:translate-x-2\/3:hover {
    transform: translateX(66.666667%);
  }

  .xl\:hover\:translate-x-1\/4:hover {
    transform: translateX(25%);
  }

  .xl\:hover\:translate-x-2\/4:hover {
    transform: translateX(50%);
  }

  .xl\:hover\:translate-x-3\/4:hover {
    transform: translateX(75%);
  }

  .xl\:hover\:translate-x-1\/5:hover {
    transform: translateX(20%);
  }

  .xl\:hover\:translate-x-2\/5:hover {
    transform: translateX(40%);
  }

  .xl\:hover\:translate-x-3\/5:hover {
    transform: translateX(60%);
  }

  .xl\:hover\:translate-x-4\/5:hover {
    transform: translateX(80%);
  }

  .xl\:hover\:translate-x-1\/6:hover {
    transform: translateX(16.666667%);
  }

  .xl\:hover\:translate-x-2\/6:hover {
    transform: translateX(33.333333%);
  }

  .xl\:hover\:translate-x-3\/6:hover {
    transform: translateX(50%);
  }

  .xl\:hover\:translate-x-4\/6:hover {
    transform: translateX(66.666667%);
  }

  .xl\:hover\:translate-x-5\/6:hover {
    transform: translateX(83.333333%);
  }

  .xl\:hover\:translate-x-1\/12:hover {
    transform: translateX(8.333333%);
  }

  .xl\:hover\:translate-x-2\/12:hover {
    transform: translateX(16.666667%);
  }

  .xl\:hover\:translate-x-3\/12:hover {
    transform: translateX(25%);
  }

  .xl\:hover\:translate-x-4\/12:hover {
    transform: translateX(33.333333%);
  }

  .xl\:hover\:translate-x-5\/12:hover {
    transform: translateX(41.666667%);
  }

  .xl\:hover\:translate-x-6\/12:hover {
    transform: translateX(50%);
  }

  .xl\:hover\:translate-x-7\/12:hover {
    transform: translateX(58.333333%);
  }

  .xl\:hover\:translate-x-8\/12:hover {
    transform: translateX(66.666667%);
  }

  .xl\:hover\:translate-x-9\/12:hover {
    transform: translateX(75%);
  }

  .xl\:hover\:translate-x-10\/12:hover {
    transform: translateX(83.333333%);
  }

  .xl\:hover\:translate-x-11\/12:hover {
    transform: translateX(91.666667%);
  }

  .xl\:hover\:translate-x-full:hover {
    transform: translateX(100%);
  }

  .xl\:hover\:-translate-x-1:hover {
    transform: translateX(-0.25rem);
  }

  .xl\:hover\:-translate-x-2:hover {
    transform: translateX(-0.5rem);
  }

  .xl\:hover\:-translate-x-3:hover {
    transform: translateX(-0.75rem);
  }

  .xl\:hover\:-translate-x-4:hover {
    transform: translateX(-1rem);
  }

  .xl\:hover\:-translate-x-5:hover {
    transform: translateX(-1.25rem);
  }

  .xl\:hover\:-translate-x-6:hover {
    transform: translateX(-1.5rem);
  }

  .xl\:hover\:-translate-x-7:hover {
    transform: translateX(-1.75rem);
  }

  .xl\:hover\:-translate-x-8:hover {
    transform: translateX(-2rem);
  }

  .xl\:hover\:-translate-x-9:hover {
    transform: translateX(-2.25rem);
  }

  .xl\:hover\:-translate-x-10:hover {
    transform: translateX(-2.5rem);
  }

  .xl\:hover\:-translate-x-11:hover {
    transform: translateX(-2.75rem);
  }

  .xl\:hover\:-translate-x-12:hover {
    transform: translateX(-3rem);
  }

  .xl\:hover\:-translate-x-13:hover {
    transform: translateX(-3.25rem);
  }

  .xl\:hover\:-translate-x-14:hover {
    transform: translateX(-3.5rem);
  }

  .xl\:hover\:-translate-x-15:hover {
    transform: translateX(-3.75rem);
  }

  .xl\:hover\:-translate-x-16:hover {
    transform: translateX(-4rem);
  }

  .xl\:hover\:-translate-x-20:hover {
    transform: translateX(-5rem);
  }

  .xl\:hover\:-translate-x-24:hover {
    transform: translateX(-6rem);
  }

  .xl\:hover\:-translate-x-28:hover {
    transform: translateX(-7rem);
  }

  .xl\:hover\:-translate-x-32:hover {
    transform: translateX(-8rem);
  }

  .xl\:hover\:-translate-x-36:hover {
    transform: translateX(-9rem);
  }

  .xl\:hover\:-translate-x-40:hover {
    transform: translateX(-10rem);
  }

  .xl\:hover\:-translate-x-44:hover {
    transform: translateX(-11rem);
  }

  .xl\:hover\:-translate-x-48:hover {
    transform: translateX(-12rem);
  }

  .xl\:hover\:-translate-x-52:hover {
    transform: translateX(-13rem);
  }

  .xl\:hover\:-translate-x-56:hover {
    transform: translateX(-14rem);
  }

  .xl\:hover\:-translate-x-60:hover {
    transform: translateX(-15rem);
  }

  .xl\:hover\:-translate-x-64:hover {
    transform: translateX(-16rem);
  }

  .xl\:hover\:-translate-x-72:hover {
    transform: translateX(-18rem);
  }

  .xl\:hover\:-translate-x-80:hover {
    transform: translateX(-20rem);
  }

  .xl\:hover\:-translate-x-96:hover {
    transform: translateX(-24rem);
  }

  .xl\:hover\:-translate-x-128:hover {
    transform: translateX(-32rem);
  }

  .xl\:hover\:-translate-x-144:hover {
    transform: translateX(-36rem);
  }

  .xl\:hover\:-translate-x-160:hover {
    transform: translateX(-40rem);
  }

  .xl\:hover\:-translate-x-192:hover {
    transform: translateX(-48rem);
  }

  .xl\:hover\:-translate-x-px:hover {
    transform: translateX(-1px);
  }

  .xl\:hover\:-translate-x-0\.5:hover {
    transform: translateX(-0.125rem);
  }

  .xl\:hover\:-translate-x-1\.5:hover {
    transform: translateX(-0.375rem);
  }

  .xl\:hover\:-translate-x-2\.5:hover {
    transform: translateX(-0.625rem);
  }

  .xl\:hover\:-translate-x-3\.5:hover {
    transform: translateX(-0.875rem);
  }

  .xl\:hover\:-translate-x-1\/2:hover {
    transform: translateX(-50%);
  }

  .xl\:hover\:-translate-x-1\/3:hover {
    transform: translateX(-33.33333%);
  }

  .xl\:hover\:-translate-x-2\/3:hover {
    transform: translateX(-66.66667%);
  }

  .xl\:hover\:-translate-x-1\/4:hover {
    transform: translateX(-25%);
  }

  .xl\:hover\:-translate-x-2\/4:hover {
    transform: translateX(-50%);
  }

  .xl\:hover\:-translate-x-3\/4:hover {
    transform: translateX(-75%);
  }

  .xl\:hover\:-translate-x-1\/5:hover {
    transform: translateX(-20%);
  }

  .xl\:hover\:-translate-x-2\/5:hover {
    transform: translateX(-40%);
  }

  .xl\:hover\:-translate-x-3\/5:hover {
    transform: translateX(-60%);
  }

  .xl\:hover\:-translate-x-4\/5:hover {
    transform: translateX(-80%);
  }

  .xl\:hover\:-translate-x-1\/6:hover {
    transform: translateX(-16.66667%);
  }

  .xl\:hover\:-translate-x-2\/6:hover {
    transform: translateX(-33.33333%);
  }

  .xl\:hover\:-translate-x-3\/6:hover {
    transform: translateX(-50%);
  }

  .xl\:hover\:-translate-x-4\/6:hover {
    transform: translateX(-66.66667%);
  }

  .xl\:hover\:-translate-x-5\/6:hover {
    transform: translateX(-83.33333%);
  }

  .xl\:hover\:-translate-x-1\/12:hover {
    transform: translateX(-8.33333%);
  }

  .xl\:hover\:-translate-x-2\/12:hover {
    transform: translateX(-16.66667%);
  }

  .xl\:hover\:-translate-x-3\/12:hover {
    transform: translateX(-25%);
  }

  .xl\:hover\:-translate-x-4\/12:hover {
    transform: translateX(-33.33333%);
  }

  .xl\:hover\:-translate-x-5\/12:hover {
    transform: translateX(-41.66667%);
  }

  .xl\:hover\:-translate-x-6\/12:hover {
    transform: translateX(-50%);
  }

  .xl\:hover\:-translate-x-7\/12:hover {
    transform: translateX(-58.33333%);
  }

  .xl\:hover\:-translate-x-8\/12:hover {
    transform: translateX(-66.66667%);
  }

  .xl\:hover\:-translate-x-9\/12:hover {
    transform: translateX(-75%);
  }

  .xl\:hover\:-translate-x-10\/12:hover {
    transform: translateX(-83.33333%);
  }

  .xl\:hover\:-translate-x-11\/12:hover {
    transform: translateX(-91.66667%);
  }

  .xl\:hover\:-translate-x-full:hover {
    transform: translateX(-100%);
  }

  .xl\:hover\:translate-y-0:hover {
    transform: translateY(0);
  }

  .xl\:hover\:translate-y-1:hover {
    transform: translateY(0.25rem);
  }

  .xl\:hover\:translate-y-2:hover {
    transform: translateY(0.5rem);
  }

  .xl\:hover\:translate-y-3:hover {
    transform: translateY(0.75rem);
  }

  .xl\:hover\:translate-y-4:hover {
    transform: translateY(1rem);
  }

  .xl\:hover\:translate-y-5:hover {
    transform: translateY(1.25rem);
  }

  .xl\:hover\:translate-y-6:hover {
    transform: translateY(1.5rem);
  }

  .xl\:hover\:translate-y-7:hover {
    transform: translateY(1.75rem);
  }

  .xl\:hover\:translate-y-8:hover {
    transform: translateY(2rem);
  }

  .xl\:hover\:translate-y-9:hover {
    transform: translateY(2.25rem);
  }

  .xl\:hover\:translate-y-10:hover {
    transform: translateY(2.5rem);
  }

  .xl\:hover\:translate-y-11:hover {
    transform: translateY(2.75rem);
  }

  .xl\:hover\:translate-y-12:hover {
    transform: translateY(3rem);
  }

  .xl\:hover\:translate-y-13:hover {
    transform: translateY(3.25rem);
  }

  .xl\:hover\:translate-y-14:hover {
    transform: translateY(3.5rem);
  }

  .xl\:hover\:translate-y-15:hover {
    transform: translateY(3.75rem);
  }

  .xl\:hover\:translate-y-16:hover {
    transform: translateY(4rem);
  }

  .xl\:hover\:translate-y-20:hover {
    transform: translateY(5rem);
  }

  .xl\:hover\:translate-y-24:hover {
    transform: translateY(6rem);
  }

  .xl\:hover\:translate-y-28:hover {
    transform: translateY(7rem);
  }

  .xl\:hover\:translate-y-32:hover {
    transform: translateY(8rem);
  }

  .xl\:hover\:translate-y-36:hover {
    transform: translateY(9rem);
  }

  .xl\:hover\:translate-y-40:hover {
    transform: translateY(10rem);
  }

  .xl\:hover\:translate-y-44:hover {
    transform: translateY(11rem);
  }

  .xl\:hover\:translate-y-48:hover {
    transform: translateY(12rem);
  }

  .xl\:hover\:translate-y-52:hover {
    transform: translateY(13rem);
  }

  .xl\:hover\:translate-y-56:hover {
    transform: translateY(14rem);
  }

  .xl\:hover\:translate-y-60:hover {
    transform: translateY(15rem);
  }

  .xl\:hover\:translate-y-64:hover {
    transform: translateY(16rem);
  }

  .xl\:hover\:translate-y-72:hover {
    transform: translateY(18rem);
  }

  .xl\:hover\:translate-y-80:hover {
    transform: translateY(20rem);
  }

  .xl\:hover\:translate-y-96:hover {
    transform: translateY(24rem);
  }

  .xl\:hover\:translate-y-128:hover {
    transform: translateY(32rem);
  }

  .xl\:hover\:translate-y-144:hover {
    transform: translateY(36rem);
  }

  .xl\:hover\:translate-y-160:hover {
    transform: translateY(40rem);
  }

  .xl\:hover\:translate-y-192:hover {
    transform: translateY(48rem);
  }

  .xl\:hover\:translate-y-px:hover {
    transform: translateY(1px);
  }

  .xl\:hover\:translate-y-0\.5:hover {
    transform: translateY(0.125rem);
  }

  .xl\:hover\:translate-y-1\.5:hover {
    transform: translateY(0.375rem);
  }

  .xl\:hover\:translate-y-2\.5:hover {
    transform: translateY(0.625rem);
  }

  .xl\:hover\:translate-y-3\.5:hover {
    transform: translateY(0.875rem);
  }

  .xl\:hover\:translate-y-1\/2:hover {
    transform: translateY(50%);
  }

  .xl\:hover\:translate-y-1\/3:hover {
    transform: translateY(33.333333%);
  }

  .xl\:hover\:translate-y-2\/3:hover {
    transform: translateY(66.666667%);
  }

  .xl\:hover\:translate-y-1\/4:hover {
    transform: translateY(25%);
  }

  .xl\:hover\:translate-y-2\/4:hover {
    transform: translateY(50%);
  }

  .xl\:hover\:translate-y-3\/4:hover {
    transform: translateY(75%);
  }

  .xl\:hover\:translate-y-1\/5:hover {
    transform: translateY(20%);
  }

  .xl\:hover\:translate-y-2\/5:hover {
    transform: translateY(40%);
  }

  .xl\:hover\:translate-y-3\/5:hover {
    transform: translateY(60%);
  }

  .xl\:hover\:translate-y-4\/5:hover {
    transform: translateY(80%);
  }

  .xl\:hover\:translate-y-1\/6:hover {
    transform: translateY(16.666667%);
  }

  .xl\:hover\:translate-y-2\/6:hover {
    transform: translateY(33.333333%);
  }

  .xl\:hover\:translate-y-3\/6:hover {
    transform: translateY(50%);
  }

  .xl\:hover\:translate-y-4\/6:hover {
    transform: translateY(66.666667%);
  }

  .xl\:hover\:translate-y-5\/6:hover {
    transform: translateY(83.333333%);
  }

  .xl\:hover\:translate-y-1\/12:hover {
    transform: translateY(8.333333%);
  }

  .xl\:hover\:translate-y-2\/12:hover {
    transform: translateY(16.666667%);
  }

  .xl\:hover\:translate-y-3\/12:hover {
    transform: translateY(25%);
  }

  .xl\:hover\:translate-y-4\/12:hover {
    transform: translateY(33.333333%);
  }

  .xl\:hover\:translate-y-5\/12:hover {
    transform: translateY(41.666667%);
  }

  .xl\:hover\:translate-y-6\/12:hover {
    transform: translateY(50%);
  }

  .xl\:hover\:translate-y-7\/12:hover {
    transform: translateY(58.333333%);
  }

  .xl\:hover\:translate-y-8\/12:hover {
    transform: translateY(66.666667%);
  }

  .xl\:hover\:translate-y-9\/12:hover {
    transform: translateY(75%);
  }

  .xl\:hover\:translate-y-10\/12:hover {
    transform: translateY(83.333333%);
  }

  .xl\:hover\:translate-y-11\/12:hover {
    transform: translateY(91.666667%);
  }

  .xl\:hover\:translate-y-full:hover {
    transform: translateY(100%);
  }

  .xl\:hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
  }

  .xl\:hover\:-translate-y-2:hover {
    transform: translateY(-0.5rem);
  }

  .xl\:hover\:-translate-y-3:hover {
    transform: translateY(-0.75rem);
  }

  .xl\:hover\:-translate-y-4:hover {
    transform: translateY(-1rem);
  }

  .xl\:hover\:-translate-y-5:hover {
    transform: translateY(-1.25rem);
  }

  .xl\:hover\:-translate-y-6:hover {
    transform: translateY(-1.5rem);
  }

  .xl\:hover\:-translate-y-7:hover {
    transform: translateY(-1.75rem);
  }

  .xl\:hover\:-translate-y-8:hover {
    transform: translateY(-2rem);
  }

  .xl\:hover\:-translate-y-9:hover {
    transform: translateY(-2.25rem);
  }

  .xl\:hover\:-translate-y-10:hover {
    transform: translateY(-2.5rem);
  }

  .xl\:hover\:-translate-y-11:hover {
    transform: translateY(-2.75rem);
  }

  .xl\:hover\:-translate-y-12:hover {
    transform: translateY(-3rem);
  }

  .xl\:hover\:-translate-y-13:hover {
    transform: translateY(-3.25rem);
  }

  .xl\:hover\:-translate-y-14:hover {
    transform: translateY(-3.5rem);
  }

  .xl\:hover\:-translate-y-15:hover {
    transform: translateY(-3.75rem);
  }

  .xl\:hover\:-translate-y-16:hover {
    transform: translateY(-4rem);
  }

  .xl\:hover\:-translate-y-20:hover {
    transform: translateY(-5rem);
  }

  .xl\:hover\:-translate-y-24:hover {
    transform: translateY(-6rem);
  }

  .xl\:hover\:-translate-y-28:hover {
    transform: translateY(-7rem);
  }

  .xl\:hover\:-translate-y-32:hover {
    transform: translateY(-8rem);
  }

  .xl\:hover\:-translate-y-36:hover {
    transform: translateY(-9rem);
  }

  .xl\:hover\:-translate-y-40:hover {
    transform: translateY(-10rem);
  }

  .xl\:hover\:-translate-y-44:hover {
    transform: translateY(-11rem);
  }

  .xl\:hover\:-translate-y-48:hover {
    transform: translateY(-12rem);
  }

  .xl\:hover\:-translate-y-52:hover {
    transform: translateY(-13rem);
  }

  .xl\:hover\:-translate-y-56:hover {
    transform: translateY(-14rem);
  }

  .xl\:hover\:-translate-y-60:hover {
    transform: translateY(-15rem);
  }

  .xl\:hover\:-translate-y-64:hover {
    transform: translateY(-16rem);
  }

  .xl\:hover\:-translate-y-72:hover {
    transform: translateY(-18rem);
  }

  .xl\:hover\:-translate-y-80:hover {
    transform: translateY(-20rem);
  }

  .xl\:hover\:-translate-y-96:hover {
    transform: translateY(-24rem);
  }

  .xl\:hover\:-translate-y-128:hover {
    transform: translateY(-32rem);
  }

  .xl\:hover\:-translate-y-144:hover {
    transform: translateY(-36rem);
  }

  .xl\:hover\:-translate-y-160:hover {
    transform: translateY(-40rem);
  }

  .xl\:hover\:-translate-y-192:hover {
    transform: translateY(-48rem);
  }

  .xl\:hover\:-translate-y-px:hover {
    transform: translateY(-1px);
  }

  .xl\:hover\:-translate-y-0\.5:hover {
    transform: translateY(-0.125rem);
  }

  .xl\:hover\:-translate-y-1\.5:hover {
    transform: translateY(-0.375rem);
  }

  .xl\:hover\:-translate-y-2\.5:hover {
    transform: translateY(-0.625rem);
  }

  .xl\:hover\:-translate-y-3\.5:hover {
    transform: translateY(-0.875rem);
  }

  .xl\:hover\:-translate-y-1\/2:hover {
    transform: translateY(-50%);
  }

  .xl\:hover\:-translate-y-1\/3:hover {
    transform: translateY(-33.33333%);
  }

  .xl\:hover\:-translate-y-2\/3:hover {
    transform: translateY(-66.66667%);
  }

  .xl\:hover\:-translate-y-1\/4:hover {
    transform: translateY(-25%);
  }

  .xl\:hover\:-translate-y-2\/4:hover {
    transform: translateY(-50%);
  }

  .xl\:hover\:-translate-y-3\/4:hover {
    transform: translateY(-75%);
  }

  .xl\:hover\:-translate-y-1\/5:hover {
    transform: translateY(-20%);
  }

  .xl\:hover\:-translate-y-2\/5:hover {
    transform: translateY(-40%);
  }

  .xl\:hover\:-translate-y-3\/5:hover {
    transform: translateY(-60%);
  }

  .xl\:hover\:-translate-y-4\/5:hover {
    transform: translateY(-80%);
  }

  .xl\:hover\:-translate-y-1\/6:hover {
    transform: translateY(-16.66667%);
  }

  .xl\:hover\:-translate-y-2\/6:hover {
    transform: translateY(-33.33333%);
  }

  .xl\:hover\:-translate-y-3\/6:hover {
    transform: translateY(-50%);
  }

  .xl\:hover\:-translate-y-4\/6:hover {
    transform: translateY(-66.66667%);
  }

  .xl\:hover\:-translate-y-5\/6:hover {
    transform: translateY(-83.33333%);
  }

  .xl\:hover\:-translate-y-1\/12:hover {
    transform: translateY(-8.33333%);
  }

  .xl\:hover\:-translate-y-2\/12:hover {
    transform: translateY(-16.66667%);
  }

  .xl\:hover\:-translate-y-3\/12:hover {
    transform: translateY(-25%);
  }

  .xl\:hover\:-translate-y-4\/12:hover {
    transform: translateY(-33.33333%);
  }

  .xl\:hover\:-translate-y-5\/12:hover {
    transform: translateY(-41.66667%);
  }

  .xl\:hover\:-translate-y-6\/12:hover {
    transform: translateY(-50%);
  }

  .xl\:hover\:-translate-y-7\/12:hover {
    transform: translateY(-58.33333%);
  }

  .xl\:hover\:-translate-y-8\/12:hover {
    transform: translateY(-66.66667%);
  }

  .xl\:hover\:-translate-y-9\/12:hover {
    transform: translateY(-75%);
  }

  .xl\:hover\:-translate-y-10\/12:hover {
    transform: translateY(-83.33333%);
  }

  .xl\:hover\:-translate-y-11\/12:hover {
    transform: translateY(-91.66667%);
  }

  .xl\:hover\:-translate-y-full:hover {
    transform: translateY(-100%);
  }

  .xl\:focus\:translate-x-0:focus {
    transform: translateX(0);
  }

  .xl\:focus\:translate-x-1:focus {
    transform: translateX(0.25rem);
  }

  .xl\:focus\:translate-x-2:focus {
    transform: translateX(0.5rem);
  }

  .xl\:focus\:translate-x-3:focus {
    transform: translateX(0.75rem);
  }

  .xl\:focus\:translate-x-4:focus {
    transform: translateX(1rem);
  }

  .xl\:focus\:translate-x-5:focus {
    transform: translateX(1.25rem);
  }

  .xl\:focus\:translate-x-6:focus {
    transform: translateX(1.5rem);
  }

  .xl\:focus\:translate-x-7:focus {
    transform: translateX(1.75rem);
  }

  .xl\:focus\:translate-x-8:focus {
    transform: translateX(2rem);
  }

  .xl\:focus\:translate-x-9:focus {
    transform: translateX(2.25rem);
  }

  .xl\:focus\:translate-x-10:focus {
    transform: translateX(2.5rem);
  }

  .xl\:focus\:translate-x-11:focus {
    transform: translateX(2.75rem);
  }

  .xl\:focus\:translate-x-12:focus {
    transform: translateX(3rem);
  }

  .xl\:focus\:translate-x-13:focus {
    transform: translateX(3.25rem);
  }

  .xl\:focus\:translate-x-14:focus {
    transform: translateX(3.5rem);
  }

  .xl\:focus\:translate-x-15:focus {
    transform: translateX(3.75rem);
  }

  .xl\:focus\:translate-x-16:focus {
    transform: translateX(4rem);
  }

  .xl\:focus\:translate-x-20:focus {
    transform: translateX(5rem);
  }

  .xl\:focus\:translate-x-24:focus {
    transform: translateX(6rem);
  }

  .xl\:focus\:translate-x-28:focus {
    transform: translateX(7rem);
  }

  .xl\:focus\:translate-x-32:focus {
    transform: translateX(8rem);
  }

  .xl\:focus\:translate-x-36:focus {
    transform: translateX(9rem);
  }

  .xl\:focus\:translate-x-40:focus {
    transform: translateX(10rem);
  }

  .xl\:focus\:translate-x-44:focus {
    transform: translateX(11rem);
  }

  .xl\:focus\:translate-x-48:focus {
    transform: translateX(12rem);
  }

  .xl\:focus\:translate-x-52:focus {
    transform: translateX(13rem);
  }

  .xl\:focus\:translate-x-56:focus {
    transform: translateX(14rem);
  }

  .xl\:focus\:translate-x-60:focus {
    transform: translateX(15rem);
  }

  .xl\:focus\:translate-x-64:focus {
    transform: translateX(16rem);
  }

  .xl\:focus\:translate-x-72:focus {
    transform: translateX(18rem);
  }

  .xl\:focus\:translate-x-80:focus {
    transform: translateX(20rem);
  }

  .xl\:focus\:translate-x-96:focus {
    transform: translateX(24rem);
  }

  .xl\:focus\:translate-x-128:focus {
    transform: translateX(32rem);
  }

  .xl\:focus\:translate-x-144:focus {
    transform: translateX(36rem);
  }

  .xl\:focus\:translate-x-160:focus {
    transform: translateX(40rem);
  }

  .xl\:focus\:translate-x-192:focus {
    transform: translateX(48rem);
  }

  .xl\:focus\:translate-x-px:focus {
    transform: translateX(1px);
  }

  .xl\:focus\:translate-x-0\.5:focus {
    transform: translateX(0.125rem);
  }

  .xl\:focus\:translate-x-1\.5:focus {
    transform: translateX(0.375rem);
  }

  .xl\:focus\:translate-x-2\.5:focus {
    transform: translateX(0.625rem);
  }

  .xl\:focus\:translate-x-3\.5:focus {
    transform: translateX(0.875rem);
  }

  .xl\:focus\:translate-x-1\/2:focus {
    transform: translateX(50%);
  }

  .xl\:focus\:translate-x-1\/3:focus {
    transform: translateX(33.333333%);
  }

  .xl\:focus\:translate-x-2\/3:focus {
    transform: translateX(66.666667%);
  }

  .xl\:focus\:translate-x-1\/4:focus {
    transform: translateX(25%);
  }

  .xl\:focus\:translate-x-2\/4:focus {
    transform: translateX(50%);
  }

  .xl\:focus\:translate-x-3\/4:focus {
    transform: translateX(75%);
  }

  .xl\:focus\:translate-x-1\/5:focus {
    transform: translateX(20%);
  }

  .xl\:focus\:translate-x-2\/5:focus {
    transform: translateX(40%);
  }

  .xl\:focus\:translate-x-3\/5:focus {
    transform: translateX(60%);
  }

  .xl\:focus\:translate-x-4\/5:focus {
    transform: translateX(80%);
  }

  .xl\:focus\:translate-x-1\/6:focus {
    transform: translateX(16.666667%);
  }

  .xl\:focus\:translate-x-2\/6:focus {
    transform: translateX(33.333333%);
  }

  .xl\:focus\:translate-x-3\/6:focus {
    transform: translateX(50%);
  }

  .xl\:focus\:translate-x-4\/6:focus {
    transform: translateX(66.666667%);
  }

  .xl\:focus\:translate-x-5\/6:focus {
    transform: translateX(83.333333%);
  }

  .xl\:focus\:translate-x-1\/12:focus {
    transform: translateX(8.333333%);
  }

  .xl\:focus\:translate-x-2\/12:focus {
    transform: translateX(16.666667%);
  }

  .xl\:focus\:translate-x-3\/12:focus {
    transform: translateX(25%);
  }

  .xl\:focus\:translate-x-4\/12:focus {
    transform: translateX(33.333333%);
  }

  .xl\:focus\:translate-x-5\/12:focus {
    transform: translateX(41.666667%);
  }

  .xl\:focus\:translate-x-6\/12:focus {
    transform: translateX(50%);
  }

  .xl\:focus\:translate-x-7\/12:focus {
    transform: translateX(58.333333%);
  }

  .xl\:focus\:translate-x-8\/12:focus {
    transform: translateX(66.666667%);
  }

  .xl\:focus\:translate-x-9\/12:focus {
    transform: translateX(75%);
  }

  .xl\:focus\:translate-x-10\/12:focus {
    transform: translateX(83.333333%);
  }

  .xl\:focus\:translate-x-11\/12:focus {
    transform: translateX(91.666667%);
  }

  .xl\:focus\:translate-x-full:focus {
    transform: translateX(100%);
  }

  .xl\:focus\:-translate-x-1:focus {
    transform: translateX(-0.25rem);
  }

  .xl\:focus\:-translate-x-2:focus {
    transform: translateX(-0.5rem);
  }

  .xl\:focus\:-translate-x-3:focus {
    transform: translateX(-0.75rem);
  }

  .xl\:focus\:-translate-x-4:focus {
    transform: translateX(-1rem);
  }

  .xl\:focus\:-translate-x-5:focus {
    transform: translateX(-1.25rem);
  }

  .xl\:focus\:-translate-x-6:focus {
    transform: translateX(-1.5rem);
  }

  .xl\:focus\:-translate-x-7:focus {
    transform: translateX(-1.75rem);
  }

  .xl\:focus\:-translate-x-8:focus {
    transform: translateX(-2rem);
  }

  .xl\:focus\:-translate-x-9:focus {
    transform: translateX(-2.25rem);
  }

  .xl\:focus\:-translate-x-10:focus {
    transform: translateX(-2.5rem);
  }

  .xl\:focus\:-translate-x-11:focus {
    transform: translateX(-2.75rem);
  }

  .xl\:focus\:-translate-x-12:focus {
    transform: translateX(-3rem);
  }

  .xl\:focus\:-translate-x-13:focus {
    transform: translateX(-3.25rem);
  }

  .xl\:focus\:-translate-x-14:focus {
    transform: translateX(-3.5rem);
  }

  .xl\:focus\:-translate-x-15:focus {
    transform: translateX(-3.75rem);
  }

  .xl\:focus\:-translate-x-16:focus {
    transform: translateX(-4rem);
  }

  .xl\:focus\:-translate-x-20:focus {
    transform: translateX(-5rem);
  }

  .xl\:focus\:-translate-x-24:focus {
    transform: translateX(-6rem);
  }

  .xl\:focus\:-translate-x-28:focus {
    transform: translateX(-7rem);
  }

  .xl\:focus\:-translate-x-32:focus {
    transform: translateX(-8rem);
  }

  .xl\:focus\:-translate-x-36:focus {
    transform: translateX(-9rem);
  }

  .xl\:focus\:-translate-x-40:focus {
    transform: translateX(-10rem);
  }

  .xl\:focus\:-translate-x-44:focus {
    transform: translateX(-11rem);
  }

  .xl\:focus\:-translate-x-48:focus {
    transform: translateX(-12rem);
  }

  .xl\:focus\:-translate-x-52:focus {
    transform: translateX(-13rem);
  }

  .xl\:focus\:-translate-x-56:focus {
    transform: translateX(-14rem);
  }

  .xl\:focus\:-translate-x-60:focus {
    transform: translateX(-15rem);
  }

  .xl\:focus\:-translate-x-64:focus {
    transform: translateX(-16rem);
  }

  .xl\:focus\:-translate-x-72:focus {
    transform: translateX(-18rem);
  }

  .xl\:focus\:-translate-x-80:focus {
    transform: translateX(-20rem);
  }

  .xl\:focus\:-translate-x-96:focus {
    transform: translateX(-24rem);
  }

  .xl\:focus\:-translate-x-128:focus {
    transform: translateX(-32rem);
  }

  .xl\:focus\:-translate-x-144:focus {
    transform: translateX(-36rem);
  }

  .xl\:focus\:-translate-x-160:focus {
    transform: translateX(-40rem);
  }

  .xl\:focus\:-translate-x-192:focus {
    transform: translateX(-48rem);
  }

  .xl\:focus\:-translate-x-px:focus {
    transform: translateX(-1px);
  }

  .xl\:focus\:-translate-x-0\.5:focus {
    transform: translateX(-0.125rem);
  }

  .xl\:focus\:-translate-x-1\.5:focus {
    transform: translateX(-0.375rem);
  }

  .xl\:focus\:-translate-x-2\.5:focus {
    transform: translateX(-0.625rem);
  }

  .xl\:focus\:-translate-x-3\.5:focus {
    transform: translateX(-0.875rem);
  }

  .xl\:focus\:-translate-x-1\/2:focus {
    transform: translateX(-50%);
  }

  .xl\:focus\:-translate-x-1\/3:focus {
    transform: translateX(-33.33333%);
  }

  .xl\:focus\:-translate-x-2\/3:focus {
    transform: translateX(-66.66667%);
  }

  .xl\:focus\:-translate-x-1\/4:focus {
    transform: translateX(-25%);
  }

  .xl\:focus\:-translate-x-2\/4:focus {
    transform: translateX(-50%);
  }

  .xl\:focus\:-translate-x-3\/4:focus {
    transform: translateX(-75%);
  }

  .xl\:focus\:-translate-x-1\/5:focus {
    transform: translateX(-20%);
  }

  .xl\:focus\:-translate-x-2\/5:focus {
    transform: translateX(-40%);
  }

  .xl\:focus\:-translate-x-3\/5:focus {
    transform: translateX(-60%);
  }

  .xl\:focus\:-translate-x-4\/5:focus {
    transform: translateX(-80%);
  }

  .xl\:focus\:-translate-x-1\/6:focus {
    transform: translateX(-16.66667%);
  }

  .xl\:focus\:-translate-x-2\/6:focus {
    transform: translateX(-33.33333%);
  }

  .xl\:focus\:-translate-x-3\/6:focus {
    transform: translateX(-50%);
  }

  .xl\:focus\:-translate-x-4\/6:focus {
    transform: translateX(-66.66667%);
  }

  .xl\:focus\:-translate-x-5\/6:focus {
    transform: translateX(-83.33333%);
  }

  .xl\:focus\:-translate-x-1\/12:focus {
    transform: translateX(-8.33333%);
  }

  .xl\:focus\:-translate-x-2\/12:focus {
    transform: translateX(-16.66667%);
  }

  .xl\:focus\:-translate-x-3\/12:focus {
    transform: translateX(-25%);
  }

  .xl\:focus\:-translate-x-4\/12:focus {
    transform: translateX(-33.33333%);
  }

  .xl\:focus\:-translate-x-5\/12:focus {
    transform: translateX(-41.66667%);
  }

  .xl\:focus\:-translate-x-6\/12:focus {
    transform: translateX(-50%);
  }

  .xl\:focus\:-translate-x-7\/12:focus {
    transform: translateX(-58.33333%);
  }

  .xl\:focus\:-translate-x-8\/12:focus {
    transform: translateX(-66.66667%);
  }

  .xl\:focus\:-translate-x-9\/12:focus {
    transform: translateX(-75%);
  }

  .xl\:focus\:-translate-x-10\/12:focus {
    transform: translateX(-83.33333%);
  }

  .xl\:focus\:-translate-x-11\/12:focus {
    transform: translateX(-91.66667%);
  }

  .xl\:focus\:-translate-x-full:focus {
    transform: translateX(-100%);
  }

  .xl\:focus\:translate-y-0:focus {
    transform: translateY(0);
  }

  .xl\:focus\:translate-y-1:focus {
    transform: translateY(0.25rem);
  }

  .xl\:focus\:translate-y-2:focus {
    transform: translateY(0.5rem);
  }

  .xl\:focus\:translate-y-3:focus {
    transform: translateY(0.75rem);
  }

  .xl\:focus\:translate-y-4:focus {
    transform: translateY(1rem);
  }

  .xl\:focus\:translate-y-5:focus {
    transform: translateY(1.25rem);
  }

  .xl\:focus\:translate-y-6:focus {
    transform: translateY(1.5rem);
  }

  .xl\:focus\:translate-y-7:focus {
    transform: translateY(1.75rem);
  }

  .xl\:focus\:translate-y-8:focus {
    transform: translateY(2rem);
  }

  .xl\:focus\:translate-y-9:focus {
    transform: translateY(2.25rem);
  }

  .xl\:focus\:translate-y-10:focus {
    transform: translateY(2.5rem);
  }

  .xl\:focus\:translate-y-11:focus {
    transform: translateY(2.75rem);
  }

  .xl\:focus\:translate-y-12:focus {
    transform: translateY(3rem);
  }

  .xl\:focus\:translate-y-13:focus {
    transform: translateY(3.25rem);
  }

  .xl\:focus\:translate-y-14:focus {
    transform: translateY(3.5rem);
  }

  .xl\:focus\:translate-y-15:focus {
    transform: translateY(3.75rem);
  }

  .xl\:focus\:translate-y-16:focus {
    transform: translateY(4rem);
  }

  .xl\:focus\:translate-y-20:focus {
    transform: translateY(5rem);
  }

  .xl\:focus\:translate-y-24:focus {
    transform: translateY(6rem);
  }

  .xl\:focus\:translate-y-28:focus {
    transform: translateY(7rem);
  }

  .xl\:focus\:translate-y-32:focus {
    transform: translateY(8rem);
  }

  .xl\:focus\:translate-y-36:focus {
    transform: translateY(9rem);
  }

  .xl\:focus\:translate-y-40:focus {
    transform: translateY(10rem);
  }

  .xl\:focus\:translate-y-44:focus {
    transform: translateY(11rem);
  }

  .xl\:focus\:translate-y-48:focus {
    transform: translateY(12rem);
  }

  .xl\:focus\:translate-y-52:focus {
    transform: translateY(13rem);
  }

  .xl\:focus\:translate-y-56:focus {
    transform: translateY(14rem);
  }

  .xl\:focus\:translate-y-60:focus {
    transform: translateY(15rem);
  }

  .xl\:focus\:translate-y-64:focus {
    transform: translateY(16rem);
  }

  .xl\:focus\:translate-y-72:focus {
    transform: translateY(18rem);
  }

  .xl\:focus\:translate-y-80:focus {
    transform: translateY(20rem);
  }

  .xl\:focus\:translate-y-96:focus {
    transform: translateY(24rem);
  }

  .xl\:focus\:translate-y-128:focus {
    transform: translateY(32rem);
  }

  .xl\:focus\:translate-y-144:focus {
    transform: translateY(36rem);
  }

  .xl\:focus\:translate-y-160:focus {
    transform: translateY(40rem);
  }

  .xl\:focus\:translate-y-192:focus {
    transform: translateY(48rem);
  }

  .xl\:focus\:translate-y-px:focus {
    transform: translateY(1px);
  }

  .xl\:focus\:translate-y-0\.5:focus {
    transform: translateY(0.125rem);
  }

  .xl\:focus\:translate-y-1\.5:focus {
    transform: translateY(0.375rem);
  }

  .xl\:focus\:translate-y-2\.5:focus {
    transform: translateY(0.625rem);
  }

  .xl\:focus\:translate-y-3\.5:focus {
    transform: translateY(0.875rem);
  }

  .xl\:focus\:translate-y-1\/2:focus {
    transform: translateY(50%);
  }

  .xl\:focus\:translate-y-1\/3:focus {
    transform: translateY(33.333333%);
  }

  .xl\:focus\:translate-y-2\/3:focus {
    transform: translateY(66.666667%);
  }

  .xl\:focus\:translate-y-1\/4:focus {
    transform: translateY(25%);
  }

  .xl\:focus\:translate-y-2\/4:focus {
    transform: translateY(50%);
  }

  .xl\:focus\:translate-y-3\/4:focus {
    transform: translateY(75%);
  }

  .xl\:focus\:translate-y-1\/5:focus {
    transform: translateY(20%);
  }

  .xl\:focus\:translate-y-2\/5:focus {
    transform: translateY(40%);
  }

  .xl\:focus\:translate-y-3\/5:focus {
    transform: translateY(60%);
  }

  .xl\:focus\:translate-y-4\/5:focus {
    transform: translateY(80%);
  }

  .xl\:focus\:translate-y-1\/6:focus {
    transform: translateY(16.666667%);
  }

  .xl\:focus\:translate-y-2\/6:focus {
    transform: translateY(33.333333%);
  }

  .xl\:focus\:translate-y-3\/6:focus {
    transform: translateY(50%);
  }

  .xl\:focus\:translate-y-4\/6:focus {
    transform: translateY(66.666667%);
  }

  .xl\:focus\:translate-y-5\/6:focus {
    transform: translateY(83.333333%);
  }

  .xl\:focus\:translate-y-1\/12:focus {
    transform: translateY(8.333333%);
  }

  .xl\:focus\:translate-y-2\/12:focus {
    transform: translateY(16.666667%);
  }

  .xl\:focus\:translate-y-3\/12:focus {
    transform: translateY(25%);
  }

  .xl\:focus\:translate-y-4\/12:focus {
    transform: translateY(33.333333%);
  }

  .xl\:focus\:translate-y-5\/12:focus {
    transform: translateY(41.666667%);
  }

  .xl\:focus\:translate-y-6\/12:focus {
    transform: translateY(50%);
  }

  .xl\:focus\:translate-y-7\/12:focus {
    transform: translateY(58.333333%);
  }

  .xl\:focus\:translate-y-8\/12:focus {
    transform: translateY(66.666667%);
  }

  .xl\:focus\:translate-y-9\/12:focus {
    transform: translateY(75%);
  }

  .xl\:focus\:translate-y-10\/12:focus {
    transform: translateY(83.333333%);
  }

  .xl\:focus\:translate-y-11\/12:focus {
    transform: translateY(91.666667%);
  }

  .xl\:focus\:translate-y-full:focus {
    transform: translateY(100%);
  }

  .xl\:focus\:-translate-y-1:focus {
    transform: translateY(-0.25rem);
  }

  .xl\:focus\:-translate-y-2:focus {
    transform: translateY(-0.5rem);
  }

  .xl\:focus\:-translate-y-3:focus {
    transform: translateY(-0.75rem);
  }

  .xl\:focus\:-translate-y-4:focus {
    transform: translateY(-1rem);
  }

  .xl\:focus\:-translate-y-5:focus {
    transform: translateY(-1.25rem);
  }

  .xl\:focus\:-translate-y-6:focus {
    transform: translateY(-1.5rem);
  }

  .xl\:focus\:-translate-y-7:focus {
    transform: translateY(-1.75rem);
  }

  .xl\:focus\:-translate-y-8:focus {
    transform: translateY(-2rem);
  }

  .xl\:focus\:-translate-y-9:focus {
    transform: translateY(-2.25rem);
  }

  .xl\:focus\:-translate-y-10:focus {
    transform: translateY(-2.5rem);
  }

  .xl\:focus\:-translate-y-11:focus {
    transform: translateY(-2.75rem);
  }

  .xl\:focus\:-translate-y-12:focus {
    transform: translateY(-3rem);
  }

  .xl\:focus\:-translate-y-13:focus {
    transform: translateY(-3.25rem);
  }

  .xl\:focus\:-translate-y-14:focus {
    transform: translateY(-3.5rem);
  }

  .xl\:focus\:-translate-y-15:focus {
    transform: translateY(-3.75rem);
  }

  .xl\:focus\:-translate-y-16:focus {
    transform: translateY(-4rem);
  }

  .xl\:focus\:-translate-y-20:focus {
    transform: translateY(-5rem);
  }

  .xl\:focus\:-translate-y-24:focus {
    transform: translateY(-6rem);
  }

  .xl\:focus\:-translate-y-28:focus {
    transform: translateY(-7rem);
  }

  .xl\:focus\:-translate-y-32:focus {
    transform: translateY(-8rem);
  }

  .xl\:focus\:-translate-y-36:focus {
    transform: translateY(-9rem);
  }

  .xl\:focus\:-translate-y-40:focus {
    transform: translateY(-10rem);
  }

  .xl\:focus\:-translate-y-44:focus {
    transform: translateY(-11rem);
  }

  .xl\:focus\:-translate-y-48:focus {
    transform: translateY(-12rem);
  }

  .xl\:focus\:-translate-y-52:focus {
    transform: translateY(-13rem);
  }

  .xl\:focus\:-translate-y-56:focus {
    transform: translateY(-14rem);
  }

  .xl\:focus\:-translate-y-60:focus {
    transform: translateY(-15rem);
  }

  .xl\:focus\:-translate-y-64:focus {
    transform: translateY(-16rem);
  }

  .xl\:focus\:-translate-y-72:focus {
    transform: translateY(-18rem);
  }

  .xl\:focus\:-translate-y-80:focus {
    transform: translateY(-20rem);
  }

  .xl\:focus\:-translate-y-96:focus {
    transform: translateY(-24rem);
  }

  .xl\:focus\:-translate-y-128:focus {
    transform: translateY(-32rem);
  }

  .xl\:focus\:-translate-y-144:focus {
    transform: translateY(-36rem);
  }

  .xl\:focus\:-translate-y-160:focus {
    transform: translateY(-40rem);
  }

  .xl\:focus\:-translate-y-192:focus {
    transform: translateY(-48rem);
  }

  .xl\:focus\:-translate-y-px:focus {
    transform: translateY(-1px);
  }

  .xl\:focus\:-translate-y-0\.5:focus {
    transform: translateY(-0.125rem);
  }

  .xl\:focus\:-translate-y-1\.5:focus {
    transform: translateY(-0.375rem);
  }

  .xl\:focus\:-translate-y-2\.5:focus {
    transform: translateY(-0.625rem);
  }

  .xl\:focus\:-translate-y-3\.5:focus {
    transform: translateY(-0.875rem);
  }

  .xl\:focus\:-translate-y-1\/2:focus {
    transform: translateY(-50%);
  }

  .xl\:focus\:-translate-y-1\/3:focus {
    transform: translateY(-33.33333%);
  }

  .xl\:focus\:-translate-y-2\/3:focus {
    transform: translateY(-66.66667%);
  }

  .xl\:focus\:-translate-y-1\/4:focus {
    transform: translateY(-25%);
  }

  .xl\:focus\:-translate-y-2\/4:focus {
    transform: translateY(-50%);
  }

  .xl\:focus\:-translate-y-3\/4:focus {
    transform: translateY(-75%);
  }

  .xl\:focus\:-translate-y-1\/5:focus {
    transform: translateY(-20%);
  }

  .xl\:focus\:-translate-y-2\/5:focus {
    transform: translateY(-40%);
  }

  .xl\:focus\:-translate-y-3\/5:focus {
    transform: translateY(-60%);
  }

  .xl\:focus\:-translate-y-4\/5:focus {
    transform: translateY(-80%);
  }

  .xl\:focus\:-translate-y-1\/6:focus {
    transform: translateY(-16.66667%);
  }

  .xl\:focus\:-translate-y-2\/6:focus {
    transform: translateY(-33.33333%);
  }

  .xl\:focus\:-translate-y-3\/6:focus {
    transform: translateY(-50%);
  }

  .xl\:focus\:-translate-y-4\/6:focus {
    transform: translateY(-66.66667%);
  }

  .xl\:focus\:-translate-y-5\/6:focus {
    transform: translateY(-83.33333%);
  }

  .xl\:focus\:-translate-y-1\/12:focus {
    transform: translateY(-8.33333%);
  }

  .xl\:focus\:-translate-y-2\/12:focus {
    transform: translateY(-16.66667%);
  }

  .xl\:focus\:-translate-y-3\/12:focus {
    transform: translateY(-25%);
  }

  .xl\:focus\:-translate-y-4\/12:focus {
    transform: translateY(-33.33333%);
  }

  .xl\:focus\:-translate-y-5\/12:focus {
    transform: translateY(-41.66667%);
  }

  .xl\:focus\:-translate-y-6\/12:focus {
    transform: translateY(-50%);
  }

  .xl\:focus\:-translate-y-7\/12:focus {
    transform: translateY(-58.33333%);
  }

  .xl\:focus\:-translate-y-8\/12:focus {
    transform: translateY(-66.66667%);
  }

  .xl\:focus\:-translate-y-9\/12:focus {
    transform: translateY(-75%);
  }

  .xl\:focus\:-translate-y-10\/12:focus {
    transform: translateY(-83.33333%);
  }

  .xl\:focus\:-translate-y-11\/12:focus {
    transform: translateY(-91.66667%);
  }

  .xl\:focus\:-translate-y-full:focus {
    transform: translateY(-100%);
  }

  .xl\:skew-x-0 {
    transform: skewX(0);
  }

  .xl\:skew-x-3 {
    transform: skewX(3deg);
  }

  .xl\:skew-x-6 {
    transform: skewX(6deg);
  }

  .xl\:skew-x-12 {
    transform: skewX(12deg);
  }

  .xl\:-skew-x-12 {
    transform: skewX(-12deg);
  }

  .xl\:-skew-x-6 {
    transform: skewX(-6deg);
  }

  .xl\:-skew-x-3 {
    transform: skewX(-3deg);
  }

  .xl\:skew-y-0 {
    transform: skewY(0);
  }

  .xl\:skew-y-3 {
    transform: skewY(3deg);
  }

  .xl\:skew-y-6 {
    transform: skewY(6deg);
  }

  .xl\:skew-y-12 {
    transform: skewY(12deg);
  }

  .xl\:-skew-y-12 {
    transform: skewY(-12deg);
  }

  .xl\:-skew-y-6 {
    transform: skewY(-6deg);
  }

  .xl\:-skew-y-3 {
    transform: skewY(-3deg);
  }

  .xl\:hover\:skew-x-0:hover {
    transform: skewX(0);
  }

  .xl\:hover\:skew-x-3:hover {
    transform: skewX(3deg);
  }

  .xl\:hover\:skew-x-6:hover {
    transform: skewX(6deg);
  }

  .xl\:hover\:skew-x-12:hover {
    transform: skewX(12deg);
  }

  .xl\:hover\:-skew-x-12:hover {
    transform: skewX(-12deg);
  }

  .xl\:hover\:-skew-x-6:hover {
    transform: skewX(-6deg);
  }

  .xl\:hover\:-skew-x-3:hover {
    transform: skewX(-3deg);
  }

  .xl\:hover\:skew-y-0:hover {
    transform: skewY(0);
  }

  .xl\:hover\:skew-y-3:hover {
    transform: skewY(3deg);
  }

  .xl\:hover\:skew-y-6:hover {
    transform: skewY(6deg);
  }

  .xl\:hover\:skew-y-12:hover {
    transform: skewY(12deg);
  }

  .xl\:hover\:-skew-y-12:hover {
    transform: skewY(-12deg);
  }

  .xl\:hover\:-skew-y-6:hover {
    transform: skewY(-6deg);
  }

  .xl\:hover\:-skew-y-3:hover {
    transform: skewY(-3deg);
  }

  .xl\:focus\:skew-x-0:focus {
    transform: skewX(0);
  }

  .xl\:focus\:skew-x-3:focus {
    transform: skewX(3deg);
  }

  .xl\:focus\:skew-x-6:focus {
    transform: skewX(6deg);
  }

  .xl\:focus\:skew-x-12:focus {
    transform: skewX(12deg);
  }

  .xl\:focus\:-skew-x-12:focus {
    transform: skewX(-12deg);
  }

  .xl\:focus\:-skew-x-6:focus {
    transform: skewX(-6deg);
  }

  .xl\:focus\:-skew-x-3:focus {
    transform: skewX(-3deg);
  }

  .xl\:focus\:skew-y-0:focus {
    transform: skewY(0);
  }

  .xl\:focus\:skew-y-3:focus {
    transform: skewY(3deg);
  }

  .xl\:focus\:skew-y-6:focus {
    transform: skewY(6deg);
  }

  .xl\:focus\:skew-y-12:focus {
    transform: skewY(12deg);
  }

  .xl\:focus\:-skew-y-12:focus {
    transform: skewY(-12deg);
  }

  .xl\:focus\:-skew-y-6:focus {
    transform: skewY(-6deg);
  }

  .xl\:focus\:-skew-y-3:focus {
    transform: skewY(-3deg);
  }

  .xl\:transition-none {
    transition-property: none;
  }

  .xl\:transition-all {
    transition-property: all;
  }

  .xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .xl\:transition-opacity {
    transition-property: opacity;
  }

  .xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .xl\:transition-transform {
    transition-property: transform;
  }

  .xl\:ease-linear {
    transition-timing-function: linear;
  }

  .xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .xl\:duration-75 {
    transition-duration: 75ms;
  }

  .xl\:duration-100 {
    transition-duration: 100ms;
  }

  .xl\:duration-150 {
    transition-duration: 150ms;
  }

  .xl\:duration-200 {
    transition-duration: 200ms;
  }

  .xl\:duration-300 {
    transition-duration: 300ms;
  }

  .xl\:duration-500 {
    transition-duration: 500ms;
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .xl\:delay-75 {
    transition-delay: 75ms;
  }

  .xl\:delay-100 {
    transition-delay: 100ms;
  }

  .xl\:delay-150 {
    transition-delay: 150ms;
  }

  .xl\:delay-200 {
    transition-delay: 200ms;
  }

  .xl\:delay-300 {
    transition-delay: 300ms;
  }

  .xl\:delay-500 {
    transition-delay: 500ms;
  }

  .xl\:delay-700 {
    transition-delay: 700ms;
  }

  .xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .xl\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .xl\:ar-21x9 {
    width: 100%;
    padding-bottom: 42.86%;
  }

  .xl\:ar-16x9 {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .xl\:ar-4x3 {
    width: 100%;
    padding-bottom: 75.00%;
  }

  .xl\:ar-4x5 {
    width: 100%;
    padding-bottom: 125.00%;
  }

  .xl\:ar-3x2 {
    width: 100%;
    padding-bottom: 66.67%;
  }

  .xl\:ar-8x5 {
    width: 100%;
    padding-bottom: 62.50%;
  }

  .xl\:ar-5x8 {
    width: 100%;
    padding-bottom: 160.00%;
  }

  .xl\:ar-1x1 {
    width: 100%;
    padding-bottom: 100.00%;
  }

  .xl\:col-none {
    -moz-column-count: initial;
         column-count: initial;
  }

  .xl\:col-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .xl\:col-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .xl\:col-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}

@media (min-width: 1440px) {
  .\32xl\:space-y-0 > :not(template) ~ :not(template) {
    margin-top: 0;
  }

  .\32xl\:space-x-0 > :not(template) ~ :not(template) {
    margin-left: 0;
  }

  .\32xl\:space-y-1 > :not(template) ~ :not(template) {
    margin-top: 0.25rem;
  }

  .\32xl\:space-x-1 > :not(template) ~ :not(template) {
    margin-left: 0.25rem;
  }

  .\32xl\:space-y-2 > :not(template) ~ :not(template) {
    margin-top: 0.5rem;
  }

  .\32xl\:space-x-2 > :not(template) ~ :not(template) {
    margin-left: 0.5rem;
  }

  .\32xl\:space-y-3 > :not(template) ~ :not(template) {
    margin-top: 0.75rem;
  }

  .\32xl\:space-x-3 > :not(template) ~ :not(template) {
    margin-left: 0.75rem;
  }

  .\32xl\:space-y-4 > :not(template) ~ :not(template) {
    margin-top: 1rem;
  }

  .\32xl\:space-x-4 > :not(template) ~ :not(template) {
    margin-left: 1rem;
  }

  .\32xl\:space-y-5 > :not(template) ~ :not(template) {
    margin-top: 1.25rem;
  }

  .\32xl\:space-x-5 > :not(template) ~ :not(template) {
    margin-left: 1.25rem;
  }

  .\32xl\:space-y-6 > :not(template) ~ :not(template) {
    margin-top: 1.5rem;
  }

  .\32xl\:space-x-6 > :not(template) ~ :not(template) {
    margin-left: 1.5rem;
  }

  .\32xl\:space-y-7 > :not(template) ~ :not(template) {
    margin-top: 1.75rem;
  }

  .\32xl\:space-x-7 > :not(template) ~ :not(template) {
    margin-left: 1.75rem;
  }

  .\32xl\:space-y-8 > :not(template) ~ :not(template) {
    margin-top: 2rem;
  }

  .\32xl\:space-x-8 > :not(template) ~ :not(template) {
    margin-left: 2rem;
  }

  .\32xl\:space-y-9 > :not(template) ~ :not(template) {
    margin-top: 2.25rem;
  }

  .\32xl\:space-x-9 > :not(template) ~ :not(template) {
    margin-left: 2.25rem;
  }

  .\32xl\:space-y-10 > :not(template) ~ :not(template) {
    margin-top: 2.5rem;
  }

  .\32xl\:space-x-10 > :not(template) ~ :not(template) {
    margin-left: 2.5rem;
  }

  .\32xl\:space-y-11 > :not(template) ~ :not(template) {
    margin-top: 2.75rem;
  }

  .\32xl\:space-x-11 > :not(template) ~ :not(template) {
    margin-left: 2.75rem;
  }

  .\32xl\:space-y-12 > :not(template) ~ :not(template) {
    margin-top: 3rem;
  }

  .\32xl\:space-x-12 > :not(template) ~ :not(template) {
    margin-left: 3rem;
  }

  .\32xl\:space-y-13 > :not(template) ~ :not(template) {
    margin-top: 3.25rem;
  }

  .\32xl\:space-x-13 > :not(template) ~ :not(template) {
    margin-left: 3.25rem;
  }

  .\32xl\:space-y-14 > :not(template) ~ :not(template) {
    margin-top: 3.5rem;
  }

  .\32xl\:space-x-14 > :not(template) ~ :not(template) {
    margin-left: 3.5rem;
  }

  .\32xl\:space-y-15 > :not(template) ~ :not(template) {
    margin-top: 3.75rem;
  }

  .\32xl\:space-x-15 > :not(template) ~ :not(template) {
    margin-left: 3.75rem;
  }

  .\32xl\:space-y-16 > :not(template) ~ :not(template) {
    margin-top: 4rem;
  }

  .\32xl\:space-x-16 > :not(template) ~ :not(template) {
    margin-left: 4rem;
  }

  .\32xl\:space-y-20 > :not(template) ~ :not(template) {
    margin-top: 5rem;
  }

  .\32xl\:space-x-20 > :not(template) ~ :not(template) {
    margin-left: 5rem;
  }

  .\32xl\:space-y-24 > :not(template) ~ :not(template) {
    margin-top: 6rem;
  }

  .\32xl\:space-x-24 > :not(template) ~ :not(template) {
    margin-left: 6rem;
  }

  .\32xl\:space-y-28 > :not(template) ~ :not(template) {
    margin-top: 7rem;
  }

  .\32xl\:space-x-28 > :not(template) ~ :not(template) {
    margin-left: 7rem;
  }

  .\32xl\:space-y-32 > :not(template) ~ :not(template) {
    margin-top: 8rem;
  }

  .\32xl\:space-x-32 > :not(template) ~ :not(template) {
    margin-left: 8rem;
  }

  .\32xl\:space-y-36 > :not(template) ~ :not(template) {
    margin-top: 9rem;
  }

  .\32xl\:space-x-36 > :not(template) ~ :not(template) {
    margin-left: 9rem;
  }

  .\32xl\:space-y-40 > :not(template) ~ :not(template) {
    margin-top: 10rem;
  }

  .\32xl\:space-x-40 > :not(template) ~ :not(template) {
    margin-left: 10rem;
  }

  .\32xl\:space-y-44 > :not(template) ~ :not(template) {
    margin-top: 11rem;
  }

  .\32xl\:space-x-44 > :not(template) ~ :not(template) {
    margin-left: 11rem;
  }

  .\32xl\:space-y-48 > :not(template) ~ :not(template) {
    margin-top: 12rem;
  }

  .\32xl\:space-x-48 > :not(template) ~ :not(template) {
    margin-left: 12rem;
  }

  .\32xl\:space-y-52 > :not(template) ~ :not(template) {
    margin-top: 13rem;
  }

  .\32xl\:space-x-52 > :not(template) ~ :not(template) {
    margin-left: 13rem;
  }

  .\32xl\:space-y-56 > :not(template) ~ :not(template) {
    margin-top: 14rem;
  }

  .\32xl\:space-x-56 > :not(template) ~ :not(template) {
    margin-left: 14rem;
  }

  .\32xl\:space-y-60 > :not(template) ~ :not(template) {
    margin-top: 15rem;
  }

  .\32xl\:space-x-60 > :not(template) ~ :not(template) {
    margin-left: 15rem;
  }

  .\32xl\:space-y-64 > :not(template) ~ :not(template) {
    margin-top: 16rem;
  }

  .\32xl\:space-x-64 > :not(template) ~ :not(template) {
    margin-left: 16rem;
  }

  .\32xl\:space-y-72 > :not(template) ~ :not(template) {
    margin-top: 18rem;
  }

  .\32xl\:space-x-72 > :not(template) ~ :not(template) {
    margin-left: 18rem;
  }

  .\32xl\:space-y-80 > :not(template) ~ :not(template) {
    margin-top: 20rem;
  }

  .\32xl\:space-x-80 > :not(template) ~ :not(template) {
    margin-left: 20rem;
  }

  .\32xl\:space-y-96 > :not(template) ~ :not(template) {
    margin-top: 24rem;
  }

  .\32xl\:space-x-96 > :not(template) ~ :not(template) {
    margin-left: 24rem;
  }

  .\32xl\:space-y-128 > :not(template) ~ :not(template) {
    margin-top: 32rem;
  }

  .\32xl\:space-x-128 > :not(template) ~ :not(template) {
    margin-left: 32rem;
  }

  .\32xl\:space-y-144 > :not(template) ~ :not(template) {
    margin-top: 36rem;
  }

  .\32xl\:space-x-144 > :not(template) ~ :not(template) {
    margin-left: 36rem;
  }

  .\32xl\:space-y-160 > :not(template) ~ :not(template) {
    margin-top: 40rem;
  }

  .\32xl\:space-x-160 > :not(template) ~ :not(template) {
    margin-left: 40rem;
  }

  .\32xl\:space-y-192 > :not(template) ~ :not(template) {
    margin-top: 48rem;
  }

  .\32xl\:space-x-192 > :not(template) ~ :not(template) {
    margin-left: 48rem;
  }

  .\32xl\:space-y-px > :not(template) ~ :not(template) {
    margin-top: 1px;
  }

  .\32xl\:space-x-px > :not(template) ~ :not(template) {
    margin-left: 1px;
  }

  .\32xl\:space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: 0.125rem;
  }

  .\32xl\:space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: 0.125rem;
  }

  .\32xl\:space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: 0.375rem;
  }

  .\32xl\:space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: 0.375rem;
  }

  .\32xl\:space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: 0.625rem;
  }

  .\32xl\:space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: 0.625rem;
  }

  .\32xl\:space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: 0.875rem;
  }

  .\32xl\:space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: 0.875rem;
  }

  .\32xl\:space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .\32xl\:space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .\32xl\:space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .\32xl\:space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .\32xl\:space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .\32xl\:space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .\32xl\:space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .\32xl\:space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .\32xl\:space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .\32xl\:space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .\32xl\:space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .\32xl\:space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .\32xl\:space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: 20%;
  }

  .\32xl\:space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: 20%;
  }

  .\32xl\:space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: 40%;
  }

  .\32xl\:space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: 40%;
  }

  .\32xl\:space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: 60%;
  }

  .\32xl\:space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: 60%;
  }

  .\32xl\:space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: 80%;
  }

  .\32xl\:space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: 80%;
  }

  .\32xl\:space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .\32xl\:space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .\32xl\:space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .\32xl\:space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .\32xl\:space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .\32xl\:space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .\32xl\:space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .\32xl\:space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .\32xl\:space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .\32xl\:space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .\32xl\:space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: 8.333333%;
  }

  .\32xl\:space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: 8.333333%;
  }

  .\32xl\:space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: 16.666667%;
  }

  .\32xl\:space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: 16.666667%;
  }

  .\32xl\:space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: 25%;
  }

  .\32xl\:space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: 25%;
  }

  .\32xl\:space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: 33.333333%;
  }

  .\32xl\:space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: 33.333333%;
  }

  .\32xl\:space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: 41.666667%;
  }

  .\32xl\:space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: 41.666667%;
  }

  .\32xl\:space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: 50%;
  }

  .\32xl\:space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: 50%;
  }

  .\32xl\:space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: 58.333333%;
  }

  .\32xl\:space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: 58.333333%;
  }

  .\32xl\:space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: 66.666667%;
  }

  .\32xl\:space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: 66.666667%;
  }

  .\32xl\:space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: 75%;
  }

  .\32xl\:space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: 75%;
  }

  .\32xl\:space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: 83.333333%;
  }

  .\32xl\:space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: 83.333333%;
  }

  .\32xl\:space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: 91.666667%;
  }

  .\32xl\:space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: 91.666667%;
  }

  .\32xl\:space-y-full > :not(template) ~ :not(template) {
    margin-top: 100%;
  }

  .\32xl\:space-x-full > :not(template) ~ :not(template) {
    margin-left: 100%;
  }

  .\32xl\:-space-y-1 > :not(template) ~ :not(template) {
    margin-top: -0.25rem;
  }

  .\32xl\:-space-x-1 > :not(template) ~ :not(template) {
    margin-left: -0.25rem;
  }

  .\32xl\:-space-y-2 > :not(template) ~ :not(template) {
    margin-top: -0.5rem;
  }

  .\32xl\:-space-x-2 > :not(template) ~ :not(template) {
    margin-left: -0.5rem;
  }

  .\32xl\:-space-y-3 > :not(template) ~ :not(template) {
    margin-top: -0.75rem;
  }

  .\32xl\:-space-x-3 > :not(template) ~ :not(template) {
    margin-left: -0.75rem;
  }

  .\32xl\:-space-y-4 > :not(template) ~ :not(template) {
    margin-top: -1rem;
  }

  .\32xl\:-space-x-4 > :not(template) ~ :not(template) {
    margin-left: -1rem;
  }

  .\32xl\:-space-y-5 > :not(template) ~ :not(template) {
    margin-top: -1.25rem;
  }

  .\32xl\:-space-x-5 > :not(template) ~ :not(template) {
    margin-left: -1.25rem;
  }

  .\32xl\:-space-y-6 > :not(template) ~ :not(template) {
    margin-top: -1.5rem;
  }

  .\32xl\:-space-x-6 > :not(template) ~ :not(template) {
    margin-left: -1.5rem;
  }

  .\32xl\:-space-y-7 > :not(template) ~ :not(template) {
    margin-top: -1.75rem;
  }

  .\32xl\:-space-x-7 > :not(template) ~ :not(template) {
    margin-left: -1.75rem;
  }

  .\32xl\:-space-y-8 > :not(template) ~ :not(template) {
    margin-top: -2rem;
  }

  .\32xl\:-space-x-8 > :not(template) ~ :not(template) {
    margin-left: -2rem;
  }

  .\32xl\:-space-y-9 > :not(template) ~ :not(template) {
    margin-top: -2.25rem;
  }

  .\32xl\:-space-x-9 > :not(template) ~ :not(template) {
    margin-left: -2.25rem;
  }

  .\32xl\:-space-y-10 > :not(template) ~ :not(template) {
    margin-top: -2.5rem;
  }

  .\32xl\:-space-x-10 > :not(template) ~ :not(template) {
    margin-left: -2.5rem;
  }

  .\32xl\:-space-y-11 > :not(template) ~ :not(template) {
    margin-top: -2.75rem;
  }

  .\32xl\:-space-x-11 > :not(template) ~ :not(template) {
    margin-left: -2.75rem;
  }

  .\32xl\:-space-y-12 > :not(template) ~ :not(template) {
    margin-top: -3rem;
  }

  .\32xl\:-space-x-12 > :not(template) ~ :not(template) {
    margin-left: -3rem;
  }

  .\32xl\:-space-y-13 > :not(template) ~ :not(template) {
    margin-top: -3.25rem;
  }

  .\32xl\:-space-x-13 > :not(template) ~ :not(template) {
    margin-left: -3.25rem;
  }

  .\32xl\:-space-y-14 > :not(template) ~ :not(template) {
    margin-top: -3.5rem;
  }

  .\32xl\:-space-x-14 > :not(template) ~ :not(template) {
    margin-left: -3.5rem;
  }

  .\32xl\:-space-y-15 > :not(template) ~ :not(template) {
    margin-top: -3.75rem;
  }

  .\32xl\:-space-x-15 > :not(template) ~ :not(template) {
    margin-left: -3.75rem;
  }

  .\32xl\:-space-y-16 > :not(template) ~ :not(template) {
    margin-top: -4rem;
  }

  .\32xl\:-space-x-16 > :not(template) ~ :not(template) {
    margin-left: -4rem;
  }

  .\32xl\:-space-y-20 > :not(template) ~ :not(template) {
    margin-top: -5rem;
  }

  .\32xl\:-space-x-20 > :not(template) ~ :not(template) {
    margin-left: -5rem;
  }

  .\32xl\:-space-y-24 > :not(template) ~ :not(template) {
    margin-top: -6rem;
  }

  .\32xl\:-space-x-24 > :not(template) ~ :not(template) {
    margin-left: -6rem;
  }

  .\32xl\:-space-y-28 > :not(template) ~ :not(template) {
    margin-top: -7rem;
  }

  .\32xl\:-space-x-28 > :not(template) ~ :not(template) {
    margin-left: -7rem;
  }

  .\32xl\:-space-y-32 > :not(template) ~ :not(template) {
    margin-top: -8rem;
  }

  .\32xl\:-space-x-32 > :not(template) ~ :not(template) {
    margin-left: -8rem;
  }

  .\32xl\:-space-y-36 > :not(template) ~ :not(template) {
    margin-top: -9rem;
  }

  .\32xl\:-space-x-36 > :not(template) ~ :not(template) {
    margin-left: -9rem;
  }

  .\32xl\:-space-y-40 > :not(template) ~ :not(template) {
    margin-top: -10rem;
  }

  .\32xl\:-space-x-40 > :not(template) ~ :not(template) {
    margin-left: -10rem;
  }

  .\32xl\:-space-y-44 > :not(template) ~ :not(template) {
    margin-top: -11rem;
  }

  .\32xl\:-space-x-44 > :not(template) ~ :not(template) {
    margin-left: -11rem;
  }

  .\32xl\:-space-y-48 > :not(template) ~ :not(template) {
    margin-top: -12rem;
  }

  .\32xl\:-space-x-48 > :not(template) ~ :not(template) {
    margin-left: -12rem;
  }

  .\32xl\:-space-y-52 > :not(template) ~ :not(template) {
    margin-top: -13rem;
  }

  .\32xl\:-space-x-52 > :not(template) ~ :not(template) {
    margin-left: -13rem;
  }

  .\32xl\:-space-y-56 > :not(template) ~ :not(template) {
    margin-top: -14rem;
  }

  .\32xl\:-space-x-56 > :not(template) ~ :not(template) {
    margin-left: -14rem;
  }

  .\32xl\:-space-y-60 > :not(template) ~ :not(template) {
    margin-top: -15rem;
  }

  .\32xl\:-space-x-60 > :not(template) ~ :not(template) {
    margin-left: -15rem;
  }

  .\32xl\:-space-y-64 > :not(template) ~ :not(template) {
    margin-top: -16rem;
  }

  .\32xl\:-space-x-64 > :not(template) ~ :not(template) {
    margin-left: -16rem;
  }

  .\32xl\:-space-y-72 > :not(template) ~ :not(template) {
    margin-top: -18rem;
  }

  .\32xl\:-space-x-72 > :not(template) ~ :not(template) {
    margin-left: -18rem;
  }

  .\32xl\:-space-y-80 > :not(template) ~ :not(template) {
    margin-top: -20rem;
  }

  .\32xl\:-space-x-80 > :not(template) ~ :not(template) {
    margin-left: -20rem;
  }

  .\32xl\:-space-y-96 > :not(template) ~ :not(template) {
    margin-top: -24rem;
  }

  .\32xl\:-space-x-96 > :not(template) ~ :not(template) {
    margin-left: -24rem;
  }

  .\32xl\:-space-y-128 > :not(template) ~ :not(template) {
    margin-top: -32rem;
  }

  .\32xl\:-space-x-128 > :not(template) ~ :not(template) {
    margin-left: -32rem;
  }

  .\32xl\:-space-y-144 > :not(template) ~ :not(template) {
    margin-top: -36rem;
  }

  .\32xl\:-space-x-144 > :not(template) ~ :not(template) {
    margin-left: -36rem;
  }

  .\32xl\:-space-y-160 > :not(template) ~ :not(template) {
    margin-top: -40rem;
  }

  .\32xl\:-space-x-160 > :not(template) ~ :not(template) {
    margin-left: -40rem;
  }

  .\32xl\:-space-y-192 > :not(template) ~ :not(template) {
    margin-top: -48rem;
  }

  .\32xl\:-space-x-192 > :not(template) ~ :not(template) {
    margin-left: -48rem;
  }

  .\32xl\:-space-y-px > :not(template) ~ :not(template) {
    margin-top: -1px;
  }

  .\32xl\:-space-x-px > :not(template) ~ :not(template) {
    margin-left: -1px;
  }

  .\32xl\:-space-y-0\.5 > :not(template) ~ :not(template) {
    margin-top: -0.125rem;
  }

  .\32xl\:-space-x-0\.5 > :not(template) ~ :not(template) {
    margin-left: -0.125rem;
  }

  .\32xl\:-space-y-1\.5 > :not(template) ~ :not(template) {
    margin-top: -0.375rem;
  }

  .\32xl\:-space-x-1\.5 > :not(template) ~ :not(template) {
    margin-left: -0.375rem;
  }

  .\32xl\:-space-y-2\.5 > :not(template) ~ :not(template) {
    margin-top: -0.625rem;
  }

  .\32xl\:-space-x-2\.5 > :not(template) ~ :not(template) {
    margin-left: -0.625rem;
  }

  .\32xl\:-space-y-3\.5 > :not(template) ~ :not(template) {
    margin-top: -0.875rem;
  }

  .\32xl\:-space-x-3\.5 > :not(template) ~ :not(template) {
    margin-left: -0.875rem;
  }

  .\32xl\:-space-y-1\/2 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .\32xl\:-space-x-1\/2 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .\32xl\:-space-y-1\/3 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .\32xl\:-space-x-1\/3 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .\32xl\:-space-y-2\/3 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .\32xl\:-space-x-2\/3 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .\32xl\:-space-y-1\/4 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .\32xl\:-space-x-1\/4 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .\32xl\:-space-y-2\/4 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .\32xl\:-space-x-2\/4 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .\32xl\:-space-y-3\/4 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .\32xl\:-space-x-3\/4 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .\32xl\:-space-y-1\/5 > :not(template) ~ :not(template) {
    margin-top: -20%;
  }

  .\32xl\:-space-x-1\/5 > :not(template) ~ :not(template) {
    margin-left: -20%;
  }

  .\32xl\:-space-y-2\/5 > :not(template) ~ :not(template) {
    margin-top: -40%;
  }

  .\32xl\:-space-x-2\/5 > :not(template) ~ :not(template) {
    margin-left: -40%;
  }

  .\32xl\:-space-y-3\/5 > :not(template) ~ :not(template) {
    margin-top: -60%;
  }

  .\32xl\:-space-x-3\/5 > :not(template) ~ :not(template) {
    margin-left: -60%;
  }

  .\32xl\:-space-y-4\/5 > :not(template) ~ :not(template) {
    margin-top: -80%;
  }

  .\32xl\:-space-x-4\/5 > :not(template) ~ :not(template) {
    margin-left: -80%;
  }

  .\32xl\:-space-y-1\/6 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .\32xl\:-space-x-1\/6 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .\32xl\:-space-y-2\/6 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .\32xl\:-space-x-2\/6 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .\32xl\:-space-y-3\/6 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .\32xl\:-space-x-3\/6 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .\32xl\:-space-y-4\/6 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .\32xl\:-space-x-4\/6 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .\32xl\:-space-y-5\/6 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .\32xl\:-space-x-5\/6 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .\32xl\:-space-y-1\/12 > :not(template) ~ :not(template) {
    margin-top: -8.33333%;
  }

  .\32xl\:-space-x-1\/12 > :not(template) ~ :not(template) {
    margin-left: -8.33333%;
  }

  .\32xl\:-space-y-2\/12 > :not(template) ~ :not(template) {
    margin-top: -16.66667%;
  }

  .\32xl\:-space-x-2\/12 > :not(template) ~ :not(template) {
    margin-left: -16.66667%;
  }

  .\32xl\:-space-y-3\/12 > :not(template) ~ :not(template) {
    margin-top: -25%;
  }

  .\32xl\:-space-x-3\/12 > :not(template) ~ :not(template) {
    margin-left: -25%;
  }

  .\32xl\:-space-y-4\/12 > :not(template) ~ :not(template) {
    margin-top: -33.33333%;
  }

  .\32xl\:-space-x-4\/12 > :not(template) ~ :not(template) {
    margin-left: -33.33333%;
  }

  .\32xl\:-space-y-5\/12 > :not(template) ~ :not(template) {
    margin-top: -41.66667%;
  }

  .\32xl\:-space-x-5\/12 > :not(template) ~ :not(template) {
    margin-left: -41.66667%;
  }

  .\32xl\:-space-y-6\/12 > :not(template) ~ :not(template) {
    margin-top: -50%;
  }

  .\32xl\:-space-x-6\/12 > :not(template) ~ :not(template) {
    margin-left: -50%;
  }

  .\32xl\:-space-y-7\/12 > :not(template) ~ :not(template) {
    margin-top: -58.33333%;
  }

  .\32xl\:-space-x-7\/12 > :not(template) ~ :not(template) {
    margin-left: -58.33333%;
  }

  .\32xl\:-space-y-8\/12 > :not(template) ~ :not(template) {
    margin-top: -66.66667%;
  }

  .\32xl\:-space-x-8\/12 > :not(template) ~ :not(template) {
    margin-left: -66.66667%;
  }

  .\32xl\:-space-y-9\/12 > :not(template) ~ :not(template) {
    margin-top: -75%;
  }

  .\32xl\:-space-x-9\/12 > :not(template) ~ :not(template) {
    margin-left: -75%;
  }

  .\32xl\:-space-y-10\/12 > :not(template) ~ :not(template) {
    margin-top: -83.33333%;
  }

  .\32xl\:-space-x-10\/12 > :not(template) ~ :not(template) {
    margin-left: -83.33333%;
  }

  .\32xl\:-space-y-11\/12 > :not(template) ~ :not(template) {
    margin-top: -91.66667%;
  }

  .\32xl\:-space-x-11\/12 > :not(template) ~ :not(template) {
    margin-left: -91.66667%;
  }

  .\32xl\:-space-y-full > :not(template) ~ :not(template) {
    margin-top: -100%;
  }

  .\32xl\:-space-x-full > :not(template) ~ :not(template) {
    margin-left: -100%;
  }

  .\32xl\:divide-y-0 > :not(template) ~ :not(template) {
    border-top-width: 0px;
  }

  .\32xl\:divide-x-0 > :not(template) ~ :not(template) {
    border-left-width: 0px;
  }

  .\32xl\:divide-y-2 > :not(template) ~ :not(template) {
    border-top-width: 2px;
  }

  .\32xl\:divide-x-2 > :not(template) ~ :not(template) {
    border-left-width: 2px;
  }

  .\32xl\:divide-y-3 > :not(template) ~ :not(template) {
    border-top-width: 3px;
  }

  .\32xl\:divide-x-3 > :not(template) ~ :not(template) {
    border-left-width: 3px;
  }

  .\32xl\:divide-y-4 > :not(template) ~ :not(template) {
    border-top-width: 4px;
  }

  .\32xl\:divide-x-4 > :not(template) ~ :not(template) {
    border-left-width: 4px;
  }

  .\32xl\:divide-y-6 > :not(template) ~ :not(template) {
    border-top-width: 6px;
  }

  .\32xl\:divide-x-6 > :not(template) ~ :not(template) {
    border-left-width: 6px;
  }

  .\32xl\:divide-y-8 > :not(template) ~ :not(template) {
    border-top-width: 8px;
  }

  .\32xl\:divide-x-8 > :not(template) ~ :not(template) {
    border-left-width: 8px;
  }

  .\32xl\:divide-y > :not(template) ~ :not(template) {
    border-top-width: 1px;
  }

  .\32xl\:divide-x > :not(template) ~ :not(template) {
    border-left-width: 1px;
  }

  .\32xl\:divide-transparent > :not(template) ~ :not(template) {
    border-color: transparent;
  }

  .\32xl\:divide-white > :not(template) ~ :not(template) {
    border-color: #ffffff;
  }

  .\32xl\:divide-white-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:divide-white-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:divide-white-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:divide-white-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:divide-white-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:divide-white-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:divide-white-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:divide-white-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:divide-white-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:divide-black > :not(template) ~ :not(template) {
    border-color: #000;
  }

  .\32xl\:divide-black-semi-9 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:divide-black-semi-8 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:divide-black-semi-7 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:divide-black-semi-6 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:divide-black-semi-5 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:divide-black-semi-4 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:divide-black-semi-3 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:divide-black-semi-2 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:divide-black-semi-1 > :not(template) ~ :not(template) {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:divide-gray-100 > :not(template) ~ :not(template) {
    border-color: #f7f7f7;
  }

  .\32xl\:divide-gray-200 > :not(template) ~ :not(template) {
    border-color: #ebebeb;
  }

  .\32xl\:divide-gray-300 > :not(template) ~ :not(template) {
    border-color: #d0d0d0;
  }

  .\32xl\:divide-gray-400 > :not(template) ~ :not(template) {
    border-color: #b8b8b8;
  }

  .\32xl\:divide-gray-500 > :not(template) ~ :not(template) {
    border-color: #9e9e9e;
  }

  .\32xl\:divide-gray-600 > :not(template) ~ :not(template) {
    border-color: #666666;
  }

  .\32xl\:divide-gray-700 > :not(template) ~ :not(template) {
    border-color: #525252;
  }

  .\32xl\:divide-gray-800 > :not(template) ~ :not(template) {
    border-color: #333333;
  }

  .\32xl\:divide-gray-900 > :not(template) ~ :not(template) {
    border-color: #1f1f1f;
  }

  .\32xl\:divide-gray-warm-100 > :not(template) ~ :not(template) {
    border-color: #f4f2f0;
  }

  .\32xl\:divide-gray-warm-200 > :not(template) ~ :not(template) {
    border-color: #e9e6e2;
  }

  .\32xl\:divide-gray-warm-300 > :not(template) ~ :not(template) {
    border-color: #dfdad4;
  }

  .\32xl\:divide-gray-warm-400 > :not(template) ~ :not(template) {
    border-color: #cfc7bf;
  }

  .\32xl\:divide-gray-warm-500 > :not(template) ~ :not(template) {
    border-color: #c2bab3;
  }

  .\32xl\:divide-gray-warm-600 > :not(template) ~ :not(template) {
    border-color: #b3aca8;
  }

  .\32xl\:divide-gray-warm-700 > :not(template) ~ :not(template) {
    border-color: #a19994;
  }

  .\32xl\:divide-gray-warm-800 > :not(template) ~ :not(template) {
    border-color: #63544b;
  }

  .\32xl\:divide-gray-warm-900 > :not(template) ~ :not(template) {
    border-color: #3f3731;
  }

  .\32xl\:divide-gray-cool-100 > :not(template) ~ :not(template) {
    border-color: #f3f4f7;
  }

  .\32xl\:divide-gray-cool-200 > :not(template) ~ :not(template) {
    border-color: #e9edf1;
  }

  .\32xl\:divide-gray-cool-300 > :not(template) ~ :not(template) {
    border-color: #d5dde6;
  }

  .\32xl\:divide-gray-cool-400 > :not(template) ~ :not(template) {
    border-color: #bcc5d2;
  }

  .\32xl\:divide-gray-cool-500 > :not(template) ~ :not(template) {
    border-color: #99a3b0;
  }

  .\32xl\:divide-gray-cool-600 > :not(template) ~ :not(template) {
    border-color: #8d95a0;
  }

  .\32xl\:divide-gray-cool-700 > :not(template) ~ :not(template) {
    border-color: #7e848b;
  }

  .\32xl\:divide-gray-cool-800 > :not(template) ~ :not(template) {
    border-color: #686d73;
  }

  .\32xl\:divide-gray-cool-900 > :not(template) ~ :not(template) {
    border-color: #50565e;
  }

  .\32xl\:divide-red-100 > :not(template) ~ :not(template) {
    border-color: #fff5f5;
  }

  .\32xl\:divide-red-200 > :not(template) ~ :not(template) {
    border-color: #fed7d7;
  }

  .\32xl\:divide-red-300 > :not(template) ~ :not(template) {
    border-color: #feb2b2;
  }

  .\32xl\:divide-red-400 > :not(template) ~ :not(template) {
    border-color: #fc8181;
  }

  .\32xl\:divide-red-500 > :not(template) ~ :not(template) {
    border-color: #f56565;
  }

  .\32xl\:divide-red-600 > :not(template) ~ :not(template) {
    border-color: #e21d2f;
  }

  .\32xl\:divide-red-700 > :not(template) ~ :not(template) {
    border-color: #d41b2c;
  }

  .\32xl\:divide-red-800 > :not(template) ~ :not(template) {
    border-color: #c61929;
  }

  .\32xl\:divide-red-900 > :not(template) ~ :not(template) {
    border-color: #873138;
  }

  .\32xl\:divide-orange-100 > :not(template) ~ :not(template) {
    border-color: #fff4f0;
  }

  .\32xl\:divide-orange-200 > :not(template) ~ :not(template) {
    border-color: #fed8c8;
  }

  .\32xl\:divide-orange-300 > :not(template) ~ :not(template) {
    border-color: #fcb99c;
  }

  .\32xl\:divide-orange-400 > :not(template) ~ :not(template) {
    border-color: #fd9568;
  }

  .\32xl\:divide-orange-500 > :not(template) ~ :not(template) {
    border-color: #ff854f;
  }

  .\32xl\:divide-orange-600 > :not(template) ~ :not(template) {
    border-color: #e66833;
  }

  .\32xl\:divide-orange-700 > :not(template) ~ :not(template) {
    border-color: #c05621;
  }

  .\32xl\:divide-orange-800 > :not(template) ~ :not(template) {
    border-color: #9c4221;
  }

  .\32xl\:divide-orange-900 > :not(template) ~ :not(template) {
    border-color: #7b341e;
  }

  .\32xl\:divide-yellow-100 > :not(template) ~ :not(template) {
    border-color: #fdf6e7;
  }

  .\32xl\:divide-yellow-200 > :not(template) ~ :not(template) {
    border-color: #fee9bf;
  }

  .\32xl\:divide-yellow-300 > :not(template) ~ :not(template) {
    border-color: #fbd893;
  }

  .\32xl\:divide-yellow-400 > :not(template) ~ :not(template) {
    border-color: #fcc85f;
  }

  .\32xl\:divide-yellow-500 > :not(template) ~ :not(template) {
    border-color: #ffbf3d;
  }

  .\32xl\:divide-yellow-600 > :not(template) ~ :not(template) {
    border-color: #e7a41d;
  }

  .\32xl\:divide-yellow-700 > :not(template) ~ :not(template) {
    border-color: #b7841f;
  }

  .\32xl\:divide-yellow-800 > :not(template) ~ :not(template) {
    border-color: #976c16;
  }

  .\32xl\:divide-yellow-900 > :not(template) ~ :not(template) {
    border-color: #745310;
  }

  .\32xl\:divide-green-100 > :not(template) ~ :not(template) {
    border-color: #f9fce9;
  }

  .\32xl\:divide-green-200 > :not(template) ~ :not(template) {
    border-color: #e5f396;
  }

  .\32xl\:divide-green-300 > :not(template) ~ :not(template) {
    border-color: #d0e656;
  }

  .\32xl\:divide-green-400 > :not(template) ~ :not(template) {
    border-color: #badb00;
  }

  .\32xl\:divide-green-500 > :not(template) ~ :not(template) {
    border-color: #acca07;
  }

  .\32xl\:divide-green-600 > :not(template) ~ :not(template) {
    border-color: #99b305;
  }

  .\32xl\:divide-green-700 > :not(template) ~ :not(template) {
    border-color: #869e00;
  }

  .\32xl\:divide-green-800 > :not(template) ~ :not(template) {
    border-color: #546727;
  }

  .\32xl\:divide-green-900 > :not(template) ~ :not(template) {
    border-color: #394a12;
  }

  .\32xl\:divide-teal-100 > :not(template) ~ :not(template) {
    border-color: #e6fffa;
  }

  .\32xl\:divide-teal-200 > :not(template) ~ :not(template) {
    border-color: #b2f5ea;
  }

  .\32xl\:divide-teal-300 > :not(template) ~ :not(template) {
    border-color: #7beadc;
  }

  .\32xl\:divide-teal-400 > :not(template) ~ :not(template) {
    border-color: #00cfb5;
  }

  .\32xl\:divide-teal-500 > :not(template) ~ :not(template) {
    border-color: #3cbbaa;
  }

  .\32xl\:divide-teal-600 > :not(template) ~ :not(template) {
    border-color: #319789;
  }

  .\32xl\:divide-teal-700 > :not(template) ~ :not(template) {
    border-color: #2c7b70;
  }

  .\32xl\:divide-teal-800 > :not(template) ~ :not(template) {
    border-color: #286159;
  }

  .\32xl\:divide-teal-900 > :not(template) ~ :not(template) {
    border-color: #23524c;
  }

  .\32xl\:divide-aqua-100 > :not(template) ~ :not(template) {
    border-color: #ebfcff;
  }

  .\32xl\:divide-aqua-200 > :not(template) ~ :not(template) {
    border-color: #beeff8;
  }

  .\32xl\:divide-aqua-300 > :not(template) ~ :not(template) {
    border-color: #90e5f4;
  }

  .\32xl\:divide-aqua-400 > :not(template) ~ :not(template) {
    border-color: #71dcef;
  }

  .\32xl\:divide-aqua-500 > :not(template) ~ :not(template) {
    border-color: #52cfe5;
  }

  .\32xl\:divide-aqua-600 > :not(template) ~ :not(template) {
    border-color: #2bb2ca;
  }

  .\32xl\:divide-aqua-700 > :not(template) ~ :not(template) {
    border-color: #2097ac;
  }

  .\32xl\:divide-aqua-800 > :not(template) ~ :not(template) {
    border-color: #1c7382;
  }

  .\32xl\:divide-aqua-900 > :not(template) ~ :not(template) {
    border-color: #155460;
  }

  .\32xl\:divide-blue-100 > :not(template) ~ :not(template) {
    border-color: #ebf8ff;
  }

  .\32xl\:divide-blue-200 > :not(template) ~ :not(template) {
    border-color: #bee3f8;
  }

  .\32xl\:divide-blue-300 > :not(template) ~ :not(template) {
    border-color: #90cdf4;
  }

  .\32xl\:divide-blue-400 > :not(template) ~ :not(template) {
    border-color: #63b3ed;
  }

  .\32xl\:divide-blue-500 > :not(template) ~ :not(template) {
    border-color: #4299e1;
  }

  .\32xl\:divide-blue-600 > :not(template) ~ :not(template) {
    border-color: #3182ce;
  }

  .\32xl\:divide-blue-700 > :not(template) ~ :not(template) {
    border-color: #006eb5;
  }

  .\32xl\:divide-blue-800 > :not(template) ~ :not(template) {
    border-color: #22547c;
  }

  .\32xl\:divide-blue-900 > :not(template) ~ :not(template) {
    border-color: #2b435a;
  }

  .\32xl\:divide-purple-100 > :not(template) ~ :not(template) {
    border-color: #fcf5ff;
  }

  .\32xl\:divide-purple-200 > :not(template) ~ :not(template) {
    border-color: #f1d8fd;
  }

  .\32xl\:divide-purple-300 > :not(template) ~ :not(template) {
    border-color: #dbbcfa;
  }

  .\32xl\:divide-purple-400 > :not(template) ~ :not(template) {
    border-color: #cd82f2;
  }

  .\32xl\:divide-purple-500 > :not(template) ~ :not(template) {
    border-color: #b26dd5;
  }

  .\32xl\:divide-purple-600 > :not(template) ~ :not(template) {
    border-color: #904eb1;
  }

  .\32xl\:divide-purple-700 > :not(template) ~ :not(template) {
    border-color: #824091;
  }

  .\32xl\:divide-purple-800 > :not(template) ~ :not(template) {
    border-color: #743582;
  }

  .\32xl\:divide-purple-900 > :not(template) ~ :not(template) {
    border-color: #4a2353;
  }

  .\32xl\:divide-tan-100 > :not(template) ~ :not(template) {
    border-color: #f6f2e9;
  }

  .\32xl\:divide-tan-200 > :not(template) ~ :not(template) {
    border-color: #eee7d8;
  }

  .\32xl\:divide-tan-300 > :not(template) ~ :not(template) {
    border-color: #e7ddc5;
  }

  .\32xl\:divide-tan-400 > :not(template) ~ :not(template) {
    border-color: #e5d4ab;
  }

  .\32xl\:divide-tan-500 > :not(template) ~ :not(template) {
    border-color: #dec891;
  }

  .\32xl\:divide-tan-600 > :not(template) ~ :not(template) {
    border-color: #c3ac74;
  }

  .\32xl\:divide-tan-700 > :not(template) ~ :not(template) {
    border-color: #9a8451;
  }

  .\32xl\:divide-tan-800 > :not(template) ~ :not(template) {
    border-color: #685936;
  }

  .\32xl\:divide-tan-900 > :not(template) ~ :not(template) {
    border-color: #574c33;
  }

  .\32xl\:divide-gold-500 > :not(template) ~ :not(template) {
    border-color: #a4804a;
  }

  .\32xl\:divide-silver-500 > :not(template) ~ :not(template) {
    border-color: #8a8d8f;
  }

  .\32xl\:divide-solid > :not(template) ~ :not(template) {
    border-style: solid;
  }

  .\32xl\:divide-dashed > :not(template) ~ :not(template) {
    border-style: dashed;
  }

  .\32xl\:divide-dotted > :not(template) ~ :not(template) {
    border-style: dotted;
  }

  .\32xl\:divide-double > :not(template) ~ :not(template) {
    border-style: double;
  }

  .\32xl\:divide-none > :not(template) ~ :not(template) {
    border-style: none;
  }

  .\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\: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\: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-transparent {
    background-color: transparent;
  }

  .\32xl\:bg-white {
    background-color: #ffffff;
  }

  .\32xl\:bg-white-semi-9 {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:bg-white-semi-8 {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:bg-white-semi-7 {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:bg-white-semi-6 {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:bg-white-semi-5 {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:bg-white-semi-4 {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:bg-white-semi-3 {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:bg-white-semi-2 {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:bg-white-semi-1 {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:bg-black {
    background-color: #000;
  }

  .\32xl\:bg-black-semi-9 {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:bg-black-semi-8 {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:bg-black-semi-7 {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:bg-black-semi-6 {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:bg-black-semi-5 {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:bg-black-semi-4 {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:bg-black-semi-3 {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:bg-black-semi-2 {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:bg-black-semi-1 {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:bg-gray-100 {
    background-color: #f7f7f7;
  }

  .\32xl\:bg-gray-200 {
    background-color: #ebebeb;
  }

  .\32xl\:bg-gray-300 {
    background-color: #d0d0d0;
  }

  .\32xl\:bg-gray-400 {
    background-color: #b8b8b8;
  }

  .\32xl\:bg-gray-500 {
    background-color: #9e9e9e;
  }

  .\32xl\:bg-gray-600 {
    background-color: #666666;
  }

  .\32xl\:bg-gray-700 {
    background-color: #525252;
  }

  .\32xl\:bg-gray-800 {
    background-color: #333333;
  }

  .\32xl\:bg-gray-900 {
    background-color: #1f1f1f;
  }

  .\32xl\:bg-gray-warm-100 {
    background-color: #f4f2f0;
  }

  .\32xl\:bg-gray-warm-200 {
    background-color: #e9e6e2;
  }

  .\32xl\:bg-gray-warm-300 {
    background-color: #dfdad4;
  }

  .\32xl\:bg-gray-warm-400 {
    background-color: #cfc7bf;
  }

  .\32xl\:bg-gray-warm-500 {
    background-color: #c2bab3;
  }

  .\32xl\:bg-gray-warm-600 {
    background-color: #b3aca8;
  }

  .\32xl\:bg-gray-warm-700 {
    background-color: #a19994;
  }

  .\32xl\:bg-gray-warm-800 {
    background-color: #63544b;
  }

  .\32xl\:bg-gray-warm-900 {
    background-color: #3f3731;
  }

  .\32xl\:bg-gray-cool-100 {
    background-color: #f3f4f7;
  }

  .\32xl\:bg-gray-cool-200 {
    background-color: #e9edf1;
  }

  .\32xl\:bg-gray-cool-300 {
    background-color: #d5dde6;
  }

  .\32xl\:bg-gray-cool-400 {
    background-color: #bcc5d2;
  }

  .\32xl\:bg-gray-cool-500 {
    background-color: #99a3b0;
  }

  .\32xl\:bg-gray-cool-600 {
    background-color: #8d95a0;
  }

  .\32xl\:bg-gray-cool-700 {
    background-color: #7e848b;
  }

  .\32xl\:bg-gray-cool-800 {
    background-color: #686d73;
  }

  .\32xl\:bg-gray-cool-900 {
    background-color: #50565e;
  }

  .\32xl\:bg-red-100 {
    background-color: #fff5f5;
  }

  .\32xl\:bg-red-200 {
    background-color: #fed7d7;
  }

  .\32xl\:bg-red-300 {
    background-color: #feb2b2;
  }

  .\32xl\:bg-red-400 {
    background-color: #fc8181;
  }

  .\32xl\:bg-red-500 {
    background-color: #f56565;
  }

  .\32xl\:bg-red-600 {
    background-color: #e21d2f;
  }

  .\32xl\:bg-red-700 {
    background-color: #d41b2c;
  }

  .\32xl\:bg-red-800 {
    background-color: #c61929;
  }

  .\32xl\:bg-red-900 {
    background-color: #873138;
  }

  .\32xl\:bg-orange-100 {
    background-color: #fff4f0;
  }

  .\32xl\:bg-orange-200 {
    background-color: #fed8c8;
  }

  .\32xl\:bg-orange-300 {
    background-color: #fcb99c;
  }

  .\32xl\:bg-orange-400 {
    background-color: #fd9568;
  }

  .\32xl\:bg-orange-500 {
    background-color: #ff854f;
  }

  .\32xl\:bg-orange-600 {
    background-color: #e66833;
  }

  .\32xl\:bg-orange-700 {
    background-color: #c05621;
  }

  .\32xl\:bg-orange-800 {
    background-color: #9c4221;
  }

  .\32xl\:bg-orange-900 {
    background-color: #7b341e;
  }

  .\32xl\:bg-yellow-100 {
    background-color: #fdf6e7;
  }

  .\32xl\:bg-yellow-200 {
    background-color: #fee9bf;
  }

  .\32xl\:bg-yellow-300 {
    background-color: #fbd893;
  }

  .\32xl\:bg-yellow-400 {
    background-color: #fcc85f;
  }

  .\32xl\:bg-yellow-500 {
    background-color: #ffbf3d;
  }

  .\32xl\:bg-yellow-600 {
    background-color: #e7a41d;
  }

  .\32xl\:bg-yellow-700 {
    background-color: #b7841f;
  }

  .\32xl\:bg-yellow-800 {
    background-color: #976c16;
  }

  .\32xl\:bg-yellow-900 {
    background-color: #745310;
  }

  .\32xl\:bg-green-100 {
    background-color: #f9fce9;
  }

  .\32xl\:bg-green-200 {
    background-color: #e5f396;
  }

  .\32xl\:bg-green-300 {
    background-color: #d0e656;
  }

  .\32xl\:bg-green-400 {
    background-color: #badb00;
  }

  .\32xl\:bg-green-500 {
    background-color: #acca07;
  }

  .\32xl\:bg-green-600 {
    background-color: #99b305;
  }

  .\32xl\:bg-green-700 {
    background-color: #869e00;
  }

  .\32xl\:bg-green-800 {
    background-color: #546727;
  }

  .\32xl\:bg-green-900 {
    background-color: #394a12;
  }

  .\32xl\:bg-teal-100 {
    background-color: #e6fffa;
  }

  .\32xl\:bg-teal-200 {
    background-color: #b2f5ea;
  }

  .\32xl\:bg-teal-300 {
    background-color: #7beadc;
  }

  .\32xl\:bg-teal-400 {
    background-color: #00cfb5;
  }

  .\32xl\:bg-teal-500 {
    background-color: #3cbbaa;
  }

  .\32xl\:bg-teal-600 {
    background-color: #319789;
  }

  .\32xl\:bg-teal-700 {
    background-color: #2c7b70;
  }

  .\32xl\:bg-teal-800 {
    background-color: #286159;
  }

  .\32xl\:bg-teal-900 {
    background-color: #23524c;
  }

  .\32xl\:bg-aqua-100 {
    background-color: #ebfcff;
  }

  .\32xl\:bg-aqua-200 {
    background-color: #beeff8;
  }

  .\32xl\:bg-aqua-300 {
    background-color: #90e5f4;
  }

  .\32xl\:bg-aqua-400 {
    background-color: #71dcef;
  }

  .\32xl\:bg-aqua-500 {
    background-color: #52cfe5;
  }

  .\32xl\:bg-aqua-600 {
    background-color: #2bb2ca;
  }

  .\32xl\:bg-aqua-700 {
    background-color: #2097ac;
  }

  .\32xl\:bg-aqua-800 {
    background-color: #1c7382;
  }

  .\32xl\:bg-aqua-900 {
    background-color: #155460;
  }

  .\32xl\:bg-blue-100 {
    background-color: #ebf8ff;
  }

  .\32xl\:bg-blue-200 {
    background-color: #bee3f8;
  }

  .\32xl\:bg-blue-300 {
    background-color: #90cdf4;
  }

  .\32xl\:bg-blue-400 {
    background-color: #63b3ed;
  }

  .\32xl\:bg-blue-500 {
    background-color: #4299e1;
  }

  .\32xl\:bg-blue-600 {
    background-color: #3182ce;
  }

  .\32xl\:bg-blue-700 {
    background-color: #006eb5;
  }

  .\32xl\:bg-blue-800 {
    background-color: #22547c;
  }

  .\32xl\:bg-blue-900 {
    background-color: #2b435a;
  }

  .\32xl\:bg-purple-100 {
    background-color: #fcf5ff;
  }

  .\32xl\:bg-purple-200 {
    background-color: #f1d8fd;
  }

  .\32xl\:bg-purple-300 {
    background-color: #dbbcfa;
  }

  .\32xl\:bg-purple-400 {
    background-color: #cd82f2;
  }

  .\32xl\:bg-purple-500 {
    background-color: #b26dd5;
  }

  .\32xl\:bg-purple-600 {
    background-color: #904eb1;
  }

  .\32xl\:bg-purple-700 {
    background-color: #824091;
  }

  .\32xl\:bg-purple-800 {
    background-color: #743582;
  }

  .\32xl\:bg-purple-900 {
    background-color: #4a2353;
  }

  .\32xl\:bg-tan-100 {
    background-color: #f6f2e9;
  }

  .\32xl\:bg-tan-200 {
    background-color: #eee7d8;
  }

  .\32xl\:bg-tan-300 {
    background-color: #e7ddc5;
  }

  .\32xl\:bg-tan-400 {
    background-color: #e5d4ab;
  }

  .\32xl\:bg-tan-500 {
    background-color: #dec891;
  }

  .\32xl\:bg-tan-600 {
    background-color: #c3ac74;
  }

  .\32xl\:bg-tan-700 {
    background-color: #9a8451;
  }

  .\32xl\:bg-tan-800 {
    background-color: #685936;
  }

  .\32xl\:bg-tan-900 {
    background-color: #574c33;
  }

  .\32xl\:bg-gold-500 {
    background-color: #a4804a;
  }

  .\32xl\:bg-silver-500 {
    background-color: #8a8d8f;
  }

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

  .\32xl\:hover\:bg-white:hover {
    background-color: #ffffff;
  }

  .\32xl\:hover\:bg-white-semi-9:hover {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:hover\:bg-white-semi-8:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:hover\:bg-white-semi-7:hover {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:hover\:bg-white-semi-6:hover {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:hover\:bg-white-semi-5:hover {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:hover\:bg-white-semi-4:hover {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:hover\:bg-white-semi-3:hover {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:hover\:bg-white-semi-2:hover {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:hover\:bg-white-semi-1:hover {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:hover\:bg-black:hover {
    background-color: #000;
  }

  .\32xl\:hover\:bg-black-semi-9:hover {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:hover\:bg-black-semi-8:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:bg-black-semi-7:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:hover\:bg-black-semi-6:hover {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:hover\:bg-black-semi-5:hover {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:bg-black-semi-4:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:hover\:bg-black-semi-3:hover {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:bg-black-semi-2:hover {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:hover\:bg-black-semi-1:hover {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:hover\:bg-gray-100:hover {
    background-color: #f7f7f7;
  }

  .\32xl\:hover\:bg-gray-200:hover {
    background-color: #ebebeb;
  }

  .\32xl\:hover\:bg-gray-300:hover {
    background-color: #d0d0d0;
  }

  .\32xl\:hover\:bg-gray-400:hover {
    background-color: #b8b8b8;
  }

  .\32xl\:hover\:bg-gray-500:hover {
    background-color: #9e9e9e;
  }

  .\32xl\:hover\:bg-gray-600:hover {
    background-color: #666666;
  }

  .\32xl\:hover\:bg-gray-700:hover {
    background-color: #525252;
  }

  .\32xl\:hover\:bg-gray-800:hover {
    background-color: #333333;
  }

  .\32xl\:hover\:bg-gray-900:hover {
    background-color: #1f1f1f;
  }

  .\32xl\:hover\:bg-gray-warm-100:hover {
    background-color: #f4f2f0;
  }

  .\32xl\:hover\:bg-gray-warm-200:hover {
    background-color: #e9e6e2;
  }

  .\32xl\:hover\:bg-gray-warm-300:hover {
    background-color: #dfdad4;
  }

  .\32xl\:hover\:bg-gray-warm-400:hover {
    background-color: #cfc7bf;
  }

  .\32xl\:hover\:bg-gray-warm-500:hover {
    background-color: #c2bab3;
  }

  .\32xl\:hover\:bg-gray-warm-600:hover {
    background-color: #b3aca8;
  }

  .\32xl\:hover\:bg-gray-warm-700:hover {
    background-color: #a19994;
  }

  .\32xl\:hover\:bg-gray-warm-800:hover {
    background-color: #63544b;
  }

  .\32xl\:hover\:bg-gray-warm-900:hover {
    background-color: #3f3731;
  }

  .\32xl\:hover\:bg-gray-cool-100:hover {
    background-color: #f3f4f7;
  }

  .\32xl\:hover\:bg-gray-cool-200:hover {
    background-color: #e9edf1;
  }

  .\32xl\:hover\:bg-gray-cool-300:hover {
    background-color: #d5dde6;
  }

  .\32xl\:hover\:bg-gray-cool-400:hover {
    background-color: #bcc5d2;
  }

  .\32xl\:hover\:bg-gray-cool-500:hover {
    background-color: #99a3b0;
  }

  .\32xl\:hover\:bg-gray-cool-600:hover {
    background-color: #8d95a0;
  }

  .\32xl\:hover\:bg-gray-cool-700:hover {
    background-color: #7e848b;
  }

  .\32xl\:hover\:bg-gray-cool-800:hover {
    background-color: #686d73;
  }

  .\32xl\:hover\:bg-gray-cool-900:hover {
    background-color: #50565e;
  }

  .\32xl\:hover\:bg-red-100:hover {
    background-color: #fff5f5;
  }

  .\32xl\:hover\:bg-red-200:hover {
    background-color: #fed7d7;
  }

  .\32xl\:hover\:bg-red-300:hover {
    background-color: #feb2b2;
  }

  .\32xl\:hover\:bg-red-400:hover {
    background-color: #fc8181;
  }

  .\32xl\:hover\:bg-red-500:hover {
    background-color: #f56565;
  }

  .\32xl\:hover\:bg-red-600:hover {
    background-color: #e21d2f;
  }

  .\32xl\:hover\:bg-red-700:hover {
    background-color: #d41b2c;
  }

  .\32xl\:hover\:bg-red-800:hover {
    background-color: #c61929;
  }

  .\32xl\:hover\:bg-red-900:hover {
    background-color: #873138;
  }

  .\32xl\:hover\:bg-orange-100:hover {
    background-color: #fff4f0;
  }

  .\32xl\:hover\:bg-orange-200:hover {
    background-color: #fed8c8;
  }

  .\32xl\:hover\:bg-orange-300:hover {
    background-color: #fcb99c;
  }

  .\32xl\:hover\:bg-orange-400:hover {
    background-color: #fd9568;
  }

  .\32xl\:hover\:bg-orange-500:hover {
    background-color: #ff854f;
  }

  .\32xl\:hover\:bg-orange-600:hover {
    background-color: #e66833;
  }

  .\32xl\:hover\:bg-orange-700:hover {
    background-color: #c05621;
  }

  .\32xl\:hover\:bg-orange-800:hover {
    background-color: #9c4221;
  }

  .\32xl\:hover\:bg-orange-900:hover {
    background-color: #7b341e;
  }

  .\32xl\:hover\:bg-yellow-100:hover {
    background-color: #fdf6e7;
  }

  .\32xl\:hover\:bg-yellow-200:hover {
    background-color: #fee9bf;
  }

  .\32xl\:hover\:bg-yellow-300:hover {
    background-color: #fbd893;
  }

  .\32xl\:hover\:bg-yellow-400:hover {
    background-color: #fcc85f;
  }

  .\32xl\:hover\:bg-yellow-500:hover {
    background-color: #ffbf3d;
  }

  .\32xl\:hover\:bg-yellow-600:hover {
    background-color: #e7a41d;
  }

  .\32xl\:hover\:bg-yellow-700:hover {
    background-color: #b7841f;
  }

  .\32xl\:hover\:bg-yellow-800:hover {
    background-color: #976c16;
  }

  .\32xl\:hover\:bg-yellow-900:hover {
    background-color: #745310;
  }

  .\32xl\:hover\:bg-green-100:hover {
    background-color: #f9fce9;
  }

  .\32xl\:hover\:bg-green-200:hover {
    background-color: #e5f396;
  }

  .\32xl\:hover\:bg-green-300:hover {
    background-color: #d0e656;
  }

  .\32xl\:hover\:bg-green-400:hover {
    background-color: #badb00;
  }

  .\32xl\:hover\:bg-green-500:hover {
    background-color: #acca07;
  }

  .\32xl\:hover\:bg-green-600:hover {
    background-color: #99b305;
  }

  .\32xl\:hover\:bg-green-700:hover {
    background-color: #869e00;
  }

  .\32xl\:hover\:bg-green-800:hover {
    background-color: #546727;
  }

  .\32xl\:hover\:bg-green-900:hover {
    background-color: #394a12;
  }

  .\32xl\:hover\:bg-teal-100:hover {
    background-color: #e6fffa;
  }

  .\32xl\:hover\:bg-teal-200:hover {
    background-color: #b2f5ea;
  }

  .\32xl\:hover\:bg-teal-300:hover {
    background-color: #7beadc;
  }

  .\32xl\:hover\:bg-teal-400:hover {
    background-color: #00cfb5;
  }

  .\32xl\:hover\:bg-teal-500:hover {
    background-color: #3cbbaa;
  }

  .\32xl\:hover\:bg-teal-600:hover {
    background-color: #319789;
  }

  .\32xl\:hover\:bg-teal-700:hover {
    background-color: #2c7b70;
  }

  .\32xl\:hover\:bg-teal-800:hover {
    background-color: #286159;
  }

  .\32xl\:hover\:bg-teal-900:hover {
    background-color: #23524c;
  }

  .\32xl\:hover\:bg-aqua-100:hover {
    background-color: #ebfcff;
  }

  .\32xl\:hover\:bg-aqua-200:hover {
    background-color: #beeff8;
  }

  .\32xl\:hover\:bg-aqua-300:hover {
    background-color: #90e5f4;
  }

  .\32xl\:hover\:bg-aqua-400:hover {
    background-color: #71dcef;
  }

  .\32xl\:hover\:bg-aqua-500:hover {
    background-color: #52cfe5;
  }

  .\32xl\:hover\:bg-aqua-600:hover {
    background-color: #2bb2ca;
  }

  .\32xl\:hover\:bg-aqua-700:hover {
    background-color: #2097ac;
  }

  .\32xl\:hover\:bg-aqua-800:hover {
    background-color: #1c7382;
  }

  .\32xl\:hover\:bg-aqua-900:hover {
    background-color: #155460;
  }

  .\32xl\:hover\:bg-blue-100:hover {
    background-color: #ebf8ff;
  }

  .\32xl\:hover\:bg-blue-200:hover {
    background-color: #bee3f8;
  }

  .\32xl\:hover\:bg-blue-300:hover {
    background-color: #90cdf4;
  }

  .\32xl\:hover\:bg-blue-400:hover {
    background-color: #63b3ed;
  }

  .\32xl\:hover\:bg-blue-500:hover {
    background-color: #4299e1;
  }

  .\32xl\:hover\:bg-blue-600:hover {
    background-color: #3182ce;
  }

  .\32xl\:hover\:bg-blue-700:hover {
    background-color: #006eb5;
  }

  .\32xl\:hover\:bg-blue-800:hover {
    background-color: #22547c;
  }

  .\32xl\:hover\:bg-blue-900:hover {
    background-color: #2b435a;
  }

  .\32xl\:hover\:bg-purple-100:hover {
    background-color: #fcf5ff;
  }

  .\32xl\:hover\:bg-purple-200:hover {
    background-color: #f1d8fd;
  }

  .\32xl\:hover\:bg-purple-300:hover {
    background-color: #dbbcfa;
  }

  .\32xl\:hover\:bg-purple-400:hover {
    background-color: #cd82f2;
  }

  .\32xl\:hover\:bg-purple-500:hover {
    background-color: #b26dd5;
  }

  .\32xl\:hover\:bg-purple-600:hover {
    background-color: #904eb1;
  }

  .\32xl\:hover\:bg-purple-700:hover {
    background-color: #824091;
  }

  .\32xl\:hover\:bg-purple-800:hover {
    background-color: #743582;
  }

  .\32xl\:hover\:bg-purple-900:hover {
    background-color: #4a2353;
  }

  .\32xl\:hover\:bg-tan-100:hover {
    background-color: #f6f2e9;
  }

  .\32xl\:hover\:bg-tan-200:hover {
    background-color: #eee7d8;
  }

  .\32xl\:hover\:bg-tan-300:hover {
    background-color: #e7ddc5;
  }

  .\32xl\:hover\:bg-tan-400:hover {
    background-color: #e5d4ab;
  }

  .\32xl\:hover\:bg-tan-500:hover {
    background-color: #dec891;
  }

  .\32xl\:hover\:bg-tan-600:hover {
    background-color: #c3ac74;
  }

  .\32xl\:hover\:bg-tan-700:hover {
    background-color: #9a8451;
  }

  .\32xl\:hover\:bg-tan-800:hover {
    background-color: #685936;
  }

  .\32xl\:hover\:bg-tan-900:hover {
    background-color: #574c33;
  }

  .\32xl\:hover\:bg-gold-500:hover {
    background-color: #a4804a;
  }

  .\32xl\:hover\:bg-silver-500:hover {
    background-color: #8a8d8f;
  }

  .\32xl\:focus\:bg-transparent:focus {
    background-color: transparent;
  }

  .\32xl\:focus\:bg-white:focus {
    background-color: #ffffff;
  }

  .\32xl\:focus\:bg-white-semi-9:focus {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:focus\:bg-white-semi-8:focus {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:focus\:bg-white-semi-7:focus {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:focus\:bg-white-semi-6:focus {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:focus\:bg-white-semi-5:focus {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:focus\:bg-white-semi-4:focus {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:focus\:bg-white-semi-3:focus {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:focus\:bg-white-semi-2:focus {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:focus\:bg-white-semi-1:focus {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:focus\:bg-black:focus {
    background-color: #000;
  }

  .\32xl\:focus\:bg-black-semi-9:focus {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:focus\:bg-black-semi-8:focus {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:bg-black-semi-7:focus {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:focus\:bg-black-semi-6:focus {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:focus\:bg-black-semi-5:focus {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:bg-black-semi-4:focus {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:focus\:bg-black-semi-3:focus {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:bg-black-semi-2:focus {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:focus\:bg-black-semi-1:focus {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:focus\:bg-gray-100:focus {
    background-color: #f7f7f7;
  }

  .\32xl\:focus\:bg-gray-200:focus {
    background-color: #ebebeb;
  }

  .\32xl\:focus\:bg-gray-300:focus {
    background-color: #d0d0d0;
  }

  .\32xl\:focus\:bg-gray-400:focus {
    background-color: #b8b8b8;
  }

  .\32xl\:focus\:bg-gray-500:focus {
    background-color: #9e9e9e;
  }

  .\32xl\:focus\:bg-gray-600:focus {
    background-color: #666666;
  }

  .\32xl\:focus\:bg-gray-700:focus {
    background-color: #525252;
  }

  .\32xl\:focus\:bg-gray-800:focus {
    background-color: #333333;
  }

  .\32xl\:focus\:bg-gray-900:focus {
    background-color: #1f1f1f;
  }

  .\32xl\:focus\:bg-gray-warm-100:focus {
    background-color: #f4f2f0;
  }

  .\32xl\:focus\:bg-gray-warm-200:focus {
    background-color: #e9e6e2;
  }

  .\32xl\:focus\:bg-gray-warm-300:focus {
    background-color: #dfdad4;
  }

  .\32xl\:focus\:bg-gray-warm-400:focus {
    background-color: #cfc7bf;
  }

  .\32xl\:focus\:bg-gray-warm-500:focus {
    background-color: #c2bab3;
  }

  .\32xl\:focus\:bg-gray-warm-600:focus {
    background-color: #b3aca8;
  }

  .\32xl\:focus\:bg-gray-warm-700:focus {
    background-color: #a19994;
  }

  .\32xl\:focus\:bg-gray-warm-800:focus {
    background-color: #63544b;
  }

  .\32xl\:focus\:bg-gray-warm-900:focus {
    background-color: #3f3731;
  }

  .\32xl\:focus\:bg-gray-cool-100:focus {
    background-color: #f3f4f7;
  }

  .\32xl\:focus\:bg-gray-cool-200:focus {
    background-color: #e9edf1;
  }

  .\32xl\:focus\:bg-gray-cool-300:focus {
    background-color: #d5dde6;
  }

  .\32xl\:focus\:bg-gray-cool-400:focus {
    background-color: #bcc5d2;
  }

  .\32xl\:focus\:bg-gray-cool-500:focus {
    background-color: #99a3b0;
  }

  .\32xl\:focus\:bg-gray-cool-600:focus {
    background-color: #8d95a0;
  }

  .\32xl\:focus\:bg-gray-cool-700:focus {
    background-color: #7e848b;
  }

  .\32xl\:focus\:bg-gray-cool-800:focus {
    background-color: #686d73;
  }

  .\32xl\:focus\:bg-gray-cool-900:focus {
    background-color: #50565e;
  }

  .\32xl\:focus\:bg-red-100:focus {
    background-color: #fff5f5;
  }

  .\32xl\:focus\:bg-red-200:focus {
    background-color: #fed7d7;
  }

  .\32xl\:focus\:bg-red-300:focus {
    background-color: #feb2b2;
  }

  .\32xl\:focus\:bg-red-400:focus {
    background-color: #fc8181;
  }

  .\32xl\:focus\:bg-red-500:focus {
    background-color: #f56565;
  }

  .\32xl\:focus\:bg-red-600:focus {
    background-color: #e21d2f;
  }

  .\32xl\:focus\:bg-red-700:focus {
    background-color: #d41b2c;
  }

  .\32xl\:focus\:bg-red-800:focus {
    background-color: #c61929;
  }

  .\32xl\:focus\:bg-red-900:focus {
    background-color: #873138;
  }

  .\32xl\:focus\:bg-orange-100:focus {
    background-color: #fff4f0;
  }

  .\32xl\:focus\:bg-orange-200:focus {
    background-color: #fed8c8;
  }

  .\32xl\:focus\:bg-orange-300:focus {
    background-color: #fcb99c;
  }

  .\32xl\:focus\:bg-orange-400:focus {
    background-color: #fd9568;
  }

  .\32xl\:focus\:bg-orange-500:focus {
    background-color: #ff854f;
  }

  .\32xl\:focus\:bg-orange-600:focus {
    background-color: #e66833;
  }

  .\32xl\:focus\:bg-orange-700:focus {
    background-color: #c05621;
  }

  .\32xl\:focus\:bg-orange-800:focus {
    background-color: #9c4221;
  }

  .\32xl\:focus\:bg-orange-900:focus {
    background-color: #7b341e;
  }

  .\32xl\:focus\:bg-yellow-100:focus {
    background-color: #fdf6e7;
  }

  .\32xl\:focus\:bg-yellow-200:focus {
    background-color: #fee9bf;
  }

  .\32xl\:focus\:bg-yellow-300:focus {
    background-color: #fbd893;
  }

  .\32xl\:focus\:bg-yellow-400:focus {
    background-color: #fcc85f;
  }

  .\32xl\:focus\:bg-yellow-500:focus {
    background-color: #ffbf3d;
  }

  .\32xl\:focus\:bg-yellow-600:focus {
    background-color: #e7a41d;
  }

  .\32xl\:focus\:bg-yellow-700:focus {
    background-color: #b7841f;
  }

  .\32xl\:focus\:bg-yellow-800:focus {
    background-color: #976c16;
  }

  .\32xl\:focus\:bg-yellow-900:focus {
    background-color: #745310;
  }

  .\32xl\:focus\:bg-green-100:focus {
    background-color: #f9fce9;
  }

  .\32xl\:focus\:bg-green-200:focus {
    background-color: #e5f396;
  }

  .\32xl\:focus\:bg-green-300:focus {
    background-color: #d0e656;
  }

  .\32xl\:focus\:bg-green-400:focus {
    background-color: #badb00;
  }

  .\32xl\:focus\:bg-green-500:focus {
    background-color: #acca07;
  }

  .\32xl\:focus\:bg-green-600:focus {
    background-color: #99b305;
  }

  .\32xl\:focus\:bg-green-700:focus {
    background-color: #869e00;
  }

  .\32xl\:focus\:bg-green-800:focus {
    background-color: #546727;
  }

  .\32xl\:focus\:bg-green-900:focus {
    background-color: #394a12;
  }

  .\32xl\:focus\:bg-teal-100:focus {
    background-color: #e6fffa;
  }

  .\32xl\:focus\:bg-teal-200:focus {
    background-color: #b2f5ea;
  }

  .\32xl\:focus\:bg-teal-300:focus {
    background-color: #7beadc;
  }

  .\32xl\:focus\:bg-teal-400:focus {
    background-color: #00cfb5;
  }

  .\32xl\:focus\:bg-teal-500:focus {
    background-color: #3cbbaa;
  }

  .\32xl\:focus\:bg-teal-600:focus {
    background-color: #319789;
  }

  .\32xl\:focus\:bg-teal-700:focus {
    background-color: #2c7b70;
  }

  .\32xl\:focus\:bg-teal-800:focus {
    background-color: #286159;
  }

  .\32xl\:focus\:bg-teal-900:focus {
    background-color: #23524c;
  }

  .\32xl\:focus\:bg-aqua-100:focus {
    background-color: #ebfcff;
  }

  .\32xl\:focus\:bg-aqua-200:focus {
    background-color: #beeff8;
  }

  .\32xl\:focus\:bg-aqua-300:focus {
    background-color: #90e5f4;
  }

  .\32xl\:focus\:bg-aqua-400:focus {
    background-color: #71dcef;
  }

  .\32xl\:focus\:bg-aqua-500:focus {
    background-color: #52cfe5;
  }

  .\32xl\:focus\:bg-aqua-600:focus {
    background-color: #2bb2ca;
  }

  .\32xl\:focus\:bg-aqua-700:focus {
    background-color: #2097ac;
  }

  .\32xl\:focus\:bg-aqua-800:focus {
    background-color: #1c7382;
  }

  .\32xl\:focus\:bg-aqua-900:focus {
    background-color: #155460;
  }

  .\32xl\:focus\:bg-blue-100:focus {
    background-color: #ebf8ff;
  }

  .\32xl\:focus\:bg-blue-200:focus {
    background-color: #bee3f8;
  }

  .\32xl\:focus\:bg-blue-300:focus {
    background-color: #90cdf4;
  }

  .\32xl\:focus\:bg-blue-400:focus {
    background-color: #63b3ed;
  }

  .\32xl\:focus\:bg-blue-500:focus {
    background-color: #4299e1;
  }

  .\32xl\:focus\:bg-blue-600:focus {
    background-color: #3182ce;
  }

  .\32xl\:focus\:bg-blue-700:focus {
    background-color: #006eb5;
  }

  .\32xl\:focus\:bg-blue-800:focus {
    background-color: #22547c;
  }

  .\32xl\:focus\:bg-blue-900:focus {
    background-color: #2b435a;
  }

  .\32xl\:focus\:bg-purple-100:focus {
    background-color: #fcf5ff;
  }

  .\32xl\:focus\:bg-purple-200:focus {
    background-color: #f1d8fd;
  }

  .\32xl\:focus\:bg-purple-300:focus {
    background-color: #dbbcfa;
  }

  .\32xl\:focus\:bg-purple-400:focus {
    background-color: #cd82f2;
  }

  .\32xl\:focus\:bg-purple-500:focus {
    background-color: #b26dd5;
  }

  .\32xl\:focus\:bg-purple-600:focus {
    background-color: #904eb1;
  }

  .\32xl\:focus\:bg-purple-700:focus {
    background-color: #824091;
  }

  .\32xl\:focus\:bg-purple-800:focus {
    background-color: #743582;
  }

  .\32xl\:focus\:bg-purple-900:focus {
    background-color: #4a2353;
  }

  .\32xl\:focus\:bg-tan-100:focus {
    background-color: #f6f2e9;
  }

  .\32xl\:focus\:bg-tan-200:focus {
    background-color: #eee7d8;
  }

  .\32xl\:focus\:bg-tan-300:focus {
    background-color: #e7ddc5;
  }

  .\32xl\:focus\:bg-tan-400:focus {
    background-color: #e5d4ab;
  }

  .\32xl\:focus\:bg-tan-500:focus {
    background-color: #dec891;
  }

  .\32xl\:focus\:bg-tan-600:focus {
    background-color: #c3ac74;
  }

  .\32xl\:focus\:bg-tan-700:focus {
    background-color: #9a8451;
  }

  .\32xl\:focus\:bg-tan-800:focus {
    background-color: #685936;
  }

  .\32xl\:focus\:bg-tan-900:focus {
    background-color: #574c33;
  }

  .\32xl\:focus\:bg-gold-500:focus {
    background-color: #a4804a;
  }

  .\32xl\:focus\:bg-silver-500:focus {
    background-color: #8a8d8f;
  }

  .\32xl\:disabled\:bg-transparent:disabled {
    background-color: transparent;
  }

  .\32xl\:disabled\:bg-white:disabled {
    background-color: #ffffff;
  }

  .\32xl\:disabled\:bg-white-semi-9:disabled {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:disabled\:bg-white-semi-8:disabled {
    background-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:disabled\:bg-white-semi-7:disabled {
    background-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:disabled\:bg-white-semi-6:disabled {
    background-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:disabled\:bg-white-semi-5:disabled {
    background-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:disabled\:bg-white-semi-4:disabled {
    background-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:disabled\:bg-white-semi-3:disabled {
    background-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:disabled\:bg-white-semi-2:disabled {
    background-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:disabled\:bg-white-semi-1:disabled {
    background-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:disabled\:bg-black:disabled {
    background-color: #000;
  }

  .\32xl\:disabled\:bg-black-semi-9:disabled {
    background-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:disabled\:bg-black-semi-8:disabled {
    background-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:disabled\:bg-black-semi-7:disabled {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:disabled\:bg-black-semi-6:disabled {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:disabled\:bg-black-semi-5:disabled {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:disabled\:bg-black-semi-4:disabled {
    background-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:disabled\:bg-black-semi-3:disabled {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:disabled\:bg-black-semi-2:disabled {
    background-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:disabled\:bg-black-semi-1:disabled {
    background-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:disabled\:bg-gray-100:disabled {
    background-color: #f7f7f7;
  }

  .\32xl\:disabled\:bg-gray-200:disabled {
    background-color: #ebebeb;
  }

  .\32xl\:disabled\:bg-gray-300:disabled {
    background-color: #d0d0d0;
  }

  .\32xl\:disabled\:bg-gray-400:disabled {
    background-color: #b8b8b8;
  }

  .\32xl\:disabled\:bg-gray-500:disabled {
    background-color: #9e9e9e;
  }

  .\32xl\:disabled\:bg-gray-600:disabled {
    background-color: #666666;
  }

  .\32xl\:disabled\:bg-gray-700:disabled {
    background-color: #525252;
  }

  .\32xl\:disabled\:bg-gray-800:disabled {
    background-color: #333333;
  }

  .\32xl\:disabled\:bg-gray-900:disabled {
    background-color: #1f1f1f;
  }

  .\32xl\:disabled\:bg-gray-warm-100:disabled {
    background-color: #f4f2f0;
  }

  .\32xl\:disabled\:bg-gray-warm-200:disabled {
    background-color: #e9e6e2;
  }

  .\32xl\:disabled\:bg-gray-warm-300:disabled {
    background-color: #dfdad4;
  }

  .\32xl\:disabled\:bg-gray-warm-400:disabled {
    background-color: #cfc7bf;
  }

  .\32xl\:disabled\:bg-gray-warm-500:disabled {
    background-color: #c2bab3;
  }

  .\32xl\:disabled\:bg-gray-warm-600:disabled {
    background-color: #b3aca8;
  }

  .\32xl\:disabled\:bg-gray-warm-700:disabled {
    background-color: #a19994;
  }

  .\32xl\:disabled\:bg-gray-warm-800:disabled {
    background-color: #63544b;
  }

  .\32xl\:disabled\:bg-gray-warm-900:disabled {
    background-color: #3f3731;
  }

  .\32xl\:disabled\:bg-gray-cool-100:disabled {
    background-color: #f3f4f7;
  }

  .\32xl\:disabled\:bg-gray-cool-200:disabled {
    background-color: #e9edf1;
  }

  .\32xl\:disabled\:bg-gray-cool-300:disabled {
    background-color: #d5dde6;
  }

  .\32xl\:disabled\:bg-gray-cool-400:disabled {
    background-color: #bcc5d2;
  }

  .\32xl\:disabled\:bg-gray-cool-500:disabled {
    background-color: #99a3b0;
  }

  .\32xl\:disabled\:bg-gray-cool-600:disabled {
    background-color: #8d95a0;
  }

  .\32xl\:disabled\:bg-gray-cool-700:disabled {
    background-color: #7e848b;
  }

  .\32xl\:disabled\:bg-gray-cool-800:disabled {
    background-color: #686d73;
  }

  .\32xl\:disabled\:bg-gray-cool-900:disabled {
    background-color: #50565e;
  }

  .\32xl\:disabled\:bg-red-100:disabled {
    background-color: #fff5f5;
  }

  .\32xl\:disabled\:bg-red-200:disabled {
    background-color: #fed7d7;
  }

  .\32xl\:disabled\:bg-red-300:disabled {
    background-color: #feb2b2;
  }

  .\32xl\:disabled\:bg-red-400:disabled {
    background-color: #fc8181;
  }

  .\32xl\:disabled\:bg-red-500:disabled {
    background-color: #f56565;
  }

  .\32xl\:disabled\:bg-red-600:disabled {
    background-color: #e21d2f;
  }

  .\32xl\:disabled\:bg-red-700:disabled {
    background-color: #d41b2c;
  }

  .\32xl\:disabled\:bg-red-800:disabled {
    background-color: #c61929;
  }

  .\32xl\:disabled\:bg-red-900:disabled {
    background-color: #873138;
  }

  .\32xl\:disabled\:bg-orange-100:disabled {
    background-color: #fff4f0;
  }

  .\32xl\:disabled\:bg-orange-200:disabled {
    background-color: #fed8c8;
  }

  .\32xl\:disabled\:bg-orange-300:disabled {
    background-color: #fcb99c;
  }

  .\32xl\:disabled\:bg-orange-400:disabled {
    background-color: #fd9568;
  }

  .\32xl\:disabled\:bg-orange-500:disabled {
    background-color: #ff854f;
  }

  .\32xl\:disabled\:bg-orange-600:disabled {
    background-color: #e66833;
  }

  .\32xl\:disabled\:bg-orange-700:disabled {
    background-color: #c05621;
  }

  .\32xl\:disabled\:bg-orange-800:disabled {
    background-color: #9c4221;
  }

  .\32xl\:disabled\:bg-orange-900:disabled {
    background-color: #7b341e;
  }

  .\32xl\:disabled\:bg-yellow-100:disabled {
    background-color: #fdf6e7;
  }

  .\32xl\:disabled\:bg-yellow-200:disabled {
    background-color: #fee9bf;
  }

  .\32xl\:disabled\:bg-yellow-300:disabled {
    background-color: #fbd893;
  }

  .\32xl\:disabled\:bg-yellow-400:disabled {
    background-color: #fcc85f;
  }

  .\32xl\:disabled\:bg-yellow-500:disabled {
    background-color: #ffbf3d;
  }

  .\32xl\:disabled\:bg-yellow-600:disabled {
    background-color: #e7a41d;
  }

  .\32xl\:disabled\:bg-yellow-700:disabled {
    background-color: #b7841f;
  }

  .\32xl\:disabled\:bg-yellow-800:disabled {
    background-color: #976c16;
  }

  .\32xl\:disabled\:bg-yellow-900:disabled {
    background-color: #745310;
  }

  .\32xl\:disabled\:bg-green-100:disabled {
    background-color: #f9fce9;
  }

  .\32xl\:disabled\:bg-green-200:disabled {
    background-color: #e5f396;
  }

  .\32xl\:disabled\:bg-green-300:disabled {
    background-color: #d0e656;
  }

  .\32xl\:disabled\:bg-green-400:disabled {
    background-color: #badb00;
  }

  .\32xl\:disabled\:bg-green-500:disabled {
    background-color: #acca07;
  }

  .\32xl\:disabled\:bg-green-600:disabled {
    background-color: #99b305;
  }

  .\32xl\:disabled\:bg-green-700:disabled {
    background-color: #869e00;
  }

  .\32xl\:disabled\:bg-green-800:disabled {
    background-color: #546727;
  }

  .\32xl\:disabled\:bg-green-900:disabled {
    background-color: #394a12;
  }

  .\32xl\:disabled\:bg-teal-100:disabled {
    background-color: #e6fffa;
  }

  .\32xl\:disabled\:bg-teal-200:disabled {
    background-color: #b2f5ea;
  }

  .\32xl\:disabled\:bg-teal-300:disabled {
    background-color: #7beadc;
  }

  .\32xl\:disabled\:bg-teal-400:disabled {
    background-color: #00cfb5;
  }

  .\32xl\:disabled\:bg-teal-500:disabled {
    background-color: #3cbbaa;
  }

  .\32xl\:disabled\:bg-teal-600:disabled {
    background-color: #319789;
  }

  .\32xl\:disabled\:bg-teal-700:disabled {
    background-color: #2c7b70;
  }

  .\32xl\:disabled\:bg-teal-800:disabled {
    background-color: #286159;
  }

  .\32xl\:disabled\:bg-teal-900:disabled {
    background-color: #23524c;
  }

  .\32xl\:disabled\:bg-aqua-100:disabled {
    background-color: #ebfcff;
  }

  .\32xl\:disabled\:bg-aqua-200:disabled {
    background-color: #beeff8;
  }

  .\32xl\:disabled\:bg-aqua-300:disabled {
    background-color: #90e5f4;
  }

  .\32xl\:disabled\:bg-aqua-400:disabled {
    background-color: #71dcef;
  }

  .\32xl\:disabled\:bg-aqua-500:disabled {
    background-color: #52cfe5;
  }

  .\32xl\:disabled\:bg-aqua-600:disabled {
    background-color: #2bb2ca;
  }

  .\32xl\:disabled\:bg-aqua-700:disabled {
    background-color: #2097ac;
  }

  .\32xl\:disabled\:bg-aqua-800:disabled {
    background-color: #1c7382;
  }

  .\32xl\:disabled\:bg-aqua-900:disabled {
    background-color: #155460;
  }

  .\32xl\:disabled\:bg-blue-100:disabled {
    background-color: #ebf8ff;
  }

  .\32xl\:disabled\:bg-blue-200:disabled {
    background-color: #bee3f8;
  }

  .\32xl\:disabled\:bg-blue-300:disabled {
    background-color: #90cdf4;
  }

  .\32xl\:disabled\:bg-blue-400:disabled {
    background-color: #63b3ed;
  }

  .\32xl\:disabled\:bg-blue-500:disabled {
    background-color: #4299e1;
  }

  .\32xl\:disabled\:bg-blue-600:disabled {
    background-color: #3182ce;
  }

  .\32xl\:disabled\:bg-blue-700:disabled {
    background-color: #006eb5;
  }

  .\32xl\:disabled\:bg-blue-800:disabled {
    background-color: #22547c;
  }

  .\32xl\:disabled\:bg-blue-900:disabled {
    background-color: #2b435a;
  }

  .\32xl\:disabled\:bg-purple-100:disabled {
    background-color: #fcf5ff;
  }

  .\32xl\:disabled\:bg-purple-200:disabled {
    background-color: #f1d8fd;
  }

  .\32xl\:disabled\:bg-purple-300:disabled {
    background-color: #dbbcfa;
  }

  .\32xl\:disabled\:bg-purple-400:disabled {
    background-color: #cd82f2;
  }

  .\32xl\:disabled\:bg-purple-500:disabled {
    background-color: #b26dd5;
  }

  .\32xl\:disabled\:bg-purple-600:disabled {
    background-color: #904eb1;
  }

  .\32xl\:disabled\:bg-purple-700:disabled {
    background-color: #824091;
  }

  .\32xl\:disabled\:bg-purple-800:disabled {
    background-color: #743582;
  }

  .\32xl\:disabled\:bg-purple-900:disabled {
    background-color: #4a2353;
  }

  .\32xl\:disabled\:bg-tan-100:disabled {
    background-color: #f6f2e9;
  }

  .\32xl\:disabled\:bg-tan-200:disabled {
    background-color: #eee7d8;
  }

  .\32xl\:disabled\:bg-tan-300:disabled {
    background-color: #e7ddc5;
  }

  .\32xl\:disabled\:bg-tan-400:disabled {
    background-color: #e5d4ab;
  }

  .\32xl\:disabled\:bg-tan-500:disabled {
    background-color: #dec891;
  }

  .\32xl\:disabled\:bg-tan-600:disabled {
    background-color: #c3ac74;
  }

  .\32xl\:disabled\:bg-tan-700:disabled {
    background-color: #9a8451;
  }

  .\32xl\:disabled\:bg-tan-800:disabled {
    background-color: #685936;
  }

  .\32xl\:disabled\:bg-tan-900:disabled {
    background-color: #574c33;
  }

  .\32xl\:disabled\:bg-gold-500:disabled {
    background-color: #a4804a;
  }

  .\32xl\:disabled\:bg-silver-500:disabled {
    background-color: #8a8d8f;
  }

  .\32xl\:bg-none {
    background-image: none;
  }

  .\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-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-white {
    border-color: #ffffff;
  }

  .\32xl\:border-white-semi-9 {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:border-white-semi-8 {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:border-white-semi-7 {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:border-white-semi-6 {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:border-white-semi-5 {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:border-white-semi-4 {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:border-white-semi-3 {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:border-white-semi-2 {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:border-white-semi-1 {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:border-black {
    border-color: #000;
  }

  .\32xl\:border-black-semi-9 {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:border-black-semi-8 {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:border-black-semi-7 {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:border-black-semi-6 {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:border-black-semi-5 {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:border-black-semi-4 {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:border-black-semi-3 {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:border-black-semi-2 {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:border-black-semi-1 {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:border-gray-100 {
    border-color: #f7f7f7;
  }

  .\32xl\:border-gray-200 {
    border-color: #ebebeb;
  }

  .\32xl\:border-gray-300 {
    border-color: #d0d0d0;
  }

  .\32xl\:border-gray-400 {
    border-color: #b8b8b8;
  }

  .\32xl\:border-gray-500 {
    border-color: #9e9e9e;
  }

  .\32xl\:border-gray-600 {
    border-color: #666666;
  }

  .\32xl\:border-gray-700 {
    border-color: #525252;
  }

  .\32xl\:border-gray-800 {
    border-color: #333333;
  }

  .\32xl\:border-gray-900 {
    border-color: #1f1f1f;
  }

  .\32xl\:border-gray-warm-100 {
    border-color: #f4f2f0;
  }

  .\32xl\:border-gray-warm-200 {
    border-color: #e9e6e2;
  }

  .\32xl\:border-gray-warm-300 {
    border-color: #dfdad4;
  }

  .\32xl\:border-gray-warm-400 {
    border-color: #cfc7bf;
  }

  .\32xl\:border-gray-warm-500 {
    border-color: #c2bab3;
  }

  .\32xl\:border-gray-warm-600 {
    border-color: #b3aca8;
  }

  .\32xl\:border-gray-warm-700 {
    border-color: #a19994;
  }

  .\32xl\:border-gray-warm-800 {
    border-color: #63544b;
  }

  .\32xl\:border-gray-warm-900 {
    border-color: #3f3731;
  }

  .\32xl\:border-gray-cool-100 {
    border-color: #f3f4f7;
  }

  .\32xl\:border-gray-cool-200 {
    border-color: #e9edf1;
  }

  .\32xl\:border-gray-cool-300 {
    border-color: #d5dde6;
  }

  .\32xl\:border-gray-cool-400 {
    border-color: #bcc5d2;
  }

  .\32xl\:border-gray-cool-500 {
    border-color: #99a3b0;
  }

  .\32xl\:border-gray-cool-600 {
    border-color: #8d95a0;
  }

  .\32xl\:border-gray-cool-700 {
    border-color: #7e848b;
  }

  .\32xl\:border-gray-cool-800 {
    border-color: #686d73;
  }

  .\32xl\:border-gray-cool-900 {
    border-color: #50565e;
  }

  .\32xl\:border-red-100 {
    border-color: #fff5f5;
  }

  .\32xl\:border-red-200 {
    border-color: #fed7d7;
  }

  .\32xl\:border-red-300 {
    border-color: #feb2b2;
  }

  .\32xl\:border-red-400 {
    border-color: #fc8181;
  }

  .\32xl\:border-red-500 {
    border-color: #f56565;
  }

  .\32xl\:border-red-600 {
    border-color: #e21d2f;
  }

  .\32xl\:border-red-700 {
    border-color: #d41b2c;
  }

  .\32xl\:border-red-800 {
    border-color: #c61929;
  }

  .\32xl\:border-red-900 {
    border-color: #873138;
  }

  .\32xl\:border-orange-100 {
    border-color: #fff4f0;
  }

  .\32xl\:border-orange-200 {
    border-color: #fed8c8;
  }

  .\32xl\:border-orange-300 {
    border-color: #fcb99c;
  }

  .\32xl\:border-orange-400 {
    border-color: #fd9568;
  }

  .\32xl\:border-orange-500 {
    border-color: #ff854f;
  }

  .\32xl\:border-orange-600 {
    border-color: #e66833;
  }

  .\32xl\:border-orange-700 {
    border-color: #c05621;
  }

  .\32xl\:border-orange-800 {
    border-color: #9c4221;
  }

  .\32xl\:border-orange-900 {
    border-color: #7b341e;
  }

  .\32xl\:border-yellow-100 {
    border-color: #fdf6e7;
  }

  .\32xl\:border-yellow-200 {
    border-color: #fee9bf;
  }

  .\32xl\:border-yellow-300 {
    border-color: #fbd893;
  }

  .\32xl\:border-yellow-400 {
    border-color: #fcc85f;
  }

  .\32xl\:border-yellow-500 {
    border-color: #ffbf3d;
  }

  .\32xl\:border-yellow-600 {
    border-color: #e7a41d;
  }

  .\32xl\:border-yellow-700 {
    border-color: #b7841f;
  }

  .\32xl\:border-yellow-800 {
    border-color: #976c16;
  }

  .\32xl\:border-yellow-900 {
    border-color: #745310;
  }

  .\32xl\:border-green-100 {
    border-color: #f9fce9;
  }

  .\32xl\:border-green-200 {
    border-color: #e5f396;
  }

  .\32xl\:border-green-300 {
    border-color: #d0e656;
  }

  .\32xl\:border-green-400 {
    border-color: #badb00;
  }

  .\32xl\:border-green-500 {
    border-color: #acca07;
  }

  .\32xl\:border-green-600 {
    border-color: #99b305;
  }

  .\32xl\:border-green-700 {
    border-color: #869e00;
  }

  .\32xl\:border-green-800 {
    border-color: #546727;
  }

  .\32xl\:border-green-900 {
    border-color: #394a12;
  }

  .\32xl\:border-teal-100 {
    border-color: #e6fffa;
  }

  .\32xl\:border-teal-200 {
    border-color: #b2f5ea;
  }

  .\32xl\:border-teal-300 {
    border-color: #7beadc;
  }

  .\32xl\:border-teal-400 {
    border-color: #00cfb5;
  }

  .\32xl\:border-teal-500 {
    border-color: #3cbbaa;
  }

  .\32xl\:border-teal-600 {
    border-color: #319789;
  }

  .\32xl\:border-teal-700 {
    border-color: #2c7b70;
  }

  .\32xl\:border-teal-800 {
    border-color: #286159;
  }

  .\32xl\:border-teal-900 {
    border-color: #23524c;
  }

  .\32xl\:border-aqua-100 {
    border-color: #ebfcff;
  }

  .\32xl\:border-aqua-200 {
    border-color: #beeff8;
  }

  .\32xl\:border-aqua-300 {
    border-color: #90e5f4;
  }

  .\32xl\:border-aqua-400 {
    border-color: #71dcef;
  }

  .\32xl\:border-aqua-500 {
    border-color: #52cfe5;
  }

  .\32xl\:border-aqua-600 {
    border-color: #2bb2ca;
  }

  .\32xl\:border-aqua-700 {
    border-color: #2097ac;
  }

  .\32xl\:border-aqua-800 {
    border-color: #1c7382;
  }

  .\32xl\:border-aqua-900 {
    border-color: #155460;
  }

  .\32xl\:border-blue-100 {
    border-color: #ebf8ff;
  }

  .\32xl\:border-blue-200 {
    border-color: #bee3f8;
  }

  .\32xl\:border-blue-300 {
    border-color: #90cdf4;
  }

  .\32xl\:border-blue-400 {
    border-color: #63b3ed;
  }

  .\32xl\:border-blue-500 {
    border-color: #4299e1;
  }

  .\32xl\:border-blue-600 {
    border-color: #3182ce;
  }

  .\32xl\:border-blue-700 {
    border-color: #006eb5;
  }

  .\32xl\:border-blue-800 {
    border-color: #22547c;
  }

  .\32xl\:border-blue-900 {
    border-color: #2b435a;
  }

  .\32xl\:border-purple-100 {
    border-color: #fcf5ff;
  }

  .\32xl\:border-purple-200 {
    border-color: #f1d8fd;
  }

  .\32xl\:border-purple-300 {
    border-color: #dbbcfa;
  }

  .\32xl\:border-purple-400 {
    border-color: #cd82f2;
  }

  .\32xl\:border-purple-500 {
    border-color: #b26dd5;
  }

  .\32xl\:border-purple-600 {
    border-color: #904eb1;
  }

  .\32xl\:border-purple-700 {
    border-color: #824091;
  }

  .\32xl\:border-purple-800 {
    border-color: #743582;
  }

  .\32xl\:border-purple-900 {
    border-color: #4a2353;
  }

  .\32xl\:border-tan-100 {
    border-color: #f6f2e9;
  }

  .\32xl\:border-tan-200 {
    border-color: #eee7d8;
  }

  .\32xl\:border-tan-300 {
    border-color: #e7ddc5;
  }

  .\32xl\:border-tan-400 {
    border-color: #e5d4ab;
  }

  .\32xl\:border-tan-500 {
    border-color: #dec891;
  }

  .\32xl\:border-tan-600 {
    border-color: #c3ac74;
  }

  .\32xl\:border-tan-700 {
    border-color: #9a8451;
  }

  .\32xl\:border-tan-800 {
    border-color: #685936;
  }

  .\32xl\:border-tan-900 {
    border-color: #574c33;
  }

  .\32xl\:border-gold-500 {
    border-color: #a4804a;
  }

  .\32xl\:border-silver-500 {
    border-color: #8a8d8f;
  }

  .\32xl\:hover\:border-transparent:hover {
    border-color: transparent;
  }

  .\32xl\:hover\:border-white:hover {
    border-color: #ffffff;
  }

  .\32xl\:hover\:border-white-semi-9:hover {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:hover\:border-white-semi-8:hover {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:hover\:border-white-semi-7:hover {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:hover\:border-white-semi-6:hover {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:hover\:border-white-semi-5:hover {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:hover\:border-white-semi-4:hover {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:hover\:border-white-semi-3:hover {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:hover\:border-white-semi-2:hover {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:hover\:border-white-semi-1:hover {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:hover\:border-black:hover {
    border-color: #000;
  }

  .\32xl\:hover\:border-black-semi-9:hover {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:hover\:border-black-semi-8:hover {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:border-black-semi-7:hover {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:hover\:border-black-semi-6:hover {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:hover\:border-black-semi-5:hover {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:border-black-semi-4:hover {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:hover\:border-black-semi-3:hover {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:border-black-semi-2:hover {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:hover\:border-black-semi-1:hover {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:hover\:border-gray-100:hover {
    border-color: #f7f7f7;
  }

  .\32xl\:hover\:border-gray-200:hover {
    border-color: #ebebeb;
  }

  .\32xl\:hover\:border-gray-300:hover {
    border-color: #d0d0d0;
  }

  .\32xl\:hover\:border-gray-400:hover {
    border-color: #b8b8b8;
  }

  .\32xl\:hover\:border-gray-500:hover {
    border-color: #9e9e9e;
  }

  .\32xl\:hover\:border-gray-600:hover {
    border-color: #666666;
  }

  .\32xl\:hover\:border-gray-700:hover {
    border-color: #525252;
  }

  .\32xl\:hover\:border-gray-800:hover {
    border-color: #333333;
  }

  .\32xl\:hover\:border-gray-900:hover {
    border-color: #1f1f1f;
  }

  .\32xl\:hover\:border-gray-warm-100:hover {
    border-color: #f4f2f0;
  }

  .\32xl\:hover\:border-gray-warm-200:hover {
    border-color: #e9e6e2;
  }

  .\32xl\:hover\:border-gray-warm-300:hover {
    border-color: #dfdad4;
  }

  .\32xl\:hover\:border-gray-warm-400:hover {
    border-color: #cfc7bf;
  }

  .\32xl\:hover\:border-gray-warm-500:hover {
    border-color: #c2bab3;
  }

  .\32xl\:hover\:border-gray-warm-600:hover {
    border-color: #b3aca8;
  }

  .\32xl\:hover\:border-gray-warm-700:hover {
    border-color: #a19994;
  }

  .\32xl\:hover\:border-gray-warm-800:hover {
    border-color: #63544b;
  }

  .\32xl\:hover\:border-gray-warm-900:hover {
    border-color: #3f3731;
  }

  .\32xl\:hover\:border-gray-cool-100:hover {
    border-color: #f3f4f7;
  }

  .\32xl\:hover\:border-gray-cool-200:hover {
    border-color: #e9edf1;
  }

  .\32xl\:hover\:border-gray-cool-300:hover {
    border-color: #d5dde6;
  }

  .\32xl\:hover\:border-gray-cool-400:hover {
    border-color: #bcc5d2;
  }

  .\32xl\:hover\:border-gray-cool-500:hover {
    border-color: #99a3b0;
  }

  .\32xl\:hover\:border-gray-cool-600:hover {
    border-color: #8d95a0;
  }

  .\32xl\:hover\:border-gray-cool-700:hover {
    border-color: #7e848b;
  }

  .\32xl\:hover\:border-gray-cool-800:hover {
    border-color: #686d73;
  }

  .\32xl\:hover\:border-gray-cool-900:hover {
    border-color: #50565e;
  }

  .\32xl\:hover\:border-red-100:hover {
    border-color: #fff5f5;
  }

  .\32xl\:hover\:border-red-200:hover {
    border-color: #fed7d7;
  }

  .\32xl\:hover\:border-red-300:hover {
    border-color: #feb2b2;
  }

  .\32xl\:hover\:border-red-400:hover {
    border-color: #fc8181;
  }

  .\32xl\:hover\:border-red-500:hover {
    border-color: #f56565;
  }

  .\32xl\:hover\:border-red-600:hover {
    border-color: #e21d2f;
  }

  .\32xl\:hover\:border-red-700:hover {
    border-color: #d41b2c;
  }

  .\32xl\:hover\:border-red-800:hover {
    border-color: #c61929;
  }

  .\32xl\:hover\:border-red-900:hover {
    border-color: #873138;
  }

  .\32xl\:hover\:border-orange-100:hover {
    border-color: #fff4f0;
  }

  .\32xl\:hover\:border-orange-200:hover {
    border-color: #fed8c8;
  }

  .\32xl\:hover\:border-orange-300:hover {
    border-color: #fcb99c;
  }

  .\32xl\:hover\:border-orange-400:hover {
    border-color: #fd9568;
  }

  .\32xl\:hover\:border-orange-500:hover {
    border-color: #ff854f;
  }

  .\32xl\:hover\:border-orange-600:hover {
    border-color: #e66833;
  }

  .\32xl\:hover\:border-orange-700:hover {
    border-color: #c05621;
  }

  .\32xl\:hover\:border-orange-800:hover {
    border-color: #9c4221;
  }

  .\32xl\:hover\:border-orange-900:hover {
    border-color: #7b341e;
  }

  .\32xl\:hover\:border-yellow-100:hover {
    border-color: #fdf6e7;
  }

  .\32xl\:hover\:border-yellow-200:hover {
    border-color: #fee9bf;
  }

  .\32xl\:hover\:border-yellow-300:hover {
    border-color: #fbd893;
  }

  .\32xl\:hover\:border-yellow-400:hover {
    border-color: #fcc85f;
  }

  .\32xl\:hover\:border-yellow-500:hover {
    border-color: #ffbf3d;
  }

  .\32xl\:hover\:border-yellow-600:hover {
    border-color: #e7a41d;
  }

  .\32xl\:hover\:border-yellow-700:hover {
    border-color: #b7841f;
  }

  .\32xl\:hover\:border-yellow-800:hover {
    border-color: #976c16;
  }

  .\32xl\:hover\:border-yellow-900:hover {
    border-color: #745310;
  }

  .\32xl\:hover\:border-green-100:hover {
    border-color: #f9fce9;
  }

  .\32xl\:hover\:border-green-200:hover {
    border-color: #e5f396;
  }

  .\32xl\:hover\:border-green-300:hover {
    border-color: #d0e656;
  }

  .\32xl\:hover\:border-green-400:hover {
    border-color: #badb00;
  }

  .\32xl\:hover\:border-green-500:hover {
    border-color: #acca07;
  }

  .\32xl\:hover\:border-green-600:hover {
    border-color: #99b305;
  }

  .\32xl\:hover\:border-green-700:hover {
    border-color: #869e00;
  }

  .\32xl\:hover\:border-green-800:hover {
    border-color: #546727;
  }

  .\32xl\:hover\:border-green-900:hover {
    border-color: #394a12;
  }

  .\32xl\:hover\:border-teal-100:hover {
    border-color: #e6fffa;
  }

  .\32xl\:hover\:border-teal-200:hover {
    border-color: #b2f5ea;
  }

  .\32xl\:hover\:border-teal-300:hover {
    border-color: #7beadc;
  }

  .\32xl\:hover\:border-teal-400:hover {
    border-color: #00cfb5;
  }

  .\32xl\:hover\:border-teal-500:hover {
    border-color: #3cbbaa;
  }

  .\32xl\:hover\:border-teal-600:hover {
    border-color: #319789;
  }

  .\32xl\:hover\:border-teal-700:hover {
    border-color: #2c7b70;
  }

  .\32xl\:hover\:border-teal-800:hover {
    border-color: #286159;
  }

  .\32xl\:hover\:border-teal-900:hover {
    border-color: #23524c;
  }

  .\32xl\:hover\:border-aqua-100:hover {
    border-color: #ebfcff;
  }

  .\32xl\:hover\:border-aqua-200:hover {
    border-color: #beeff8;
  }

  .\32xl\:hover\:border-aqua-300:hover {
    border-color: #90e5f4;
  }

  .\32xl\:hover\:border-aqua-400:hover {
    border-color: #71dcef;
  }

  .\32xl\:hover\:border-aqua-500:hover {
    border-color: #52cfe5;
  }

  .\32xl\:hover\:border-aqua-600:hover {
    border-color: #2bb2ca;
  }

  .\32xl\:hover\:border-aqua-700:hover {
    border-color: #2097ac;
  }

  .\32xl\:hover\:border-aqua-800:hover {
    border-color: #1c7382;
  }

  .\32xl\:hover\:border-aqua-900:hover {
    border-color: #155460;
  }

  .\32xl\:hover\:border-blue-100:hover {
    border-color: #ebf8ff;
  }

  .\32xl\:hover\:border-blue-200:hover {
    border-color: #bee3f8;
  }

  .\32xl\:hover\:border-blue-300:hover {
    border-color: #90cdf4;
  }

  .\32xl\:hover\:border-blue-400:hover {
    border-color: #63b3ed;
  }

  .\32xl\:hover\:border-blue-500:hover {
    border-color: #4299e1;
  }

  .\32xl\:hover\:border-blue-600:hover {
    border-color: #3182ce;
  }

  .\32xl\:hover\:border-blue-700:hover {
    border-color: #006eb5;
  }

  .\32xl\:hover\:border-blue-800:hover {
    border-color: #22547c;
  }

  .\32xl\:hover\:border-blue-900:hover {
    border-color: #2b435a;
  }

  .\32xl\:hover\:border-purple-100:hover {
    border-color: #fcf5ff;
  }

  .\32xl\:hover\:border-purple-200:hover {
    border-color: #f1d8fd;
  }

  .\32xl\:hover\:border-purple-300:hover {
    border-color: #dbbcfa;
  }

  .\32xl\:hover\:border-purple-400:hover {
    border-color: #cd82f2;
  }

  .\32xl\:hover\:border-purple-500:hover {
    border-color: #b26dd5;
  }

  .\32xl\:hover\:border-purple-600:hover {
    border-color: #904eb1;
  }

  .\32xl\:hover\:border-purple-700:hover {
    border-color: #824091;
  }

  .\32xl\:hover\:border-purple-800:hover {
    border-color: #743582;
  }

  .\32xl\:hover\:border-purple-900:hover {
    border-color: #4a2353;
  }

  .\32xl\:hover\:border-tan-100:hover {
    border-color: #f6f2e9;
  }

  .\32xl\:hover\:border-tan-200:hover {
    border-color: #eee7d8;
  }

  .\32xl\:hover\:border-tan-300:hover {
    border-color: #e7ddc5;
  }

  .\32xl\:hover\:border-tan-400:hover {
    border-color: #e5d4ab;
  }

  .\32xl\:hover\:border-tan-500:hover {
    border-color: #dec891;
  }

  .\32xl\:hover\:border-tan-600:hover {
    border-color: #c3ac74;
  }

  .\32xl\:hover\:border-tan-700:hover {
    border-color: #9a8451;
  }

  .\32xl\:hover\:border-tan-800:hover {
    border-color: #685936;
  }

  .\32xl\:hover\:border-tan-900:hover {
    border-color: #574c33;
  }

  .\32xl\:hover\:border-gold-500:hover {
    border-color: #a4804a;
  }

  .\32xl\:hover\:border-silver-500:hover {
    border-color: #8a8d8f;
  }

  .\32xl\:focus\:border-transparent:focus {
    border-color: transparent;
  }

  .\32xl\:focus\:border-white:focus {
    border-color: #ffffff;
  }

  .\32xl\:focus\:border-white-semi-9:focus {
    border-color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:focus\:border-white-semi-8:focus {
    border-color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:focus\:border-white-semi-7:focus {
    border-color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:focus\:border-white-semi-6:focus {
    border-color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:focus\:border-white-semi-5:focus {
    border-color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:focus\:border-white-semi-4:focus {
    border-color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:focus\:border-white-semi-3:focus {
    border-color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:focus\:border-white-semi-2:focus {
    border-color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:focus\:border-white-semi-1:focus {
    border-color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:focus\:border-black:focus {
    border-color: #000;
  }

  .\32xl\:focus\:border-black-semi-9:focus {
    border-color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:focus\:border-black-semi-8:focus {
    border-color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:border-black-semi-7:focus {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:focus\:border-black-semi-6:focus {
    border-color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:focus\:border-black-semi-5:focus {
    border-color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:border-black-semi-4:focus {
    border-color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:focus\:border-black-semi-3:focus {
    border-color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:border-black-semi-2:focus {
    border-color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:focus\:border-black-semi-1:focus {
    border-color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:focus\:border-gray-100:focus {
    border-color: #f7f7f7;
  }

  .\32xl\:focus\:border-gray-200:focus {
    border-color: #ebebeb;
  }

  .\32xl\:focus\:border-gray-300:focus {
    border-color: #d0d0d0;
  }

  .\32xl\:focus\:border-gray-400:focus {
    border-color: #b8b8b8;
  }

  .\32xl\:focus\:border-gray-500:focus {
    border-color: #9e9e9e;
  }

  .\32xl\:focus\:border-gray-600:focus {
    border-color: #666666;
  }

  .\32xl\:focus\:border-gray-700:focus {
    border-color: #525252;
  }

  .\32xl\:focus\:border-gray-800:focus {
    border-color: #333333;
  }

  .\32xl\:focus\:border-gray-900:focus {
    border-color: #1f1f1f;
  }

  .\32xl\:focus\:border-gray-warm-100:focus {
    border-color: #f4f2f0;
  }

  .\32xl\:focus\:border-gray-warm-200:focus {
    border-color: #e9e6e2;
  }

  .\32xl\:focus\:border-gray-warm-300:focus {
    border-color: #dfdad4;
  }

  .\32xl\:focus\:border-gray-warm-400:focus {
    border-color: #cfc7bf;
  }

  .\32xl\:focus\:border-gray-warm-500:focus {
    border-color: #c2bab3;
  }

  .\32xl\:focus\:border-gray-warm-600:focus {
    border-color: #b3aca8;
  }

  .\32xl\:focus\:border-gray-warm-700:focus {
    border-color: #a19994;
  }

  .\32xl\:focus\:border-gray-warm-800:focus {
    border-color: #63544b;
  }

  .\32xl\:focus\:border-gray-warm-900:focus {
    border-color: #3f3731;
  }

  .\32xl\:focus\:border-gray-cool-100:focus {
    border-color: #f3f4f7;
  }

  .\32xl\:focus\:border-gray-cool-200:focus {
    border-color: #e9edf1;
  }

  .\32xl\:focus\:border-gray-cool-300:focus {
    border-color: #d5dde6;
  }

  .\32xl\:focus\:border-gray-cool-400:focus {
    border-color: #bcc5d2;
  }

  .\32xl\:focus\:border-gray-cool-500:focus {
    border-color: #99a3b0;
  }

  .\32xl\:focus\:border-gray-cool-600:focus {
    border-color: #8d95a0;
  }

  .\32xl\:focus\:border-gray-cool-700:focus {
    border-color: #7e848b;
  }

  .\32xl\:focus\:border-gray-cool-800:focus {
    border-color: #686d73;
  }

  .\32xl\:focus\:border-gray-cool-900:focus {
    border-color: #50565e;
  }

  .\32xl\:focus\:border-red-100:focus {
    border-color: #fff5f5;
  }

  .\32xl\:focus\:border-red-200:focus {
    border-color: #fed7d7;
  }

  .\32xl\:focus\:border-red-300:focus {
    border-color: #feb2b2;
  }

  .\32xl\:focus\:border-red-400:focus {
    border-color: #fc8181;
  }

  .\32xl\:focus\:border-red-500:focus {
    border-color: #f56565;
  }

  .\32xl\:focus\:border-red-600:focus {
    border-color: #e21d2f;
  }

  .\32xl\:focus\:border-red-700:focus {
    border-color: #d41b2c;
  }

  .\32xl\:focus\:border-red-800:focus {
    border-color: #c61929;
  }

  .\32xl\:focus\:border-red-900:focus {
    border-color: #873138;
  }

  .\32xl\:focus\:border-orange-100:focus {
    border-color: #fff4f0;
  }

  .\32xl\:focus\:border-orange-200:focus {
    border-color: #fed8c8;
  }

  .\32xl\:focus\:border-orange-300:focus {
    border-color: #fcb99c;
  }

  .\32xl\:focus\:border-orange-400:focus {
    border-color: #fd9568;
  }

  .\32xl\:focus\:border-orange-500:focus {
    border-color: #ff854f;
  }

  .\32xl\:focus\:border-orange-600:focus {
    border-color: #e66833;
  }

  .\32xl\:focus\:border-orange-700:focus {
    border-color: #c05621;
  }

  .\32xl\:focus\:border-orange-800:focus {
    border-color: #9c4221;
  }

  .\32xl\:focus\:border-orange-900:focus {
    border-color: #7b341e;
  }

  .\32xl\:focus\:border-yellow-100:focus {
    border-color: #fdf6e7;
  }

  .\32xl\:focus\:border-yellow-200:focus {
    border-color: #fee9bf;
  }

  .\32xl\:focus\:border-yellow-300:focus {
    border-color: #fbd893;
  }

  .\32xl\:focus\:border-yellow-400:focus {
    border-color: #fcc85f;
  }

  .\32xl\:focus\:border-yellow-500:focus {
    border-color: #ffbf3d;
  }

  .\32xl\:focus\:border-yellow-600:focus {
    border-color: #e7a41d;
  }

  .\32xl\:focus\:border-yellow-700:focus {
    border-color: #b7841f;
  }

  .\32xl\:focus\:border-yellow-800:focus {
    border-color: #976c16;
  }

  .\32xl\:focus\:border-yellow-900:focus {
    border-color: #745310;
  }

  .\32xl\:focus\:border-green-100:focus {
    border-color: #f9fce9;
  }

  .\32xl\:focus\:border-green-200:focus {
    border-color: #e5f396;
  }

  .\32xl\:focus\:border-green-300:focus {
    border-color: #d0e656;
  }

  .\32xl\:focus\:border-green-400:focus {
    border-color: #badb00;
  }

  .\32xl\:focus\:border-green-500:focus {
    border-color: #acca07;
  }

  .\32xl\:focus\:border-green-600:focus {
    border-color: #99b305;
  }

  .\32xl\:focus\:border-green-700:focus {
    border-color: #869e00;
  }

  .\32xl\:focus\:border-green-800:focus {
    border-color: #546727;
  }

  .\32xl\:focus\:border-green-900:focus {
    border-color: #394a12;
  }

  .\32xl\:focus\:border-teal-100:focus {
    border-color: #e6fffa;
  }

  .\32xl\:focus\:border-teal-200:focus {
    border-color: #b2f5ea;
  }

  .\32xl\:focus\:border-teal-300:focus {
    border-color: #7beadc;
  }

  .\32xl\:focus\:border-teal-400:focus {
    border-color: #00cfb5;
  }

  .\32xl\:focus\:border-teal-500:focus {
    border-color: #3cbbaa;
  }

  .\32xl\:focus\:border-teal-600:focus {
    border-color: #319789;
  }

  .\32xl\:focus\:border-teal-700:focus {
    border-color: #2c7b70;
  }

  .\32xl\:focus\:border-teal-800:focus {
    border-color: #286159;
  }

  .\32xl\:focus\:border-teal-900:focus {
    border-color: #23524c;
  }

  .\32xl\:focus\:border-aqua-100:focus {
    border-color: #ebfcff;
  }

  .\32xl\:focus\:border-aqua-200:focus {
    border-color: #beeff8;
  }

  .\32xl\:focus\:border-aqua-300:focus {
    border-color: #90e5f4;
  }

  .\32xl\:focus\:border-aqua-400:focus {
    border-color: #71dcef;
  }

  .\32xl\:focus\:border-aqua-500:focus {
    border-color: #52cfe5;
  }

  .\32xl\:focus\:border-aqua-600:focus {
    border-color: #2bb2ca;
  }

  .\32xl\:focus\:border-aqua-700:focus {
    border-color: #2097ac;
  }

  .\32xl\:focus\:border-aqua-800:focus {
    border-color: #1c7382;
  }

  .\32xl\:focus\:border-aqua-900:focus {
    border-color: #155460;
  }

  .\32xl\:focus\:border-blue-100:focus {
    border-color: #ebf8ff;
  }

  .\32xl\:focus\:border-blue-200:focus {
    border-color: #bee3f8;
  }

  .\32xl\:focus\:border-blue-300:focus {
    border-color: #90cdf4;
  }

  .\32xl\:focus\:border-blue-400:focus {
    border-color: #63b3ed;
  }

  .\32xl\:focus\:border-blue-500:focus {
    border-color: #4299e1;
  }

  .\32xl\:focus\:border-blue-600:focus {
    border-color: #3182ce;
  }

  .\32xl\:focus\:border-blue-700:focus {
    border-color: #006eb5;
  }

  .\32xl\:focus\:border-blue-800:focus {
    border-color: #22547c;
  }

  .\32xl\:focus\:border-blue-900:focus {
    border-color: #2b435a;
  }

  .\32xl\:focus\:border-purple-100:focus {
    border-color: #fcf5ff;
  }

  .\32xl\:focus\:border-purple-200:focus {
    border-color: #f1d8fd;
  }

  .\32xl\:focus\:border-purple-300:focus {
    border-color: #dbbcfa;
  }

  .\32xl\:focus\:border-purple-400:focus {
    border-color: #cd82f2;
  }

  .\32xl\:focus\:border-purple-500:focus {
    border-color: #b26dd5;
  }

  .\32xl\:focus\:border-purple-600:focus {
    border-color: #904eb1;
  }

  .\32xl\:focus\:border-purple-700:focus {
    border-color: #824091;
  }

  .\32xl\:focus\:border-purple-800:focus {
    border-color: #743582;
  }

  .\32xl\:focus\:border-purple-900:focus {
    border-color: #4a2353;
  }

  .\32xl\:focus\:border-tan-100:focus {
    border-color: #f6f2e9;
  }

  .\32xl\:focus\:border-tan-200:focus {
    border-color: #eee7d8;
  }

  .\32xl\:focus\:border-tan-300:focus {
    border-color: #e7ddc5;
  }

  .\32xl\:focus\:border-tan-400:focus {
    border-color: #e5d4ab;
  }

  .\32xl\:focus\:border-tan-500:focus {
    border-color: #dec891;
  }

  .\32xl\:focus\:border-tan-600:focus {
    border-color: #c3ac74;
  }

  .\32xl\:focus\:border-tan-700:focus {
    border-color: #9a8451;
  }

  .\32xl\:focus\:border-tan-800:focus {
    border-color: #685936;
  }

  .\32xl\:focus\:border-tan-900:focus {
    border-color: #574c33;
  }

  .\32xl\:focus\:border-gold-500:focus {
    border-color: #a4804a;
  }

  .\32xl\:focus\:border-silver-500:focus {
    border-color: #8a8d8f;
  }

  .\32xl\:rounded-none {
    border-radius: 0;
  }

  .\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-full {
    border-radius: 9999px;
  }

  .\32xl\:rounded-t-none {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }

  .\32xl\:rounded-r-none {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .\32xl\:rounded-b-none {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\32xl\:rounded-l-none {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .\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-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: 0;
  }

  .\32xl\:rounded-tr-none {
    border-top-right-radius: 0;
  }

  .\32xl\:rounded-br-none {
    border-bottom-right-radius: 0;
  }

  .\32xl\:rounded-bl-none {
    border-bottom-left-radius: 0;
  }

  .\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-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-3 {
    border-width: 3px;
  }

  .\32xl\:border-4 {
    border-width: 4px;
  }

  .\32xl\:border-6 {
    border-width: 6px;
  }

  .\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-3 {
    border-top-width: 3px;
  }

  .\32xl\:border-r-3 {
    border-right-width: 3px;
  }

  .\32xl\:border-b-3 {
    border-bottom-width: 3px;
  }

  .\32xl\:border-l-3 {
    border-left-width: 3px;
  }

  .\32xl\:border-t-4 {
    border-top-width: 4px;
  }

  .\32xl\:border-r-4 {
    border-right-width: 4px;
  }

  .\32xl\:border-b-4 {
    border-bottom-width: 4px;
  }

  .\32xl\:border-l-4 {
    border-left-width: 4px;
  }

  .\32xl\:border-t-6 {
    border-top-width: 6px;
  }

  .\32xl\:border-r-6 {
    border-right-width: 6px;
  }

  .\32xl\:border-b-6 {
    border-bottom-width: 6px;
  }

  .\32xl\:border-l-6 {
    border-left-width: 6px;
  }

  .\32xl\:border-t-8 {
    border-top-width: 8px;
  }

  .\32xl\:border-r-8 {
    border-right-width: 8px;
  }

  .\32xl\:border-b-8 {
    border-bottom-width: 8px;
  }

  .\32xl\:border-l-8 {
    border-left-width: 8px;
  }

  .\32xl\:border-t {
    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\: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\: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-no-wrap {
    flex-wrap: nowrap;
  }

  .\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-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\: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\:clearfix:after {
    content: "";
    display: table;
    clear: both;
  }

  .\32xl\:clear-left {
    clear: left;
  }

  .\32xl\:clear-right {
    clear: right;
  }

  .\32xl\:clear-both {
    clear: both;
  }

  .\32xl\:clear-none {
    clear: none;
  }

  .\32xl\:font-light {
    font-weight: 300;
  }

  .\32xl\:font-normal {
    font-weight: 400;
  }

  .\32xl\:font-semibold {
    font-weight: 600;
  }

  .\32xl\:font-bold {
    font-weight: 700;
  }

  .\32xl\:font-black {
    font-weight: 900;
  }

  .\32xl\:hover\:font-light:hover {
    font-weight: 300;
  }

  .\32xl\:hover\:font-normal:hover {
    font-weight: 400;
  }

  .\32xl\:hover\:font-semibold:hover {
    font-weight: 600;
  }

  .\32xl\:hover\:font-bold:hover {
    font-weight: 700;
  }

  .\32xl\:hover\:font-black:hover {
    font-weight: 900;
  }

  .\32xl\:focus\:font-light:focus {
    font-weight: 300;
  }

  .\32xl\:focus\:font-normal:focus {
    font-weight: 400;
  }

  .\32xl\:focus\:font-semibold:focus {
    font-weight: 600;
  }

  .\32xl\:focus\:font-bold:focus {
    font-weight: 700;
  }

  .\32xl\:focus\:font-black:focus {
    font-weight: 900;
  }

  .\32xl\:h-0 {
    height: 0;
  }

  .\32xl\:h-1 {
    height: 0.25rem;
  }

  .\32xl\:h-2 {
    height: 0.5rem;
  }

  .\32xl\:h-3 {
    height: 0.75rem;
  }

  .\32xl\:h-4 {
    height: 1rem;
  }

  .\32xl\:h-5 {
    height: 1.25rem;
  }

  .\32xl\:h-6 {
    height: 1.5rem;
  }

  .\32xl\:h-7 {
    height: 1.75rem;
  }

  .\32xl\:h-8 {
    height: 2rem;
  }

  .\32xl\:h-9 {
    height: 2.25rem;
  }

  .\32xl\:h-10 {
    height: 2.5rem;
  }

  .\32xl\:h-11 {
    height: 2.75rem;
  }

  .\32xl\:h-12 {
    height: 3rem;
  }

  .\32xl\:h-13 {
    height: 3.25rem;
  }

  .\32xl\:h-14 {
    height: 3.5rem;
  }

  .\32xl\:h-15 {
    height: 3.75rem;
  }

  .\32xl\:h-16 {
    height: 4rem;
  }

  .\32xl\:h-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-128 {
    height: 32rem;
  }

  .\32xl\:h-144 {
    height: 36rem;
  }

  .\32xl\:h-160 {
    height: 40rem;
  }

  .\32xl\:h-192 {
    height: 48rem;
  }

  .\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-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-1\/12 {
    height: 8.333333%;
  }

  .\32xl\:h-2\/12 {
    height: 16.666667%;
  }

  .\32xl\:h-3\/12 {
    height: 25%;
  }

  .\32xl\:h-4\/12 {
    height: 33.333333%;
  }

  .\32xl\:h-5\/12 {
    height: 41.666667%;
  }

  .\32xl\:h-6\/12 {
    height: 50%;
  }

  .\32xl\:h-7\/12 {
    height: 58.333333%;
  }

  .\32xl\:h-8\/12 {
    height: 66.666667%;
  }

  .\32xl\:h-9\/12 {
    height: 75%;
  }

  .\32xl\:h-10\/12 {
    height: 83.333333%;
  }

  .\32xl\:h-11\/12 {
    height: 91.666667%;
  }

  .\32xl\:h-full {
    height: 100%;
  }

  .\32xl\:h-screen {
    height: 100vh;
  }

  .\32xl\:text-xs {
    font-size: 0.75rem;
  }

  .\32xl\:text-sm {
    font-size: 0.875rem;
  }

  .\32xl\:text-base {
    font-size: 1rem;
  }

  .\32xl\:text-lg {
    font-size: 1.25rem;
  }

  .\32xl\:text-xl {
    font-size: 1.375rem;
  }

  .\32xl\:text-2xl {
    font-size: 1.875rem;
  }

  .\32xl\:text-3xl {
    font-size: 2.25rem;
  }

  .\32xl\:text-4xl {
    font-size: 2.625rem;
  }

  .\32xl\:text-5xl {
    font-size: 3.00rem;
  }

  .\32xl\:text-6xl {
    font-size: 3.75rem;
  }

  .\32xl\:text-7xl {
    font-size: 4.50rem;
  }

  .\32xl\:text-8xl {
    font-size: 5.50rem;
  }

  .\32xl\:text-9xl {
    font-size: 6.50rem;
  }

  .\32xl\:text-10xl {
    font-size: 7.5rem;
  }

  .\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\:m-0 {
    margin: 0;
  }

  .\32xl\:m-1 {
    margin: 0.25rem;
  }

  .\32xl\:m-2 {
    margin: 0.5rem;
  }

  .\32xl\:m-3 {
    margin: 0.75rem;
  }

  .\32xl\:m-4 {
    margin: 1rem;
  }

  .\32xl\:m-5 {
    margin: 1.25rem;
  }

  .\32xl\:m-6 {
    margin: 1.5rem;
  }

  .\32xl\:m-7 {
    margin: 1.75rem;
  }

  .\32xl\:m-8 {
    margin: 2rem;
  }

  .\32xl\:m-9 {
    margin: 2.25rem;
  }

  .\32xl\:m-10 {
    margin: 2.5rem;
  }

  .\32xl\:m-11 {
    margin: 2.75rem;
  }

  .\32xl\:m-12 {
    margin: 3rem;
  }

  .\32xl\:m-13 {
    margin: 3.25rem;
  }

  .\32xl\:m-14 {
    margin: 3.5rem;
  }

  .\32xl\:m-15 {
    margin: 3.75rem;
  }

  .\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-128 {
    margin: 32rem;
  }

  .\32xl\:m-144 {
    margin: 36rem;
  }

  .\32xl\:m-160 {
    margin: 40rem;
  }

  .\32xl\:m-192 {
    margin: 48rem;
  }

  .\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-1\/2 {
    margin: 50%;
  }

  .\32xl\:m-1\/3 {
    margin: 33.333333%;
  }

  .\32xl\:m-2\/3 {
    margin: 66.666667%;
  }

  .\32xl\:m-1\/4 {
    margin: 25%;
  }

  .\32xl\:m-2\/4 {
    margin: 50%;
  }

  .\32xl\:m-3\/4 {
    margin: 75%;
  }

  .\32xl\:m-1\/5 {
    margin: 20%;
  }

  .\32xl\:m-2\/5 {
    margin: 40%;
  }

  .\32xl\:m-3\/5 {
    margin: 60%;
  }

  .\32xl\:m-4\/5 {
    margin: 80%;
  }

  .\32xl\:m-1\/6 {
    margin: 16.666667%;
  }

  .\32xl\:m-2\/6 {
    margin: 33.333333%;
  }

  .\32xl\:m-3\/6 {
    margin: 50%;
  }

  .\32xl\:m-4\/6 {
    margin: 66.666667%;
  }

  .\32xl\:m-5\/6 {
    margin: 83.333333%;
  }

  .\32xl\:m-1\/12 {
    margin: 8.333333%;
  }

  .\32xl\:m-2\/12 {
    margin: 16.666667%;
  }

  .\32xl\:m-3\/12 {
    margin: 25%;
  }

  .\32xl\:m-4\/12 {
    margin: 33.333333%;
  }

  .\32xl\:m-5\/12 {
    margin: 41.666667%;
  }

  .\32xl\:m-6\/12 {
    margin: 50%;
  }

  .\32xl\:m-7\/12 {
    margin: 58.333333%;
  }

  .\32xl\:m-8\/12 {
    margin: 66.666667%;
  }

  .\32xl\:m-9\/12 {
    margin: 75%;
  }

  .\32xl\:m-10\/12 {
    margin: 83.333333%;
  }

  .\32xl\:m-11\/12 {
    margin: 91.666667%;
  }

  .\32xl\:m-full {
    margin: 100%;
  }

  .\32xl\:-m-1 {
    margin: -0.25rem;
  }

  .\32xl\:-m-2 {
    margin: -0.5rem;
  }

  .\32xl\:-m-3 {
    margin: -0.75rem;
  }

  .\32xl\:-m-4 {
    margin: -1rem;
  }

  .\32xl\:-m-5 {
    margin: -1.25rem;
  }

  .\32xl\:-m-6 {
    margin: -1.5rem;
  }

  .\32xl\:-m-7 {
    margin: -1.75rem;
  }

  .\32xl\:-m-8 {
    margin: -2rem;
  }

  .\32xl\:-m-9 {
    margin: -2.25rem;
  }

  .\32xl\:-m-10 {
    margin: -2.5rem;
  }

  .\32xl\:-m-11 {
    margin: -2.75rem;
  }

  .\32xl\:-m-12 {
    margin: -3rem;
  }

  .\32xl\:-m-13 {
    margin: -3.25rem;
  }

  .\32xl\:-m-14 {
    margin: -3.5rem;
  }

  .\32xl\:-m-15 {
    margin: -3.75rem;
  }

  .\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-128 {
    margin: -32rem;
  }

  .\32xl\:-m-144 {
    margin: -36rem;
  }

  .\32xl\:-m-160 {
    margin: -40rem;
  }

  .\32xl\:-m-192 {
    margin: -48rem;
  }

  .\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-1\/2 {
    margin: -50%;
  }

  .\32xl\:-m-1\/3 {
    margin: -33.33333%;
  }

  .\32xl\:-m-2\/3 {
    margin: -66.66667%;
  }

  .\32xl\:-m-1\/4 {
    margin: -25%;
  }

  .\32xl\:-m-2\/4 {
    margin: -50%;
  }

  .\32xl\:-m-3\/4 {
    margin: -75%;
  }

  .\32xl\:-m-1\/5 {
    margin: -20%;
  }

  .\32xl\:-m-2\/5 {
    margin: -40%;
  }

  .\32xl\:-m-3\/5 {
    margin: -60%;
  }

  .\32xl\:-m-4\/5 {
    margin: -80%;
  }

  .\32xl\:-m-1\/6 {
    margin: -16.66667%;
  }

  .\32xl\:-m-2\/6 {
    margin: -33.33333%;
  }

  .\32xl\:-m-3\/6 {
    margin: -50%;
  }

  .\32xl\:-m-4\/6 {
    margin: -66.66667%;
  }

  .\32xl\:-m-5\/6 {
    margin: -83.33333%;
  }

  .\32xl\:-m-1\/12 {
    margin: -8.33333%;
  }

  .\32xl\:-m-2\/12 {
    margin: -16.66667%;
  }

  .\32xl\:-m-3\/12 {
    margin: -25%;
  }

  .\32xl\:-m-4\/12 {
    margin: -33.33333%;
  }

  .\32xl\:-m-5\/12 {
    margin: -41.66667%;
  }

  .\32xl\:-m-6\/12 {
    margin: -50%;
  }

  .\32xl\:-m-7\/12 {
    margin: -58.33333%;
  }

  .\32xl\:-m-8\/12 {
    margin: -66.66667%;
  }

  .\32xl\:-m-9\/12 {
    margin: -75%;
  }

  .\32xl\:-m-10\/12 {
    margin: -83.33333%;
  }

  .\32xl\:-m-11\/12 {
    margin: -91.66667%;
  }

  .\32xl\:-m-full {
    margin: -100%;
  }

  .\32xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .\32xl\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .\32xl\:my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
  }

  .\32xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .\32xl\:my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }

  .\32xl\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .\32xl\:my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
  }

  .\32xl\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .\32xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .\32xl\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .\32xl\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

  .\32xl\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

  .\32xl\:my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  .\32xl\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .\32xl\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .\32xl\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .\32xl\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .\32xl\:mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .\32xl\:my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
  }

  .\32xl\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .\32xl\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .\32xl\:mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .\32xl\:my-11 {
    margin-top: 2.75rem;
    margin-bottom: 2.75rem;
  }

  .\32xl\:mx-11 {
    margin-left: 2.75rem;
    margin-right: 2.75rem;
  }

  .\32xl\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }

  .\32xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .\32xl\:my-13 {
    margin-top: 3.25rem;
    margin-bottom: 3.25rem;
  }

  .\32xl\:mx-13 {
    margin-left: 3.25rem;
    margin-right: 3.25rem;
  }

  .\32xl\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .\32xl\:mx-14 {
    margin-left: 3.5rem;
    margin-right: 3.5rem;
  }

  .\32xl\:my-15 {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
  }

  .\32xl\:mx-15 {
    margin-left: 3.75rem;
    margin-right: 3.75rem;
  }

  .\32xl\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .\32xl\:mx-16 {
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .\32xl\:my-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-128 {
    margin-top: 32rem;
    margin-bottom: 32rem;
  }

  .\32xl\:mx-128 {
    margin-left: 32rem;
    margin-right: 32rem;
  }

  .\32xl\:my-144 {
    margin-top: 36rem;
    margin-bottom: 36rem;
  }

  .\32xl\:mx-144 {
    margin-left: 36rem;
    margin-right: 36rem;
  }

  .\32xl\:my-160 {
    margin-top: 40rem;
    margin-bottom: 40rem;
  }

  .\32xl\:mx-160 {
    margin-left: 40rem;
    margin-right: 40rem;
  }

  .\32xl\:my-192 {
    margin-top: 48rem;
    margin-bottom: 48rem;
  }

  .\32xl\:mx-192 {
    margin-left: 48rem;
    margin-right: 48rem;
  }

  .\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-1\/2 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:mx-1\/2 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:my-1\/3 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .\32xl\:mx-1\/3 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .\32xl\:my-2\/3 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .\32xl\:mx-2\/3 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .\32xl\:my-1\/4 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .\32xl\:mx-1\/4 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .\32xl\:my-2\/4 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:mx-2\/4 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:my-3\/4 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .\32xl\:mx-3\/4 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .\32xl\:my-1\/5 {
    margin-top: 20%;
    margin-bottom: 20%;
  }

  .\32xl\:mx-1\/5 {
    margin-left: 20%;
    margin-right: 20%;
  }

  .\32xl\:my-2\/5 {
    margin-top: 40%;
    margin-bottom: 40%;
  }

  .\32xl\:mx-2\/5 {
    margin-left: 40%;
    margin-right: 40%;
  }

  .\32xl\:my-3\/5 {
    margin-top: 60%;
    margin-bottom: 60%;
  }

  .\32xl\:mx-3\/5 {
    margin-left: 60%;
    margin-right: 60%;
  }

  .\32xl\:my-4\/5 {
    margin-top: 80%;
    margin-bottom: 80%;
  }

  .\32xl\:mx-4\/5 {
    margin-left: 80%;
    margin-right: 80%;
  }

  .\32xl\:my-1\/6 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .\32xl\:mx-1\/6 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .\32xl\:my-2\/6 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .\32xl\:mx-2\/6 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .\32xl\:my-3\/6 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:mx-3\/6 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:my-4\/6 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .\32xl\:mx-4\/6 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .\32xl\:my-5\/6 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .\32xl\:mx-5\/6 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .\32xl\:my-1\/12 {
    margin-top: 8.333333%;
    margin-bottom: 8.333333%;
  }

  .\32xl\:mx-1\/12 {
    margin-left: 8.333333%;
    margin-right: 8.333333%;
  }

  .\32xl\:my-2\/12 {
    margin-top: 16.666667%;
    margin-bottom: 16.666667%;
  }

  .\32xl\:mx-2\/12 {
    margin-left: 16.666667%;
    margin-right: 16.666667%;
  }

  .\32xl\:my-3\/12 {
    margin-top: 25%;
    margin-bottom: 25%;
  }

  .\32xl\:mx-3\/12 {
    margin-left: 25%;
    margin-right: 25%;
  }

  .\32xl\:my-4\/12 {
    margin-top: 33.333333%;
    margin-bottom: 33.333333%;
  }

  .\32xl\:mx-4\/12 {
    margin-left: 33.333333%;
    margin-right: 33.333333%;
  }

  .\32xl\:my-5\/12 {
    margin-top: 41.666667%;
    margin-bottom: 41.666667%;
  }

  .\32xl\:mx-5\/12 {
    margin-left: 41.666667%;
    margin-right: 41.666667%;
  }

  .\32xl\:my-6\/12 {
    margin-top: 50%;
    margin-bottom: 50%;
  }

  .\32xl\:mx-6\/12 {
    margin-left: 50%;
    margin-right: 50%;
  }

  .\32xl\:my-7\/12 {
    margin-top: 58.333333%;
    margin-bottom: 58.333333%;
  }

  .\32xl\:mx-7\/12 {
    margin-left: 58.333333%;
    margin-right: 58.333333%;
  }

  .\32xl\:my-8\/12 {
    margin-top: 66.666667%;
    margin-bottom: 66.666667%;
  }

  .\32xl\:mx-8\/12 {
    margin-left: 66.666667%;
    margin-right: 66.666667%;
  }

  .\32xl\:my-9\/12 {
    margin-top: 75%;
    margin-bottom: 75%;
  }

  .\32xl\:mx-9\/12 {
    margin-left: 75%;
    margin-right: 75%;
  }

  .\32xl\:my-10\/12 {
    margin-top: 83.333333%;
    margin-bottom: 83.333333%;
  }

  .\32xl\:mx-10\/12 {
    margin-left: 83.333333%;
    margin-right: 83.333333%;
  }

  .\32xl\:my-11\/12 {
    margin-top: 91.666667%;
    margin-bottom: 91.666667%;
  }

  .\32xl\:mx-11\/12 {
    margin-left: 91.666667%;
    margin-right: 91.666667%;
  }

  .\32xl\:my-full {
    margin-top: 100%;
    margin-bottom: 100%;
  }

  .\32xl\:mx-full {
    margin-left: 100%;
    margin-right: 100%;
  }

  .\32xl\:-my-1 {
    margin-top: -0.25rem;
    margin-bottom: -0.25rem;
  }

  .\32xl\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .\32xl\:-my-2 {
    margin-top: -0.5rem;
    margin-bottom: -0.5rem;
  }

  .\32xl\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .\32xl\:-my-3 {
    margin-top: -0.75rem;
    margin-bottom: -0.75rem;
  }

  .\32xl\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .\32xl\:-my-4 {
    margin-top: -1rem;
    margin-bottom: -1rem;
  }

  .\32xl\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .\32xl\:-my-5 {
    margin-top: -1.25rem;
    margin-bottom: -1.25rem;
  }

  .\32xl\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }

  .\32xl\:-my-6 {
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
  }

  .\32xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .\32xl\:-my-7 {
    margin-top: -1.75rem;
    margin-bottom: -1.75rem;
  }

  .\32xl\:-mx-7 {
    margin-left: -1.75rem;
    margin-right: -1.75rem;
  }

  .\32xl\:-my-8 {
    margin-top: -2rem;
    margin-bottom: -2rem;
  }

  .\32xl\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .\32xl\:-my-9 {
    margin-top: -2.25rem;
    margin-bottom: -2.25rem;
  }

  .\32xl\:-mx-9 {
    margin-left: -2.25rem;
    margin-right: -2.25rem;
  }

  .\32xl\:-my-10 {
    margin-top: -2.5rem;
    margin-bottom: -2.5rem;
  }

  .\32xl\:-mx-10 {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }

  .\32xl\:-my-11 {
    margin-top: -2.75rem;
    margin-bottom: -2.75rem;
  }

  .\32xl\:-mx-11 {
    margin-left: -2.75rem;
    margin-right: -2.75rem;
  }

  .\32xl\:-my-12 {
    margin-top: -3rem;
    margin-bottom: -3rem;
  }

  .\32xl\:-mx-12 {
    margin-left: -3rem;
    margin-right: -3rem;
  }

  .\32xl\:-my-13 {
    margin-top: -3.25rem;
    margin-bottom: -3.25rem;
  }

  .\32xl\:-mx-13 {
    margin-left: -3.25rem;
    margin-right: -3.25rem;
  }

  .\32xl\:-my-14 {
    margin-top: -3.5rem;
    margin-bottom: -3.5rem;
  }

  .\32xl\:-mx-14 {
    margin-left: -3.5rem;
    margin-right: -3.5rem;
  }

  .\32xl\:-my-15 {
    margin-top: -3.75rem;
    margin-bottom: -3.75rem;
  }

  .\32xl\:-mx-15 {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }

  .\32xl\:-my-16 {
    margin-top: -4rem;
    margin-bottom: -4rem;
  }

  .\32xl\:-mx-16 {
    margin-left: -4rem;
    margin-right: -4rem;
  }

  .\32xl\:-my-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-128 {
    margin-top: -32rem;
    margin-bottom: -32rem;
  }

  .\32xl\:-mx-128 {
    margin-left: -32rem;
    margin-right: -32rem;
  }

  .\32xl\:-my-144 {
    margin-top: -36rem;
    margin-bottom: -36rem;
  }

  .\32xl\:-mx-144 {
    margin-left: -36rem;
    margin-right: -36rem;
  }

  .\32xl\:-my-160 {
    margin-top: -40rem;
    margin-bottom: -40rem;
  }

  .\32xl\:-mx-160 {
    margin-left: -40rem;
    margin-right: -40rem;
  }

  .\32xl\:-my-192 {
    margin-top: -48rem;
    margin-bottom: -48rem;
  }

  .\32xl\:-mx-192 {
    margin-left: -48rem;
    margin-right: -48rem;
  }

  .\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-1\/2 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:-mx-1\/2 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:-my-1\/3 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .\32xl\:-mx-1\/3 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .\32xl\:-my-2\/3 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .\32xl\:-mx-2\/3 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .\32xl\:-my-1\/4 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .\32xl\:-mx-1\/4 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .\32xl\:-my-2\/4 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:-mx-2\/4 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:-my-3\/4 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .\32xl\:-mx-3\/4 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .\32xl\:-my-1\/5 {
    margin-top: -20%;
    margin-bottom: -20%;
  }

  .\32xl\:-mx-1\/5 {
    margin-left: -20%;
    margin-right: -20%;
  }

  .\32xl\:-my-2\/5 {
    margin-top: -40%;
    margin-bottom: -40%;
  }

  .\32xl\:-mx-2\/5 {
    margin-left: -40%;
    margin-right: -40%;
  }

  .\32xl\:-my-3\/5 {
    margin-top: -60%;
    margin-bottom: -60%;
  }

  .\32xl\:-mx-3\/5 {
    margin-left: -60%;
    margin-right: -60%;
  }

  .\32xl\:-my-4\/5 {
    margin-top: -80%;
    margin-bottom: -80%;
  }

  .\32xl\:-mx-4\/5 {
    margin-left: -80%;
    margin-right: -80%;
  }

  .\32xl\:-my-1\/6 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .\32xl\:-mx-1\/6 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .\32xl\:-my-2\/6 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .\32xl\:-mx-2\/6 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .\32xl\:-my-3\/6 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:-mx-3\/6 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:-my-4\/6 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .\32xl\:-mx-4\/6 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .\32xl\:-my-5\/6 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .\32xl\:-mx-5\/6 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .\32xl\:-my-1\/12 {
    margin-top: -8.33333%;
    margin-bottom: -8.33333%;
  }

  .\32xl\:-mx-1\/12 {
    margin-left: -8.33333%;
    margin-right: -8.33333%;
  }

  .\32xl\:-my-2\/12 {
    margin-top: -16.66667%;
    margin-bottom: -16.66667%;
  }

  .\32xl\:-mx-2\/12 {
    margin-left: -16.66667%;
    margin-right: -16.66667%;
  }

  .\32xl\:-my-3\/12 {
    margin-top: -25%;
    margin-bottom: -25%;
  }

  .\32xl\:-mx-3\/12 {
    margin-left: -25%;
    margin-right: -25%;
  }

  .\32xl\:-my-4\/12 {
    margin-top: -33.33333%;
    margin-bottom: -33.33333%;
  }

  .\32xl\:-mx-4\/12 {
    margin-left: -33.33333%;
    margin-right: -33.33333%;
  }

  .\32xl\:-my-5\/12 {
    margin-top: -41.66667%;
    margin-bottom: -41.66667%;
  }

  .\32xl\:-mx-5\/12 {
    margin-left: -41.66667%;
    margin-right: -41.66667%;
  }

  .\32xl\:-my-6\/12 {
    margin-top: -50%;
    margin-bottom: -50%;
  }

  .\32xl\:-mx-6\/12 {
    margin-left: -50%;
    margin-right: -50%;
  }

  .\32xl\:-my-7\/12 {
    margin-top: -58.33333%;
    margin-bottom: -58.33333%;
  }

  .\32xl\:-mx-7\/12 {
    margin-left: -58.33333%;
    margin-right: -58.33333%;
  }

  .\32xl\:-my-8\/12 {
    margin-top: -66.66667%;
    margin-bottom: -66.66667%;
  }

  .\32xl\:-mx-8\/12 {
    margin-left: -66.66667%;
    margin-right: -66.66667%;
  }

  .\32xl\:-my-9\/12 {
    margin-top: -75%;
    margin-bottom: -75%;
  }

  .\32xl\:-mx-9\/12 {
    margin-left: -75%;
    margin-right: -75%;
  }

  .\32xl\:-my-10\/12 {
    margin-top: -83.33333%;
    margin-bottom: -83.33333%;
  }

  .\32xl\:-mx-10\/12 {
    margin-left: -83.33333%;
    margin-right: -83.33333%;
  }

  .\32xl\:-my-11\/12 {
    margin-top: -91.66667%;
    margin-bottom: -91.66667%;
  }

  .\32xl\:-mx-11\/12 {
    margin-left: -91.66667%;
    margin-right: -91.66667%;
  }

  .\32xl\:-my-full {
    margin-top: -100%;
    margin-bottom: -100%;
  }

  .\32xl\:-mx-full {
    margin-left: -100%;
    margin-right: -100%;
  }

  .\32xl\:mt-0 {
    margin-top: 0;
  }

  .\32xl\:mr-0 {
    margin-right: 0;
  }

  .\32xl\:mb-0 {
    margin-bottom: 0;
  }

  .\32xl\:ml-0 {
    margin-left: 0;
  }

  .\32xl\:mt-1 {
    margin-top: 0.25rem;
  }

  .\32xl\:mr-1 {
    margin-right: 0.25rem;
  }

  .\32xl\:mb-1 {
    margin-bottom: 0.25rem;
  }

  .\32xl\:ml-1 {
    margin-left: 0.25rem;
  }

  .\32xl\:mt-2 {
    margin-top: 0.5rem;
  }

  .\32xl\:mr-2 {
    margin-right: 0.5rem;
  }

  .\32xl\:mb-2 {
    margin-bottom: 0.5rem;
  }

  .\32xl\:ml-2 {
    margin-left: 0.5rem;
  }

  .\32xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .\32xl\:mr-3 {
    margin-right: 0.75rem;
  }

  .\32xl\:mb-3 {
    margin-bottom: 0.75rem;
  }

  .\32xl\:ml-3 {
    margin-left: 0.75rem;
  }

  .\32xl\:mt-4 {
    margin-top: 1rem;
  }

  .\32xl\:mr-4 {
    margin-right: 1rem;
  }

  .\32xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\32xl\:ml-4 {
    margin-left: 1rem;
  }

  .\32xl\:mt-5 {
    margin-top: 1.25rem;
  }

  .\32xl\:mr-5 {
    margin-right: 1.25rem;
  }

  .\32xl\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .\32xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32xl\:mt-6 {
    margin-top: 1.5rem;
  }

  .\32xl\:mr-6 {
    margin-right: 1.5rem;
  }

  .\32xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\32xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .\32xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .\32xl\:mr-7 {
    margin-right: 1.75rem;
  }

  .\32xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32xl\:ml-7 {
    margin-left: 1.75rem;
  }

  .\32xl\:mt-8 {
    margin-top: 2rem;
  }

  .\32xl\:mr-8 {
    margin-right: 2rem;
  }

  .\32xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .\32xl\:ml-8 {
    margin-left: 2rem;
  }

  .\32xl\:mt-9 {
    margin-top: 2.25rem;
  }

  .\32xl\:mr-9 {
    margin-right: 2.25rem;
  }

  .\32xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .\32xl\:ml-9 {
    margin-left: 2.25rem;
  }

  .\32xl\:mt-10 {
    margin-top: 2.5rem;
  }

  .\32xl\:mr-10 {
    margin-right: 2.5rem;
  }

  .\32xl\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .\32xl\:ml-10 {
    margin-left: 2.5rem;
  }

  .\32xl\:mt-11 {
    margin-top: 2.75rem;
  }

  .\32xl\:mr-11 {
    margin-right: 2.75rem;
  }

  .\32xl\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .\32xl\:ml-11 {
    margin-left: 2.75rem;
  }

  .\32xl\:mt-12 {
    margin-top: 3rem;
  }

  .\32xl\:mr-12 {
    margin-right: 3rem;
  }

  .\32xl\:mb-12 {
    margin-bottom: 3rem;
  }

  .\32xl\:ml-12 {
    margin-left: 3rem;
  }

  .\32xl\:mt-13 {
    margin-top: 3.25rem;
  }

  .\32xl\:mr-13 {
    margin-right: 3.25rem;
  }

  .\32xl\:mb-13 {
    margin-bottom: 3.25rem;
  }

  .\32xl\:ml-13 {
    margin-left: 3.25rem;
  }

  .\32xl\:mt-14 {
    margin-top: 3.5rem;
  }

  .\32xl\:mr-14 {
    margin-right: 3.5rem;
  }

  .\32xl\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .\32xl\:ml-14 {
    margin-left: 3.5rem;
  }

  .\32xl\:mt-15 {
    margin-top: 3.75rem;
  }

  .\32xl\:mr-15 {
    margin-right: 3.75rem;
  }

  .\32xl\:mb-15 {
    margin-bottom: 3.75rem;
  }

  .\32xl\:ml-15 {
    margin-left: 3.75rem;
  }

  .\32xl\:mt-16 {
    margin-top: 4rem;
  }

  .\32xl\:mr-16 {
    margin-right: 4rem;
  }

  .\32xl\:mb-16 {
    margin-bottom: 4rem;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:mt-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-128 {
    margin-top: 32rem;
  }

  .\32xl\:mr-128 {
    margin-right: 32rem;
  }

  .\32xl\:mb-128 {
    margin-bottom: 32rem;
  }

  .\32xl\:ml-128 {
    margin-left: 32rem;
  }

  .\32xl\:mt-144 {
    margin-top: 36rem;
  }

  .\32xl\:mr-144 {
    margin-right: 36rem;
  }

  .\32xl\:mb-144 {
    margin-bottom: 36rem;
  }

  .\32xl\:ml-144 {
    margin-left: 36rem;
  }

  .\32xl\:mt-160 {
    margin-top: 40rem;
  }

  .\32xl\:mr-160 {
    margin-right: 40rem;
  }

  .\32xl\:mb-160 {
    margin-bottom: 40rem;
  }

  .\32xl\:ml-160 {
    margin-left: 40rem;
  }

  .\32xl\:mt-192 {
    margin-top: 48rem;
  }

  .\32xl\:mr-192 {
    margin-right: 48rem;
  }

  .\32xl\:mb-192 {
    margin-bottom: 48rem;
  }

  .\32xl\:ml-192 {
    margin-left: 48rem;
  }

  .\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-1\/2 {
    margin-top: 50%;
  }

  .\32xl\:mr-1\/2 {
    margin-right: 50%;
  }

  .\32xl\:mb-1\/2 {
    margin-bottom: 50%;
  }

  .\32xl\:ml-1\/2 {
    margin-left: 50%;
  }

  .\32xl\:mt-1\/3 {
    margin-top: 33.333333%;
  }

  .\32xl\:mr-1\/3 {
    margin-right: 33.333333%;
  }

  .\32xl\:mb-1\/3 {
    margin-bottom: 33.333333%;
  }

  .\32xl\:ml-1\/3 {
    margin-left: 33.333333%;
  }

  .\32xl\:mt-2\/3 {
    margin-top: 66.666667%;
  }

  .\32xl\:mr-2\/3 {
    margin-right: 66.666667%;
  }

  .\32xl\:mb-2\/3 {
    margin-bottom: 66.666667%;
  }

  .\32xl\:ml-2\/3 {
    margin-left: 66.666667%;
  }

  .\32xl\:mt-1\/4 {
    margin-top: 25%;
  }

  .\32xl\:mr-1\/4 {
    margin-right: 25%;
  }

  .\32xl\:mb-1\/4 {
    margin-bottom: 25%;
  }

  .\32xl\:ml-1\/4 {
    margin-left: 25%;
  }

  .\32xl\:mt-2\/4 {
    margin-top: 50%;
  }

  .\32xl\:mr-2\/4 {
    margin-right: 50%;
  }

  .\32xl\:mb-2\/4 {
    margin-bottom: 50%;
  }

  .\32xl\:ml-2\/4 {
    margin-left: 50%;
  }

  .\32xl\:mt-3\/4 {
    margin-top: 75%;
  }

  .\32xl\:mr-3\/4 {
    margin-right: 75%;
  }

  .\32xl\:mb-3\/4 {
    margin-bottom: 75%;
  }

  .\32xl\:ml-3\/4 {
    margin-left: 75%;
  }

  .\32xl\:mt-1\/5 {
    margin-top: 20%;
  }

  .\32xl\:mr-1\/5 {
    margin-right: 20%;
  }

  .\32xl\:mb-1\/5 {
    margin-bottom: 20%;
  }

  .\32xl\:ml-1\/5 {
    margin-left: 20%;
  }

  .\32xl\:mt-2\/5 {
    margin-top: 40%;
  }

  .\32xl\:mr-2\/5 {
    margin-right: 40%;
  }

  .\32xl\:mb-2\/5 {
    margin-bottom: 40%;
  }

  .\32xl\:ml-2\/5 {
    margin-left: 40%;
  }

  .\32xl\:mt-3\/5 {
    margin-top: 60%;
  }

  .\32xl\:mr-3\/5 {
    margin-right: 60%;
  }

  .\32xl\:mb-3\/5 {
    margin-bottom: 60%;
  }

  .\32xl\:ml-3\/5 {
    margin-left: 60%;
  }

  .\32xl\:mt-4\/5 {
    margin-top: 80%;
  }

  .\32xl\:mr-4\/5 {
    margin-right: 80%;
  }

  .\32xl\:mb-4\/5 {
    margin-bottom: 80%;
  }

  .\32xl\:ml-4\/5 {
    margin-left: 80%;
  }

  .\32xl\:mt-1\/6 {
    margin-top: 16.666667%;
  }

  .\32xl\:mr-1\/6 {
    margin-right: 16.666667%;
  }

  .\32xl\:mb-1\/6 {
    margin-bottom: 16.666667%;
  }

  .\32xl\:ml-1\/6 {
    margin-left: 16.666667%;
  }

  .\32xl\:mt-2\/6 {
    margin-top: 33.333333%;
  }

  .\32xl\:mr-2\/6 {
    margin-right: 33.333333%;
  }

  .\32xl\:mb-2\/6 {
    margin-bottom: 33.333333%;
  }

  .\32xl\:ml-2\/6 {
    margin-left: 33.333333%;
  }

  .\32xl\:mt-3\/6 {
    margin-top: 50%;
  }

  .\32xl\:mr-3\/6 {
    margin-right: 50%;
  }

  .\32xl\:mb-3\/6 {
    margin-bottom: 50%;
  }

  .\32xl\:ml-3\/6 {
    margin-left: 50%;
  }

  .\32xl\:mt-4\/6 {
    margin-top: 66.666667%;
  }

  .\32xl\:mr-4\/6 {
    margin-right: 66.666667%;
  }

  .\32xl\:mb-4\/6 {
    margin-bottom: 66.666667%;
  }

  .\32xl\:ml-4\/6 {
    margin-left: 66.666667%;
  }

  .\32xl\:mt-5\/6 {
    margin-top: 83.333333%;
  }

  .\32xl\:mr-5\/6 {
    margin-right: 83.333333%;
  }

  .\32xl\:mb-5\/6 {
    margin-bottom: 83.333333%;
  }

  .\32xl\:ml-5\/6 {
    margin-left: 83.333333%;
  }

  .\32xl\:mt-1\/12 {
    margin-top: 8.333333%;
  }

  .\32xl\:mr-1\/12 {
    margin-right: 8.333333%;
  }

  .\32xl\:mb-1\/12 {
    margin-bottom: 8.333333%;
  }

  .\32xl\:ml-1\/12 {
    margin-left: 8.333333%;
  }

  .\32xl\:mt-2\/12 {
    margin-top: 16.666667%;
  }

  .\32xl\:mr-2\/12 {
    margin-right: 16.666667%;
  }

  .\32xl\:mb-2\/12 {
    margin-bottom: 16.666667%;
  }

  .\32xl\:ml-2\/12 {
    margin-left: 16.666667%;
  }

  .\32xl\:mt-3\/12 {
    margin-top: 25%;
  }

  .\32xl\:mr-3\/12 {
    margin-right: 25%;
  }

  .\32xl\:mb-3\/12 {
    margin-bottom: 25%;
  }

  .\32xl\:ml-3\/12 {
    margin-left: 25%;
  }

  .\32xl\:mt-4\/12 {
    margin-top: 33.333333%;
  }

  .\32xl\:mr-4\/12 {
    margin-right: 33.333333%;
  }

  .\32xl\:mb-4\/12 {
    margin-bottom: 33.333333%;
  }

  .\32xl\:ml-4\/12 {
    margin-left: 33.333333%;
  }

  .\32xl\:mt-5\/12 {
    margin-top: 41.666667%;
  }

  .\32xl\:mr-5\/12 {
    margin-right: 41.666667%;
  }

  .\32xl\:mb-5\/12 {
    margin-bottom: 41.666667%;
  }

  .\32xl\:ml-5\/12 {
    margin-left: 41.666667%;
  }

  .\32xl\:mt-6\/12 {
    margin-top: 50%;
  }

  .\32xl\:mr-6\/12 {
    margin-right: 50%;
  }

  .\32xl\:mb-6\/12 {
    margin-bottom: 50%;
  }

  .\32xl\:ml-6\/12 {
    margin-left: 50%;
  }

  .\32xl\:mt-7\/12 {
    margin-top: 58.333333%;
  }

  .\32xl\:mr-7\/12 {
    margin-right: 58.333333%;
  }

  .\32xl\:mb-7\/12 {
    margin-bottom: 58.333333%;
  }

  .\32xl\:ml-7\/12 {
    margin-left: 58.333333%;
  }

  .\32xl\:mt-8\/12 {
    margin-top: 66.666667%;
  }

  .\32xl\:mr-8\/12 {
    margin-right: 66.666667%;
  }

  .\32xl\:mb-8\/12 {
    margin-bottom: 66.666667%;
  }

  .\32xl\:ml-8\/12 {
    margin-left: 66.666667%;
  }

  .\32xl\:mt-9\/12 {
    margin-top: 75%;
  }

  .\32xl\:mr-9\/12 {
    margin-right: 75%;
  }

  .\32xl\:mb-9\/12 {
    margin-bottom: 75%;
  }

  .\32xl\:ml-9\/12 {
    margin-left: 75%;
  }

  .\32xl\:mt-10\/12 {
    margin-top: 83.333333%;
  }

  .\32xl\:mr-10\/12 {
    margin-right: 83.333333%;
  }

  .\32xl\:mb-10\/12 {
    margin-bottom: 83.333333%;
  }

  .\32xl\:ml-10\/12 {
    margin-left: 83.333333%;
  }

  .\32xl\:mt-11\/12 {
    margin-top: 91.666667%;
  }

  .\32xl\:mr-11\/12 {
    margin-right: 91.666667%;
  }

  .\32xl\:mb-11\/12 {
    margin-bottom: 91.666667%;
  }

  .\32xl\:ml-11\/12 {
    margin-left: 91.666667%;
  }

  .\32xl\:mt-full {
    margin-top: 100%;
  }

  .\32xl\:mr-full {
    margin-right: 100%;
  }

  .\32xl\:mb-full {
    margin-bottom: 100%;
  }

  .\32xl\:ml-full {
    margin-left: 100%;
  }

  .\32xl\:-mt-1 {
    margin-top: -0.25rem;
  }

  .\32xl\:-mr-1 {
    margin-right: -0.25rem;
  }

  .\32xl\:-mb-1 {
    margin-bottom: -0.25rem;
  }

  .\32xl\:-ml-1 {
    margin-left: -0.25rem;
  }

  .\32xl\:-mt-2 {
    margin-top: -0.5rem;
  }

  .\32xl\:-mr-2 {
    margin-right: -0.5rem;
  }

  .\32xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\32xl\:-ml-2 {
    margin-left: -0.5rem;
  }

  .\32xl\:-mt-3 {
    margin-top: -0.75rem;
  }

  .\32xl\:-mr-3 {
    margin-right: -0.75rem;
  }

  .\32xl\:-mb-3 {
    margin-bottom: -0.75rem;
  }

  .\32xl\:-ml-3 {
    margin-left: -0.75rem;
  }

  .\32xl\:-mt-4 {
    margin-top: -1rem;
  }

  .\32xl\:-mr-4 {
    margin-right: -1rem;
  }

  .\32xl\:-mb-4 {
    margin-bottom: -1rem;
  }

  .\32xl\:-ml-4 {
    margin-left: -1rem;
  }

  .\32xl\:-mt-5 {
    margin-top: -1.25rem;
  }

  .\32xl\:-mr-5 {
    margin-right: -1.25rem;
  }

  .\32xl\:-mb-5 {
    margin-bottom: -1.25rem;
  }

  .\32xl\:-ml-5 {
    margin-left: -1.25rem;
  }

  .\32xl\:-mt-6 {
    margin-top: -1.5rem;
  }

  .\32xl\:-mr-6 {
    margin-right: -1.5rem;
  }

  .\32xl\:-mb-6 {
    margin-bottom: -1.5rem;
  }

  .\32xl\:-ml-6 {
    margin-left: -1.5rem;
  }

  .\32xl\:-mt-7 {
    margin-top: -1.75rem;
  }

  .\32xl\:-mr-7 {
    margin-right: -1.75rem;
  }

  .\32xl\:-mb-7 {
    margin-bottom: -1.75rem;
  }

  .\32xl\:-ml-7 {
    margin-left: -1.75rem;
  }

  .\32xl\:-mt-8 {
    margin-top: -2rem;
  }

  .\32xl\:-mr-8 {
    margin-right: -2rem;
  }

  .\32xl\:-mb-8 {
    margin-bottom: -2rem;
  }

  .\32xl\:-ml-8 {
    margin-left: -2rem;
  }

  .\32xl\:-mt-9 {
    margin-top: -2.25rem;
  }

  .\32xl\:-mr-9 {
    margin-right: -2.25rem;
  }

  .\32xl\:-mb-9 {
    margin-bottom: -2.25rem;
  }

  .\32xl\:-ml-9 {
    margin-left: -2.25rem;
  }

  .\32xl\:-mt-10 {
    margin-top: -2.5rem;
  }

  .\32xl\:-mr-10 {
    margin-right: -2.5rem;
  }

  .\32xl\:-mb-10 {
    margin-bottom: -2.5rem;
  }

  .\32xl\:-ml-10 {
    margin-left: -2.5rem;
  }

  .\32xl\:-mt-11 {
    margin-top: -2.75rem;
  }

  .\32xl\:-mr-11 {
    margin-right: -2.75rem;
  }

  .\32xl\:-mb-11 {
    margin-bottom: -2.75rem;
  }

  .\32xl\:-ml-11 {
    margin-left: -2.75rem;
  }

  .\32xl\:-mt-12 {
    margin-top: -3rem;
  }

  .\32xl\:-mr-12 {
    margin-right: -3rem;
  }

  .\32xl\:-mb-12 {
    margin-bottom: -3rem;
  }

  .\32xl\:-ml-12 {
    margin-left: -3rem;
  }

  .\32xl\:-mt-13 {
    margin-top: -3.25rem;
  }

  .\32xl\:-mr-13 {
    margin-right: -3.25rem;
  }

  .\32xl\:-mb-13 {
    margin-bottom: -3.25rem;
  }

  .\32xl\:-ml-13 {
    margin-left: -3.25rem;
  }

  .\32xl\:-mt-14 {
    margin-top: -3.5rem;
  }

  .\32xl\:-mr-14 {
    margin-right: -3.5rem;
  }

  .\32xl\:-mb-14 {
    margin-bottom: -3.5rem;
  }

  .\32xl\:-ml-14 {
    margin-left: -3.5rem;
  }

  .\32xl\:-mt-15 {
    margin-top: -3.75rem;
  }

  .\32xl\:-mr-15 {
    margin-right: -3.75rem;
  }

  .\32xl\:-mb-15 {
    margin-bottom: -3.75rem;
  }

  .\32xl\:-ml-15 {
    margin-left: -3.75rem;
  }

  .\32xl\:-mt-16 {
    margin-top: -4rem;
  }

  .\32xl\:-mr-16 {
    margin-right: -4rem;
  }

  .\32xl\:-mb-16 {
    margin-bottom: -4rem;
  }

  .\32xl\:-ml-16 {
    margin-left: -4rem;
  }

  .\32xl\:-mt-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-128 {
    margin-top: -32rem;
  }

  .\32xl\:-mr-128 {
    margin-right: -32rem;
  }

  .\32xl\:-mb-128 {
    margin-bottom: -32rem;
  }

  .\32xl\:-ml-128 {
    margin-left: -32rem;
  }

  .\32xl\:-mt-144 {
    margin-top: -36rem;
  }

  .\32xl\:-mr-144 {
    margin-right: -36rem;
  }

  .\32xl\:-mb-144 {
    margin-bottom: -36rem;
  }

  .\32xl\:-ml-144 {
    margin-left: -36rem;
  }

  .\32xl\:-mt-160 {
    margin-top: -40rem;
  }

  .\32xl\:-mr-160 {
    margin-right: -40rem;
  }

  .\32xl\:-mb-160 {
    margin-bottom: -40rem;
  }

  .\32xl\:-ml-160 {
    margin-left: -40rem;
  }

  .\32xl\:-mt-192 {
    margin-top: -48rem;
  }

  .\32xl\:-mr-192 {
    margin-right: -48rem;
  }

  .\32xl\:-mb-192 {
    margin-bottom: -48rem;
  }

  .\32xl\:-ml-192 {
    margin-left: -48rem;
  }

  .\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-1\/2 {
    margin-top: -50%;
  }

  .\32xl\:-mr-1\/2 {
    margin-right: -50%;
  }

  .\32xl\:-mb-1\/2 {
    margin-bottom: -50%;
  }

  .\32xl\:-ml-1\/2 {
    margin-left: -50%;
  }

  .\32xl\:-mt-1\/3 {
    margin-top: -33.33333%;
  }

  .\32xl\:-mr-1\/3 {
    margin-right: -33.33333%;
  }

  .\32xl\:-mb-1\/3 {
    margin-bottom: -33.33333%;
  }

  .\32xl\:-ml-1\/3 {
    margin-left: -33.33333%;
  }

  .\32xl\:-mt-2\/3 {
    margin-top: -66.66667%;
  }

  .\32xl\:-mr-2\/3 {
    margin-right: -66.66667%;
  }

  .\32xl\:-mb-2\/3 {
    margin-bottom: -66.66667%;
  }

  .\32xl\:-ml-2\/3 {
    margin-left: -66.66667%;
  }

  .\32xl\:-mt-1\/4 {
    margin-top: -25%;
  }

  .\32xl\:-mr-1\/4 {
    margin-right: -25%;
  }

  .\32xl\:-mb-1\/4 {
    margin-bottom: -25%;
  }

  .\32xl\:-ml-1\/4 {
    margin-left: -25%;
  }

  .\32xl\:-mt-2\/4 {
    margin-top: -50%;
  }

  .\32xl\:-mr-2\/4 {
    margin-right: -50%;
  }

  .\32xl\:-mb-2\/4 {
    margin-bottom: -50%;
  }

  .\32xl\:-ml-2\/4 {
    margin-left: -50%;
  }

  .\32xl\:-mt-3\/4 {
    margin-top: -75%;
  }

  .\32xl\:-mr-3\/4 {
    margin-right: -75%;
  }

  .\32xl\:-mb-3\/4 {
    margin-bottom: -75%;
  }

  .\32xl\:-ml-3\/4 {
    margin-left: -75%;
  }

  .\32xl\:-mt-1\/5 {
    margin-top: -20%;
  }

  .\32xl\:-mr-1\/5 {
    margin-right: -20%;
  }

  .\32xl\:-mb-1\/5 {
    margin-bottom: -20%;
  }

  .\32xl\:-ml-1\/5 {
    margin-left: -20%;
  }

  .\32xl\:-mt-2\/5 {
    margin-top: -40%;
  }

  .\32xl\:-mr-2\/5 {
    margin-right: -40%;
  }

  .\32xl\:-mb-2\/5 {
    margin-bottom: -40%;
  }

  .\32xl\:-ml-2\/5 {
    margin-left: -40%;
  }

  .\32xl\:-mt-3\/5 {
    margin-top: -60%;
  }

  .\32xl\:-mr-3\/5 {
    margin-right: -60%;
  }

  .\32xl\:-mb-3\/5 {
    margin-bottom: -60%;
  }

  .\32xl\:-ml-3\/5 {
    margin-left: -60%;
  }

  .\32xl\:-mt-4\/5 {
    margin-top: -80%;
  }

  .\32xl\:-mr-4\/5 {
    margin-right: -80%;
  }

  .\32xl\:-mb-4\/5 {
    margin-bottom: -80%;
  }

  .\32xl\:-ml-4\/5 {
    margin-left: -80%;
  }

  .\32xl\:-mt-1\/6 {
    margin-top: -16.66667%;
  }

  .\32xl\:-mr-1\/6 {
    margin-right: -16.66667%;
  }

  .\32xl\:-mb-1\/6 {
    margin-bottom: -16.66667%;
  }

  .\32xl\:-ml-1\/6 {
    margin-left: -16.66667%;
  }

  .\32xl\:-mt-2\/6 {
    margin-top: -33.33333%;
  }

  .\32xl\:-mr-2\/6 {
    margin-right: -33.33333%;
  }

  .\32xl\:-mb-2\/6 {
    margin-bottom: -33.33333%;
  }

  .\32xl\:-ml-2\/6 {
    margin-left: -33.33333%;
  }

  .\32xl\:-mt-3\/6 {
    margin-top: -50%;
  }

  .\32xl\:-mr-3\/6 {
    margin-right: -50%;
  }

  .\32xl\:-mb-3\/6 {
    margin-bottom: -50%;
  }

  .\32xl\:-ml-3\/6 {
    margin-left: -50%;
  }

  .\32xl\:-mt-4\/6 {
    margin-top: -66.66667%;
  }

  .\32xl\:-mr-4\/6 {
    margin-right: -66.66667%;
  }

  .\32xl\:-mb-4\/6 {
    margin-bottom: -66.66667%;
  }

  .\32xl\:-ml-4\/6 {
    margin-left: -66.66667%;
  }

  .\32xl\:-mt-5\/6 {
    margin-top: -83.33333%;
  }

  .\32xl\:-mr-5\/6 {
    margin-right: -83.33333%;
  }

  .\32xl\:-mb-5\/6 {
    margin-bottom: -83.33333%;
  }

  .\32xl\:-ml-5\/6 {
    margin-left: -83.33333%;
  }

  .\32xl\:-mt-1\/12 {
    margin-top: -8.33333%;
  }

  .\32xl\:-mr-1\/12 {
    margin-right: -8.33333%;
  }

  .\32xl\:-mb-1\/12 {
    margin-bottom: -8.33333%;
  }

  .\32xl\:-ml-1\/12 {
    margin-left: -8.33333%;
  }

  .\32xl\:-mt-2\/12 {
    margin-top: -16.66667%;
  }

  .\32xl\:-mr-2\/12 {
    margin-right: -16.66667%;
  }

  .\32xl\:-mb-2\/12 {
    margin-bottom: -16.66667%;
  }

  .\32xl\:-ml-2\/12 {
    margin-left: -16.66667%;
  }

  .\32xl\:-mt-3\/12 {
    margin-top: -25%;
  }

  .\32xl\:-mr-3\/12 {
    margin-right: -25%;
  }

  .\32xl\:-mb-3\/12 {
    margin-bottom: -25%;
  }

  .\32xl\:-ml-3\/12 {
    margin-left: -25%;
  }

  .\32xl\:-mt-4\/12 {
    margin-top: -33.33333%;
  }

  .\32xl\:-mr-4\/12 {
    margin-right: -33.33333%;
  }

  .\32xl\:-mb-4\/12 {
    margin-bottom: -33.33333%;
  }

  .\32xl\:-ml-4\/12 {
    margin-left: -33.33333%;
  }

  .\32xl\:-mt-5\/12 {
    margin-top: -41.66667%;
  }

  .\32xl\:-mr-5\/12 {
    margin-right: -41.66667%;
  }

  .\32xl\:-mb-5\/12 {
    margin-bottom: -41.66667%;
  }

  .\32xl\:-ml-5\/12 {
    margin-left: -41.66667%;
  }

  .\32xl\:-mt-6\/12 {
    margin-top: -50%;
  }

  .\32xl\:-mr-6\/12 {
    margin-right: -50%;
  }

  .\32xl\:-mb-6\/12 {
    margin-bottom: -50%;
  }

  .\32xl\:-ml-6\/12 {
    margin-left: -50%;
  }

  .\32xl\:-mt-7\/12 {
    margin-top: -58.33333%;
  }

  .\32xl\:-mr-7\/12 {
    margin-right: -58.33333%;
  }

  .\32xl\:-mb-7\/12 {
    margin-bottom: -58.33333%;
  }

  .\32xl\:-ml-7\/12 {
    margin-left: -58.33333%;
  }

  .\32xl\:-mt-8\/12 {
    margin-top: -66.66667%;
  }

  .\32xl\:-mr-8\/12 {
    margin-right: -66.66667%;
  }

  .\32xl\:-mb-8\/12 {
    margin-bottom: -66.66667%;
  }

  .\32xl\:-ml-8\/12 {
    margin-left: -66.66667%;
  }

  .\32xl\:-mt-9\/12 {
    margin-top: -75%;
  }

  .\32xl\:-mr-9\/12 {
    margin-right: -75%;
  }

  .\32xl\:-mb-9\/12 {
    margin-bottom: -75%;
  }

  .\32xl\:-ml-9\/12 {
    margin-left: -75%;
  }

  .\32xl\:-mt-10\/12 {
    margin-top: -83.33333%;
  }

  .\32xl\:-mr-10\/12 {
    margin-right: -83.33333%;
  }

  .\32xl\:-mb-10\/12 {
    margin-bottom: -83.33333%;
  }

  .\32xl\:-ml-10\/12 {
    margin-left: -83.33333%;
  }

  .\32xl\:-mt-11\/12 {
    margin-top: -91.66667%;
  }

  .\32xl\:-mr-11\/12 {
    margin-right: -91.66667%;
  }

  .\32xl\:-mb-11\/12 {
    margin-bottom: -91.66667%;
  }

  .\32xl\:-ml-11\/12 {
    margin-left: -91.66667%;
  }

  .\32xl\:-mt-full {
    margin-top: -100%;
  }

  .\32xl\:-mr-full {
    margin-right: -100%;
  }

  .\32xl\:-mb-full {
    margin-bottom: -100%;
  }

  .\32xl\:-ml-full {
    margin-left: -100%;
  }

  .\32xl\:max-h-0 {
    max-height: 0;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:max-h-screen {
    max-height: 100vh;
  }

  .\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-full {
    max-width: 100%;
  }

  .\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: 1280px;
  }

  .\32xl\:max-w-screen-2xl {
    max-width: 1440px;
  }

  .\32xl\:min-h-0 {
    min-height: 0;
  }

  .\32xl\:min-h-10vh {
    min-height: 10vh;
  }

  .\32xl\:min-h-20vh {
    min-height: 20vh;
  }

  .\32xl\:min-h-30vh {
    min-height: 30vh;
  }

  .\32xl\:min-h-40vh {
    min-height: 40vh;
  }

  .\32xl\:min-h-50vh {
    min-height: 50vh;
  }

  .\32xl\:min-h-60vh {
    min-height: 60vh;
  }

  .\32xl\:min-h-70vh {
    min-height: 70vh;
  }

  .\32xl\:min-h-80vh {
    min-height: 80vh;
  }

  .\32xl\:min-h-90vh {
    min-height: 90vh;
  }

  .\32xl\:min-h-100vh {
    min-height: 100vh;
  }

  .\32xl\:min-h-screen {
    min-height: 100vh;
  }

  .\32xl\:min-h-full {
    min-height: 100%;
  }

  .\32xl\:min-w-0 {
    min-width: 0;
  }

  .\32xl\:min-w-full {
    min-width: 100%;
  }

  .\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-10 {
    opacity: 0.1;
  }

  .\32xl\:opacity-20 {
    opacity: 0.2;
  }

  .\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-80 {
    opacity: 0.8;
  }

  .\32xl\:opacity-90 {
    opacity: 0.9;
  }

  .\32xl\:opacity-100 {
    opacity: 1;
  }

  .\32xl\:opacity-025 {
    opacity: 0.025;
  }

  .\32xl\:opacity-05 {
    opacity: 0.05;
  }

  .\32xl\:hover\:opacity-0:hover {
    opacity: 0;
  }

  .\32xl\:hover\:opacity-10:hover {
    opacity: 0.1;
  }

  .\32xl\:hover\:opacity-20:hover {
    opacity: 0.2;
  }

  .\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-80:hover {
    opacity: 0.8;
  }

  .\32xl\:hover\:opacity-90:hover {
    opacity: 0.9;
  }

  .\32xl\:hover\:opacity-100:hover {
    opacity: 1;
  }

  .\32xl\:hover\:opacity-025:hover {
    opacity: 0.025;
  }

  .\32xl\:hover\:opacity-05:hover {
    opacity: 0.05;
  }

  .\32xl\:focus\:opacity-0:focus {
    opacity: 0;
  }

  .\32xl\:focus\:opacity-10:focus {
    opacity: 0.1;
  }

  .\32xl\:focus\:opacity-20:focus {
    opacity: 0.2;
  }

  .\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-80:focus {
    opacity: 0.8;
  }

  .\32xl\:focus\:opacity-90:focus {
    opacity: 0.9;
  }

  .\32xl\:focus\:opacity-100:focus {
    opacity: 1;
  }

  .\32xl\:focus\:opacity-025:focus {
    opacity: 0.025;
  }

  .\32xl\:focus\:opacity-05:focus {
    opacity: 0.05;
  }

  .\32xl\:disabled\:opacity-0:disabled {
    opacity: 0;
  }

  .\32xl\:disabled\:opacity-10:disabled {
    opacity: 0.1;
  }

  .\32xl\:disabled\:opacity-20:disabled {
    opacity: 0.2;
  }

  .\32xl\:disabled\:opacity-30:disabled {
    opacity: 0.3;
  }

  .\32xl\:disabled\:opacity-40:disabled {
    opacity: 0.4;
  }

  .\32xl\:disabled\:opacity-50:disabled {
    opacity: 0.5;
  }

  .\32xl\:disabled\:opacity-60:disabled {
    opacity: 0.6;
  }

  .\32xl\:disabled\:opacity-70:disabled {
    opacity: 0.7;
  }

  .\32xl\:disabled\:opacity-80:disabled {
    opacity: 0.8;
  }

  .\32xl\:disabled\:opacity-90:disabled {
    opacity: 0.9;
  }

  .\32xl\:disabled\:opacity-100:disabled {
    opacity: 1;
  }

  .\32xl\:disabled\:opacity-025:disabled {
    opacity: 0.025;
  }

  .\32xl\:disabled\:opacity-05:disabled {
    opacity: 0.05;
  }

  .\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\: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\:scrolling-touch {
    -webkit-overflow-scrolling: touch;
  }

  .\32xl\:scrolling-auto {
    -webkit-overflow-scrolling: auto;
  }

  .\32xl\:p-0 {
    padding: 0;
  }

  .\32xl\:p-1 {
    padding: 0.25rem;
  }

  .\32xl\:p-2 {
    padding: 0.5rem;
  }

  .\32xl\:p-3 {
    padding: 0.75rem;
  }

  .\32xl\:p-4 {
    padding: 1rem;
  }

  .\32xl\:p-5 {
    padding: 1.25rem;
  }

  .\32xl\:p-6 {
    padding: 1.5rem;
  }

  .\32xl\:p-7 {
    padding: 1.75rem;
  }

  .\32xl\:p-8 {
    padding: 2rem;
  }

  .\32xl\:p-9 {
    padding: 2.25rem;
  }

  .\32xl\:p-10 {
    padding: 2.5rem;
  }

  .\32xl\:p-11 {
    padding: 2.75rem;
  }

  .\32xl\:p-12 {
    padding: 3rem;
  }

  .\32xl\:p-13 {
    padding: 3.25rem;
  }

  .\32xl\:p-14 {
    padding: 3.5rem;
  }

  .\32xl\:p-15 {
    padding: 3.75rem;
  }

  .\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-128 {
    padding: 32rem;
  }

  .\32xl\:p-144 {
    padding: 36rem;
  }

  .\32xl\:p-160 {
    padding: 40rem;
  }

  .\32xl\:p-192 {
    padding: 48rem;
  }

  .\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-1\/2 {
    padding: 50%;
  }

  .\32xl\:p-1\/3 {
    padding: 33.333333%;
  }

  .\32xl\:p-2\/3 {
    padding: 66.666667%;
  }

  .\32xl\:p-1\/4 {
    padding: 25%;
  }

  .\32xl\:p-2\/4 {
    padding: 50%;
  }

  .\32xl\:p-3\/4 {
    padding: 75%;
  }

  .\32xl\:p-1\/5 {
    padding: 20%;
  }

  .\32xl\:p-2\/5 {
    padding: 40%;
  }

  .\32xl\:p-3\/5 {
    padding: 60%;
  }

  .\32xl\:p-4\/5 {
    padding: 80%;
  }

  .\32xl\:p-1\/6 {
    padding: 16.666667%;
  }

  .\32xl\:p-2\/6 {
    padding: 33.333333%;
  }

  .\32xl\:p-3\/6 {
    padding: 50%;
  }

  .\32xl\:p-4\/6 {
    padding: 66.666667%;
  }

  .\32xl\:p-5\/6 {
    padding: 83.333333%;
  }

  .\32xl\:p-1\/12 {
    padding: 8.333333%;
  }

  .\32xl\:p-2\/12 {
    padding: 16.666667%;
  }

  .\32xl\:p-3\/12 {
    padding: 25%;
  }

  .\32xl\:p-4\/12 {
    padding: 33.333333%;
  }

  .\32xl\:p-5\/12 {
    padding: 41.666667%;
  }

  .\32xl\:p-6\/12 {
    padding: 50%;
  }

  .\32xl\:p-7\/12 {
    padding: 58.333333%;
  }

  .\32xl\:p-8\/12 {
    padding: 66.666667%;
  }

  .\32xl\:p-9\/12 {
    padding: 75%;
  }

  .\32xl\:p-10\/12 {
    padding: 83.333333%;
  }

  .\32xl\:p-11\/12 {
    padding: 91.666667%;
  }

  .\32xl\:p-full {
    padding: 100%;
  }

  .\32xl\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .\32xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .\32xl\:py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .\32xl\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .\32xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\32xl\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .\32xl\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .\32xl\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .\32xl\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .\32xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32xl\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .\32xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .\32xl\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .\32xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .\32xl\:py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .\32xl\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .\32xl\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .\32xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .\32xl\:py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .\32xl\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .\32xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .\32xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .\32xl\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .\32xl\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .\32xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .\32xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\32xl\:py-13 {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .\32xl\:px-13 {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .\32xl\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .\32xl\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .\32xl\:py-15 {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .\32xl\:px-15 {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .\32xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .\32xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .\32xl\:py-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-128 {
    padding-top: 32rem;
    padding-bottom: 32rem;
  }

  .\32xl\:px-128 {
    padding-left: 32rem;
    padding-right: 32rem;
  }

  .\32xl\:py-144 {
    padding-top: 36rem;
    padding-bottom: 36rem;
  }

  .\32xl\:px-144 {
    padding-left: 36rem;
    padding-right: 36rem;
  }

  .\32xl\:py-160 {
    padding-top: 40rem;
    padding-bottom: 40rem;
  }

  .\32xl\:px-160 {
    padding-left: 40rem;
    padding-right: 40rem;
  }

  .\32xl\:py-192 {
    padding-top: 48rem;
    padding-bottom: 48rem;
  }

  .\32xl\:px-192 {
    padding-left: 48rem;
    padding-right: 48rem;
  }

  .\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-1\/2 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl\:px-1\/2 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl\:py-1\/3 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .\32xl\:px-1\/3 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .\32xl\:py-2\/3 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .\32xl\:px-2\/3 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .\32xl\:py-1\/4 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .\32xl\:px-1\/4 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .\32xl\:py-2\/4 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl\:px-2\/4 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl\:py-3\/4 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .\32xl\:px-3\/4 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .\32xl\:py-1\/5 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .\32xl\:px-1\/5 {
    padding-left: 20%;
    padding-right: 20%;
  }

  .\32xl\:py-2\/5 {
    padding-top: 40%;
    padding-bottom: 40%;
  }

  .\32xl\:px-2\/5 {
    padding-left: 40%;
    padding-right: 40%;
  }

  .\32xl\:py-3\/5 {
    padding-top: 60%;
    padding-bottom: 60%;
  }

  .\32xl\:px-3\/5 {
    padding-left: 60%;
    padding-right: 60%;
  }

  .\32xl\:py-4\/5 {
    padding-top: 80%;
    padding-bottom: 80%;
  }

  .\32xl\:px-4\/5 {
    padding-left: 80%;
    padding-right: 80%;
  }

  .\32xl\:py-1\/6 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .\32xl\:px-1\/6 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .\32xl\:py-2\/6 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .\32xl\:px-2\/6 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .\32xl\:py-3\/6 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl\:px-3\/6 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl\:py-4\/6 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .\32xl\:px-4\/6 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .\32xl\:py-5\/6 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .\32xl\:px-5\/6 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .\32xl\:py-1\/12 {
    padding-top: 8.333333%;
    padding-bottom: 8.333333%;
  }

  .\32xl\:px-1\/12 {
    padding-left: 8.333333%;
    padding-right: 8.333333%;
  }

  .\32xl\:py-2\/12 {
    padding-top: 16.666667%;
    padding-bottom: 16.666667%;
  }

  .\32xl\:px-2\/12 {
    padding-left: 16.666667%;
    padding-right: 16.666667%;
  }

  .\32xl\:py-3\/12 {
    padding-top: 25%;
    padding-bottom: 25%;
  }

  .\32xl\:px-3\/12 {
    padding-left: 25%;
    padding-right: 25%;
  }

  .\32xl\:py-4\/12 {
    padding-top: 33.333333%;
    padding-bottom: 33.333333%;
  }

  .\32xl\:px-4\/12 {
    padding-left: 33.333333%;
    padding-right: 33.333333%;
  }

  .\32xl\:py-5\/12 {
    padding-top: 41.666667%;
    padding-bottom: 41.666667%;
  }

  .\32xl\:px-5\/12 {
    padding-left: 41.666667%;
    padding-right: 41.666667%;
  }

  .\32xl\:py-6\/12 {
    padding-top: 50%;
    padding-bottom: 50%;
  }

  .\32xl\:px-6\/12 {
    padding-left: 50%;
    padding-right: 50%;
  }

  .\32xl\:py-7\/12 {
    padding-top: 58.333333%;
    padding-bottom: 58.333333%;
  }

  .\32xl\:px-7\/12 {
    padding-left: 58.333333%;
    padding-right: 58.333333%;
  }

  .\32xl\:py-8\/12 {
    padding-top: 66.666667%;
    padding-bottom: 66.666667%;
  }

  .\32xl\:px-8\/12 {
    padding-left: 66.666667%;
    padding-right: 66.666667%;
  }

  .\32xl\:py-9\/12 {
    padding-top: 75%;
    padding-bottom: 75%;
  }

  .\32xl\:px-9\/12 {
    padding-left: 75%;
    padding-right: 75%;
  }

  .\32xl\:py-10\/12 {
    padding-top: 83.333333%;
    padding-bottom: 83.333333%;
  }

  .\32xl\:px-10\/12 {
    padding-left: 83.333333%;
    padding-right: 83.333333%;
  }

  .\32xl\:py-11\/12 {
    padding-top: 91.666667%;
    padding-bottom: 91.666667%;
  }

  .\32xl\:px-11\/12 {
    padding-left: 91.666667%;
    padding-right: 91.666667%;
  }

  .\32xl\:py-full {
    padding-top: 100%;
    padding-bottom: 100%;
  }

  .\32xl\:px-full {
    padding-left: 100%;
    padding-right: 100%;
  }

  .\32xl\:pt-0 {
    padding-top: 0;
  }

  .\32xl\:pr-0 {
    padding-right: 0;
  }

  .\32xl\:pb-0 {
    padding-bottom: 0;
  }

  .\32xl\:pl-0 {
    padding-left: 0;
  }

  .\32xl\:pt-1 {
    padding-top: 0.25rem;
  }

  .\32xl\:pr-1 {
    padding-right: 0.25rem;
  }

  .\32xl\:pb-1 {
    padding-bottom: 0.25rem;
  }

  .\32xl\:pl-1 {
    padding-left: 0.25rem;
  }

  .\32xl\:pt-2 {
    padding-top: 0.5rem;
  }

  .\32xl\:pr-2 {
    padding-right: 0.5rem;
  }

  .\32xl\:pb-2 {
    padding-bottom: 0.5rem;
  }

  .\32xl\:pl-2 {
    padding-left: 0.5rem;
  }

  .\32xl\:pt-3 {
    padding-top: 0.75rem;
  }

  .\32xl\:pr-3 {
    padding-right: 0.75rem;
  }

  .\32xl\:pb-3 {
    padding-bottom: 0.75rem;
  }

  .\32xl\:pl-3 {
    padding-left: 0.75rem;
  }

  .\32xl\:pt-4 {
    padding-top: 1rem;
  }

  .\32xl\:pr-4 {
    padding-right: 1rem;
  }

  .\32xl\:pb-4 {
    padding-bottom: 1rem;
  }

  .\32xl\:pl-4 {
    padding-left: 1rem;
  }

  .\32xl\:pt-5 {
    padding-top: 1.25rem;
  }

  .\32xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .\32xl\:pb-5 {
    padding-bottom: 1.25rem;
  }

  .\32xl\:pl-5 {
    padding-left: 1.25rem;
  }

  .\32xl\:pt-6 {
    padding-top: 1.5rem;
  }

  .\32xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .\32xl\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .\32xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .\32xl\:pt-7 {
    padding-top: 1.75rem;
  }

  .\32xl\:pr-7 {
    padding-right: 1.75rem;
  }

  .\32xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .\32xl\:pt-8 {
    padding-top: 2rem;
  }

  .\32xl\:pr-8 {
    padding-right: 2rem;
  }

  .\32xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\32xl\:pl-8 {
    padding-left: 2rem;
  }

  .\32xl\:pt-9 {
    padding-top: 2.25rem;
  }

  .\32xl\:pr-9 {
    padding-right: 2.25rem;
  }

  .\32xl\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .\32xl\:pl-9 {
    padding-left: 2.25rem;
  }

  .\32xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .\32xl\:pr-10 {
    padding-right: 2.5rem;
  }

  .\32xl\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .\32xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .\32xl\:pt-11 {
    padding-top: 2.75rem;
  }

  .\32xl\:pr-11 {
    padding-right: 2.75rem;
  }

  .\32xl\:pb-11 {
    padding-bottom: 2.75rem;
  }

  .\32xl\:pl-11 {
    padding-left: 2.75rem;
  }

  .\32xl\:pt-12 {
    padding-top: 3rem;
  }

  .\32xl\:pr-12 {
    padding-right: 3rem;
  }

  .\32xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .\32xl\:pl-12 {
    padding-left: 3rem;
  }

  .\32xl\:pt-13 {
    padding-top: 3.25rem;
  }

  .\32xl\:pr-13 {
    padding-right: 3.25rem;
  }

  .\32xl\:pb-13 {
    padding-bottom: 3.25rem;
  }

  .\32xl\:pl-13 {
    padding-left: 3.25rem;
  }

  .\32xl\:pt-14 {
    padding-top: 3.5rem;
  }

  .\32xl\:pr-14 {
    padding-right: 3.5rem;
  }

  .\32xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .\32xl\:pl-14 {
    padding-left: 3.5rem;
  }

  .\32xl\:pt-15 {
    padding-top: 3.75rem;
  }

  .\32xl\:pr-15 {
    padding-right: 3.75rem;
  }

  .\32xl\:pb-15 {
    padding-bottom: 3.75rem;
  }

  .\32xl\:pl-15 {
    padding-left: 3.75rem;
  }

  .\32xl\:pt-16 {
    padding-top: 4rem;
  }

  .\32xl\:pr-16 {
    padding-right: 4rem;
  }

  .\32xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\32xl\:pl-16 {
    padding-left: 4rem;
  }

  .\32xl\:pt-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-128 {
    padding-top: 32rem;
  }

  .\32xl\:pr-128 {
    padding-right: 32rem;
  }

  .\32xl\:pb-128 {
    padding-bottom: 32rem;
  }

  .\32xl\:pl-128 {
    padding-left: 32rem;
  }

  .\32xl\:pt-144 {
    padding-top: 36rem;
  }

  .\32xl\:pr-144 {
    padding-right: 36rem;
  }

  .\32xl\:pb-144 {
    padding-bottom: 36rem;
  }

  .\32xl\:pl-144 {
    padding-left: 36rem;
  }

  .\32xl\:pt-160 {
    padding-top: 40rem;
  }

  .\32xl\:pr-160 {
    padding-right: 40rem;
  }

  .\32xl\:pb-160 {
    padding-bottom: 40rem;
  }

  .\32xl\:pl-160 {
    padding-left: 40rem;
  }

  .\32xl\:pt-192 {
    padding-top: 48rem;
  }

  .\32xl\:pr-192 {
    padding-right: 48rem;
  }

  .\32xl\:pb-192 {
    padding-bottom: 48rem;
  }

  .\32xl\:pl-192 {
    padding-left: 48rem;
  }

  .\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-1\/2 {
    padding-top: 50%;
  }

  .\32xl\:pr-1\/2 {
    padding-right: 50%;
  }

  .\32xl\:pb-1\/2 {
    padding-bottom: 50%;
  }

  .\32xl\:pl-1\/2 {
    padding-left: 50%;
  }

  .\32xl\:pt-1\/3 {
    padding-top: 33.333333%;
  }

  .\32xl\:pr-1\/3 {
    padding-right: 33.333333%;
  }

  .\32xl\:pb-1\/3 {
    padding-bottom: 33.333333%;
  }

  .\32xl\:pl-1\/3 {
    padding-left: 33.333333%;
  }

  .\32xl\:pt-2\/3 {
    padding-top: 66.666667%;
  }

  .\32xl\:pr-2\/3 {
    padding-right: 66.666667%;
  }

  .\32xl\:pb-2\/3 {
    padding-bottom: 66.666667%;
  }

  .\32xl\:pl-2\/3 {
    padding-left: 66.666667%;
  }

  .\32xl\:pt-1\/4 {
    padding-top: 25%;
  }

  .\32xl\:pr-1\/4 {
    padding-right: 25%;
  }

  .\32xl\:pb-1\/4 {
    padding-bottom: 25%;
  }

  .\32xl\:pl-1\/4 {
    padding-left: 25%;
  }

  .\32xl\:pt-2\/4 {
    padding-top: 50%;
  }

  .\32xl\:pr-2\/4 {
    padding-right: 50%;
  }

  .\32xl\:pb-2\/4 {
    padding-bottom: 50%;
  }

  .\32xl\:pl-2\/4 {
    padding-left: 50%;
  }

  .\32xl\:pt-3\/4 {
    padding-top: 75%;
  }

  .\32xl\:pr-3\/4 {
    padding-right: 75%;
  }

  .\32xl\:pb-3\/4 {
    padding-bottom: 75%;
  }

  .\32xl\:pl-3\/4 {
    padding-left: 75%;
  }

  .\32xl\:pt-1\/5 {
    padding-top: 20%;
  }

  .\32xl\:pr-1\/5 {
    padding-right: 20%;
  }

  .\32xl\:pb-1\/5 {
    padding-bottom: 20%;
  }

  .\32xl\:pl-1\/5 {
    padding-left: 20%;
  }

  .\32xl\:pt-2\/5 {
    padding-top: 40%;
  }

  .\32xl\:pr-2\/5 {
    padding-right: 40%;
  }

  .\32xl\:pb-2\/5 {
    padding-bottom: 40%;
  }

  .\32xl\:pl-2\/5 {
    padding-left: 40%;
  }

  .\32xl\:pt-3\/5 {
    padding-top: 60%;
  }

  .\32xl\:pr-3\/5 {
    padding-right: 60%;
  }

  .\32xl\:pb-3\/5 {
    padding-bottom: 60%;
  }

  .\32xl\:pl-3\/5 {
    padding-left: 60%;
  }

  .\32xl\:pt-4\/5 {
    padding-top: 80%;
  }

  .\32xl\:pr-4\/5 {
    padding-right: 80%;
  }

  .\32xl\:pb-4\/5 {
    padding-bottom: 80%;
  }

  .\32xl\:pl-4\/5 {
    padding-left: 80%;
  }

  .\32xl\:pt-1\/6 {
    padding-top: 16.666667%;
  }

  .\32xl\:pr-1\/6 {
    padding-right: 16.666667%;
  }

  .\32xl\:pb-1\/6 {
    padding-bottom: 16.666667%;
  }

  .\32xl\:pl-1\/6 {
    padding-left: 16.666667%;
  }

  .\32xl\:pt-2\/6 {
    padding-top: 33.333333%;
  }

  .\32xl\:pr-2\/6 {
    padding-right: 33.333333%;
  }

  .\32xl\:pb-2\/6 {
    padding-bottom: 33.333333%;
  }

  .\32xl\:pl-2\/6 {
    padding-left: 33.333333%;
  }

  .\32xl\:pt-3\/6 {
    padding-top: 50%;
  }

  .\32xl\:pr-3\/6 {
    padding-right: 50%;
  }

  .\32xl\:pb-3\/6 {
    padding-bottom: 50%;
  }

  .\32xl\:pl-3\/6 {
    padding-left: 50%;
  }

  .\32xl\:pt-4\/6 {
    padding-top: 66.666667%;
  }

  .\32xl\:pr-4\/6 {
    padding-right: 66.666667%;
  }

  .\32xl\:pb-4\/6 {
    padding-bottom: 66.666667%;
  }

  .\32xl\:pl-4\/6 {
    padding-left: 66.666667%;
  }

  .\32xl\:pt-5\/6 {
    padding-top: 83.333333%;
  }

  .\32xl\:pr-5\/6 {
    padding-right: 83.333333%;
  }

  .\32xl\:pb-5\/6 {
    padding-bottom: 83.333333%;
  }

  .\32xl\:pl-5\/6 {
    padding-left: 83.333333%;
  }

  .\32xl\:pt-1\/12 {
    padding-top: 8.333333%;
  }

  .\32xl\:pr-1\/12 {
    padding-right: 8.333333%;
  }

  .\32xl\:pb-1\/12 {
    padding-bottom: 8.333333%;
  }

  .\32xl\:pl-1\/12 {
    padding-left: 8.333333%;
  }

  .\32xl\:pt-2\/12 {
    padding-top: 16.666667%;
  }

  .\32xl\:pr-2\/12 {
    padding-right: 16.666667%;
  }

  .\32xl\:pb-2\/12 {
    padding-bottom: 16.666667%;
  }

  .\32xl\:pl-2\/12 {
    padding-left: 16.666667%;
  }

  .\32xl\:pt-3\/12 {
    padding-top: 25%;
  }

  .\32xl\:pr-3\/12 {
    padding-right: 25%;
  }

  .\32xl\:pb-3\/12 {
    padding-bottom: 25%;
  }

  .\32xl\:pl-3\/12 {
    padding-left: 25%;
  }

  .\32xl\:pt-4\/12 {
    padding-top: 33.333333%;
  }

  .\32xl\:pr-4\/12 {
    padding-right: 33.333333%;
  }

  .\32xl\:pb-4\/12 {
    padding-bottom: 33.333333%;
  }

  .\32xl\:pl-4\/12 {
    padding-left: 33.333333%;
  }

  .\32xl\:pt-5\/12 {
    padding-top: 41.666667%;
  }

  .\32xl\:pr-5\/12 {
    padding-right: 41.666667%;
  }

  .\32xl\:pb-5\/12 {
    padding-bottom: 41.666667%;
  }

  .\32xl\:pl-5\/12 {
    padding-left: 41.666667%;
  }

  .\32xl\:pt-6\/12 {
    padding-top: 50%;
  }

  .\32xl\:pr-6\/12 {
    padding-right: 50%;
  }

  .\32xl\:pb-6\/12 {
    padding-bottom: 50%;
  }

  .\32xl\:pl-6\/12 {
    padding-left: 50%;
  }

  .\32xl\:pt-7\/12 {
    padding-top: 58.333333%;
  }

  .\32xl\:pr-7\/12 {
    padding-right: 58.333333%;
  }

  .\32xl\:pb-7\/12 {
    padding-bottom: 58.333333%;
  }

  .\32xl\:pl-7\/12 {
    padding-left: 58.333333%;
  }

  .\32xl\:pt-8\/12 {
    padding-top: 66.666667%;
  }

  .\32xl\:pr-8\/12 {
    padding-right: 66.666667%;
  }

  .\32xl\:pb-8\/12 {
    padding-bottom: 66.666667%;
  }

  .\32xl\:pl-8\/12 {
    padding-left: 66.666667%;
  }

  .\32xl\:pt-9\/12 {
    padding-top: 75%;
  }

  .\32xl\:pr-9\/12 {
    padding-right: 75%;
  }

  .\32xl\:pb-9\/12 {
    padding-bottom: 75%;
  }

  .\32xl\:pl-9\/12 {
    padding-left: 75%;
  }

  .\32xl\:pt-10\/12 {
    padding-top: 83.333333%;
  }

  .\32xl\:pr-10\/12 {
    padding-right: 83.333333%;
  }

  .\32xl\:pb-10\/12 {
    padding-bottom: 83.333333%;
  }

  .\32xl\:pl-10\/12 {
    padding-left: 83.333333%;
  }

  .\32xl\:pt-11\/12 {
    padding-top: 91.666667%;
  }

  .\32xl\:pr-11\/12 {
    padding-right: 91.666667%;
  }

  .\32xl\:pb-11\/12 {
    padding-bottom: 91.666667%;
  }

  .\32xl\:pl-11\/12 {
    padding-left: 91.666667%;
  }

  .\32xl\:pt-full {
    padding-top: 100%;
  }

  .\32xl\:pr-full {
    padding-right: 100%;
  }

  .\32xl\:pb-full {
    padding-bottom: 100%;
  }

  .\32xl\:pl-full {
    padding-left: 100%;
  }

  .\32xl\:static {
    position: static;
  }

  .\32xl\:fixed {
    position: fixed;
  }

  .\32xl\:absolute {
    position: absolute;
  }

  .\32xl\:relative {
    position: relative;
  }

  .\32xl\:sticky {
    position: -webkit-sticky;
    position: sticky;
  }

  .\32xl\:focus\:static:focus {
    position: static;
  }

  .\32xl\:focus\:fixed:focus {
    position: fixed;
  }

  .\32xl\:focus\:absolute:focus {
    position: absolute;
  }

  .\32xl\:focus\:relative:focus {
    position: relative;
  }

  .\32xl\:focus\:sticky:focus {
    position: -webkit-sticky;
    position: sticky;
  }

  .\32xl\:inset-0 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .\32xl\:inset-auto {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:-inset-16 {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:inset-y-0 {
    top: 0;
    bottom: 0;
  }

  .\32xl\:inset-x-0 {
    right: 0;
    left: 0;
  }

  .\32xl\:inset-y-auto {
    top: auto;
    bottom: auto;
  }

  .\32xl\:inset-x-auto {
    right: auto;
    left: auto;
  }

  .\32xl\:-inset-y-16 {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:-inset-x-16 {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:top-0 {
    top: 0;
  }

  .\32xl\:right-0 {
    right: 0;
  }

  .\32xl\:bottom-0 {
    bottom: 0;
  }

  .\32xl\:left-0 {
    left: 0;
  }

  .\32xl\:top-auto {
    top: auto;
  }

  .\32xl\:right-auto {
    right: auto;
  }

  .\32xl\:bottom-auto {
    bottom: auto;
  }

  .\32xl\:left-auto {
    left: auto;
  }

  .\32xl\:-top-16 {
    top: -4rem;
  }

  .\32xl\:-right-16 {
    right: -4rem;
  }

  .\32xl\:-bottom-16 {
    bottom: -4rem;
  }

  .\32xl\:-left-16 {
    left: -4rem;
  }

  .\32xl\:focus\:inset-0:focus {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .\32xl\:focus\:inset-auto:focus {
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
  }

  .\32xl\:focus\:-inset-16:focus {
    top: -4rem;
    right: -4rem;
    bottom: -4rem;
    left: -4rem;
  }

  .\32xl\:focus\:inset-y-0:focus {
    top: 0;
    bottom: 0;
  }

  .\32xl\:focus\:inset-x-0:focus {
    right: 0;
    left: 0;
  }

  .\32xl\:focus\:inset-y-auto:focus {
    top: auto;
    bottom: auto;
  }

  .\32xl\:focus\:inset-x-auto:focus {
    right: auto;
    left: auto;
  }

  .\32xl\:focus\:-inset-y-16:focus {
    top: -4rem;
    bottom: -4rem;
  }

  .\32xl\:focus\:-inset-x-16:focus {
    right: -4rem;
    left: -4rem;
  }

  .\32xl\:focus\:top-0:focus {
    top: 0;
  }

  .\32xl\:focus\:right-0:focus {
    right: 0;
  }

  .\32xl\:focus\:bottom-0:focus {
    bottom: 0;
  }

  .\32xl\:focus\:left-0:focus {
    left: 0;
  }

  .\32xl\:focus\:top-auto:focus {
    top: auto;
  }

  .\32xl\:focus\:right-auto:focus {
    right: auto;
  }

  .\32xl\:focus\:bottom-auto:focus {
    bottom: auto;
  }

  .\32xl\:focus\:left-auto:focus {
    left: auto;
  }

  .\32xl\:focus\:-top-16:focus {
    top: -4rem;
  }

  .\32xl\:focus\:-right-16:focus {
    right: -4rem;
  }

  .\32xl\:focus\:-bottom-16:focus {
    bottom: -4rem;
  }

  .\32xl\:focus\:-left-16:focus {
    left: -4rem;
  }

  .\32xl\:shadow-outline {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .\32xl\:shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:shadow-none {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .\32xl\:shadow-sm {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .\32xl\:shadow-lg {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:shadow-xl {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .\32xl\:shadow-inset {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .\32xl\:shadow-inset-lg {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:shadow-inset-xl {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .\32xl\:hover\:shadow-outline:hover {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .\32xl\:hover\:shadow:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:hover\:shadow-none:hover {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .\32xl\:hover\:shadow-sm:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:shadow-lg:hover {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:hover\:shadow-xl:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .\32xl\:hover\:shadow-inset:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:shadow-inset-lg:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:hover\:shadow-inset-xl:hover {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .\32xl\:focus\:shadow-outline:focus {
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.5);
  }

  .\32xl\:focus\:shadow:focus {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:focus\:shadow-none:focus {
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  }

  .\32xl\:focus\:shadow-sm:focus {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:shadow-lg:focus {
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:focus\:shadow-xl:focus {
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .\32xl\:focus\:shadow-inset:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:shadow-inset-lg:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 0 6px rgba(0, 0, 0, 0.2);
  }

  .\32xl\:focus\:shadow-inset-xl:focus {
    box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5), 0 3px 20px rgba(0, 0, 0, 0.1);
  }

  .\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-white {
    color: #ffffff;
  }

  .\32xl\:text-white-semi-9 {
    color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:text-white-semi-8 {
    color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:text-white-semi-7 {
    color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:text-white-semi-6 {
    color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:text-white-semi-5 {
    color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:text-white-semi-4 {
    color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:text-white-semi-3 {
    color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:text-white-semi-2 {
    color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:text-white-semi-1 {
    color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:text-black {
    color: #000;
  }

  .\32xl\:text-black-semi-9 {
    color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:text-black-semi-8 {
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:text-black-semi-7 {
    color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:text-black-semi-6 {
    color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:text-black-semi-5 {
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:text-black-semi-4 {
    color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:text-black-semi-3 {
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:text-black-semi-2 {
    color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:text-black-semi-1 {
    color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:text-gray-100 {
    color: #f7f7f7;
  }

  .\32xl\:text-gray-200 {
    color: #ebebeb;
  }

  .\32xl\:text-gray-300 {
    color: #d0d0d0;
  }

  .\32xl\:text-gray-400 {
    color: #b8b8b8;
  }

  .\32xl\:text-gray-500 {
    color: #9e9e9e;
  }

  .\32xl\:text-gray-600 {
    color: #666666;
  }

  .\32xl\:text-gray-700 {
    color: #525252;
  }

  .\32xl\:text-gray-800 {
    color: #333333;
  }

  .\32xl\:text-gray-900 {
    color: #1f1f1f;
  }

  .\32xl\:text-gray-warm-100 {
    color: #f4f2f0;
  }

  .\32xl\:text-gray-warm-200 {
    color: #e9e6e2;
  }

  .\32xl\:text-gray-warm-300 {
    color: #dfdad4;
  }

  .\32xl\:text-gray-warm-400 {
    color: #cfc7bf;
  }

  .\32xl\:text-gray-warm-500 {
    color: #c2bab3;
  }

  .\32xl\:text-gray-warm-600 {
    color: #b3aca8;
  }

  .\32xl\:text-gray-warm-700 {
    color: #a19994;
  }

  .\32xl\:text-gray-warm-800 {
    color: #63544b;
  }

  .\32xl\:text-gray-warm-900 {
    color: #3f3731;
  }

  .\32xl\:text-gray-cool-100 {
    color: #f3f4f7;
  }

  .\32xl\:text-gray-cool-200 {
    color: #e9edf1;
  }

  .\32xl\:text-gray-cool-300 {
    color: #d5dde6;
  }

  .\32xl\:text-gray-cool-400 {
    color: #bcc5d2;
  }

  .\32xl\:text-gray-cool-500 {
    color: #99a3b0;
  }

  .\32xl\:text-gray-cool-600 {
    color: #8d95a0;
  }

  .\32xl\:text-gray-cool-700 {
    color: #7e848b;
  }

  .\32xl\:text-gray-cool-800 {
    color: #686d73;
  }

  .\32xl\:text-gray-cool-900 {
    color: #50565e;
  }

  .\32xl\:text-red-100 {
    color: #fff5f5;
  }

  .\32xl\:text-red-200 {
    color: #fed7d7;
  }

  .\32xl\:text-red-300 {
    color: #feb2b2;
  }

  .\32xl\:text-red-400 {
    color: #fc8181;
  }

  .\32xl\:text-red-500 {
    color: #f56565;
  }

  .\32xl\:text-red-600 {
    color: #e21d2f;
  }

  .\32xl\:text-red-700 {
    color: #d41b2c;
  }

  .\32xl\:text-red-800 {
    color: #c61929;
  }

  .\32xl\:text-red-900 {
    color: #873138;
  }

  .\32xl\:text-orange-100 {
    color: #fff4f0;
  }

  .\32xl\:text-orange-200 {
    color: #fed8c8;
  }

  .\32xl\:text-orange-300 {
    color: #fcb99c;
  }

  .\32xl\:text-orange-400 {
    color: #fd9568;
  }

  .\32xl\:text-orange-500 {
    color: #ff854f;
  }

  .\32xl\:text-orange-600 {
    color: #e66833;
  }

  .\32xl\:text-orange-700 {
    color: #c05621;
  }

  .\32xl\:text-orange-800 {
    color: #9c4221;
  }

  .\32xl\:text-orange-900 {
    color: #7b341e;
  }

  .\32xl\:text-yellow-100 {
    color: #fdf6e7;
  }

  .\32xl\:text-yellow-200 {
    color: #fee9bf;
  }

  .\32xl\:text-yellow-300 {
    color: #fbd893;
  }

  .\32xl\:text-yellow-400 {
    color: #fcc85f;
  }

  .\32xl\:text-yellow-500 {
    color: #ffbf3d;
  }

  .\32xl\:text-yellow-600 {
    color: #e7a41d;
  }

  .\32xl\:text-yellow-700 {
    color: #b7841f;
  }

  .\32xl\:text-yellow-800 {
    color: #976c16;
  }

  .\32xl\:text-yellow-900 {
    color: #745310;
  }

  .\32xl\:text-green-100 {
    color: #f9fce9;
  }

  .\32xl\:text-green-200 {
    color: #e5f396;
  }

  .\32xl\:text-green-300 {
    color: #d0e656;
  }

  .\32xl\:text-green-400 {
    color: #badb00;
  }

  .\32xl\:text-green-500 {
    color: #acca07;
  }

  .\32xl\:text-green-600 {
    color: #99b305;
  }

  .\32xl\:text-green-700 {
    color: #869e00;
  }

  .\32xl\:text-green-800 {
    color: #546727;
  }

  .\32xl\:text-green-900 {
    color: #394a12;
  }

  .\32xl\:text-teal-100 {
    color: #e6fffa;
  }

  .\32xl\:text-teal-200 {
    color: #b2f5ea;
  }

  .\32xl\:text-teal-300 {
    color: #7beadc;
  }

  .\32xl\:text-teal-400 {
    color: #00cfb5;
  }

  .\32xl\:text-teal-500 {
    color: #3cbbaa;
  }

  .\32xl\:text-teal-600 {
    color: #319789;
  }

  .\32xl\:text-teal-700 {
    color: #2c7b70;
  }

  .\32xl\:text-teal-800 {
    color: #286159;
  }

  .\32xl\:text-teal-900 {
    color: #23524c;
  }

  .\32xl\:text-aqua-100 {
    color: #ebfcff;
  }

  .\32xl\:text-aqua-200 {
    color: #beeff8;
  }

  .\32xl\:text-aqua-300 {
    color: #90e5f4;
  }

  .\32xl\:text-aqua-400 {
    color: #71dcef;
  }

  .\32xl\:text-aqua-500 {
    color: #52cfe5;
  }

  .\32xl\:text-aqua-600 {
    color: #2bb2ca;
  }

  .\32xl\:text-aqua-700 {
    color: #2097ac;
  }

  .\32xl\:text-aqua-800 {
    color: #1c7382;
  }

  .\32xl\:text-aqua-900 {
    color: #155460;
  }

  .\32xl\:text-blue-100 {
    color: #ebf8ff;
  }

  .\32xl\:text-blue-200 {
    color: #bee3f8;
  }

  .\32xl\:text-blue-300 {
    color: #90cdf4;
  }

  .\32xl\:text-blue-400 {
    color: #63b3ed;
  }

  .\32xl\:text-blue-500 {
    color: #4299e1;
  }

  .\32xl\:text-blue-600 {
    color: #3182ce;
  }

  .\32xl\:text-blue-700 {
    color: #006eb5;
  }

  .\32xl\:text-blue-800 {
    color: #22547c;
  }

  .\32xl\:text-blue-900 {
    color: #2b435a;
  }

  .\32xl\:text-purple-100 {
    color: #fcf5ff;
  }

  .\32xl\:text-purple-200 {
    color: #f1d8fd;
  }

  .\32xl\:text-purple-300 {
    color: #dbbcfa;
  }

  .\32xl\:text-purple-400 {
    color: #cd82f2;
  }

  .\32xl\:text-purple-500 {
    color: #b26dd5;
  }

  .\32xl\:text-purple-600 {
    color: #904eb1;
  }

  .\32xl\:text-purple-700 {
    color: #824091;
  }

  .\32xl\:text-purple-800 {
    color: #743582;
  }

  .\32xl\:text-purple-900 {
    color: #4a2353;
  }

  .\32xl\:text-tan-100 {
    color: #f6f2e9;
  }

  .\32xl\:text-tan-200 {
    color: #eee7d8;
  }

  .\32xl\:text-tan-300 {
    color: #e7ddc5;
  }

  .\32xl\:text-tan-400 {
    color: #e5d4ab;
  }

  .\32xl\:text-tan-500 {
    color: #dec891;
  }

  .\32xl\:text-tan-600 {
    color: #c3ac74;
  }

  .\32xl\:text-tan-700 {
    color: #9a8451;
  }

  .\32xl\:text-tan-800 {
    color: #685936;
  }

  .\32xl\:text-tan-900 {
    color: #574c33;
  }

  .\32xl\:text-gold-500 {
    color: #a4804a;
  }

  .\32xl\:text-silver-500 {
    color: #8a8d8f;
  }

  .\32xl\:hover\:text-transparent:hover {
    color: transparent;
  }

  .\32xl\:hover\:text-white:hover {
    color: #ffffff;
  }

  .\32xl\:hover\:text-white-semi-9:hover {
    color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:hover\:text-white-semi-8:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:hover\:text-white-semi-7:hover {
    color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:hover\:text-white-semi-6:hover {
    color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:hover\:text-white-semi-5:hover {
    color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:hover\:text-white-semi-4:hover {
    color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:hover\:text-white-semi-3:hover {
    color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:hover\:text-white-semi-2:hover {
    color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:hover\:text-white-semi-1:hover {
    color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:hover\:text-black:hover {
    color: #000;
  }

  .\32xl\:hover\:text-black-semi-9:hover {
    color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:hover\:text-black-semi-8:hover {
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:hover\:text-black-semi-7:hover {
    color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:hover\:text-black-semi-6:hover {
    color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:hover\:text-black-semi-5:hover {
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:hover\:text-black-semi-4:hover {
    color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:hover\:text-black-semi-3:hover {
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:hover\:text-black-semi-2:hover {
    color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:hover\:text-black-semi-1:hover {
    color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:hover\:text-gray-100:hover {
    color: #f7f7f7;
  }

  .\32xl\:hover\:text-gray-200:hover {
    color: #ebebeb;
  }

  .\32xl\:hover\:text-gray-300:hover {
    color: #d0d0d0;
  }

  .\32xl\:hover\:text-gray-400:hover {
    color: #b8b8b8;
  }

  .\32xl\:hover\:text-gray-500:hover {
    color: #9e9e9e;
  }

  .\32xl\:hover\:text-gray-600:hover {
    color: #666666;
  }

  .\32xl\:hover\:text-gray-700:hover {
    color: #525252;
  }

  .\32xl\:hover\:text-gray-800:hover {
    color: #333333;
  }

  .\32xl\:hover\:text-gray-900:hover {
    color: #1f1f1f;
  }

  .\32xl\:hover\:text-gray-warm-100:hover {
    color: #f4f2f0;
  }

  .\32xl\:hover\:text-gray-warm-200:hover {
    color: #e9e6e2;
  }

  .\32xl\:hover\:text-gray-warm-300:hover {
    color: #dfdad4;
  }

  .\32xl\:hover\:text-gray-warm-400:hover {
    color: #cfc7bf;
  }

  .\32xl\:hover\:text-gray-warm-500:hover {
    color: #c2bab3;
  }

  .\32xl\:hover\:text-gray-warm-600:hover {
    color: #b3aca8;
  }

  .\32xl\:hover\:text-gray-warm-700:hover {
    color: #a19994;
  }

  .\32xl\:hover\:text-gray-warm-800:hover {
    color: #63544b;
  }

  .\32xl\:hover\:text-gray-warm-900:hover {
    color: #3f3731;
  }

  .\32xl\:hover\:text-gray-cool-100:hover {
    color: #f3f4f7;
  }

  .\32xl\:hover\:text-gray-cool-200:hover {
    color: #e9edf1;
  }

  .\32xl\:hover\:text-gray-cool-300:hover {
    color: #d5dde6;
  }

  .\32xl\:hover\:text-gray-cool-400:hover {
    color: #bcc5d2;
  }

  .\32xl\:hover\:text-gray-cool-500:hover {
    color: #99a3b0;
  }

  .\32xl\:hover\:text-gray-cool-600:hover {
    color: #8d95a0;
  }

  .\32xl\:hover\:text-gray-cool-700:hover {
    color: #7e848b;
  }

  .\32xl\:hover\:text-gray-cool-800:hover {
    color: #686d73;
  }

  .\32xl\:hover\:text-gray-cool-900:hover {
    color: #50565e;
  }

  .\32xl\:hover\:text-red-100:hover {
    color: #fff5f5;
  }

  .\32xl\:hover\:text-red-200:hover {
    color: #fed7d7;
  }

  .\32xl\:hover\:text-red-300:hover {
    color: #feb2b2;
  }

  .\32xl\:hover\:text-red-400:hover {
    color: #fc8181;
  }

  .\32xl\:hover\:text-red-500:hover {
    color: #f56565;
  }

  .\32xl\:hover\:text-red-600:hover {
    color: #e21d2f;
  }

  .\32xl\:hover\:text-red-700:hover {
    color: #d41b2c;
  }

  .\32xl\:hover\:text-red-800:hover {
    color: #c61929;
  }

  .\32xl\:hover\:text-red-900:hover {
    color: #873138;
  }

  .\32xl\:hover\:text-orange-100:hover {
    color: #fff4f0;
  }

  .\32xl\:hover\:text-orange-200:hover {
    color: #fed8c8;
  }

  .\32xl\:hover\:text-orange-300:hover {
    color: #fcb99c;
  }

  .\32xl\:hover\:text-orange-400:hover {
    color: #fd9568;
  }

  .\32xl\:hover\:text-orange-500:hover {
    color: #ff854f;
  }

  .\32xl\:hover\:text-orange-600:hover {
    color: #e66833;
  }

  .\32xl\:hover\:text-orange-700:hover {
    color: #c05621;
  }

  .\32xl\:hover\:text-orange-800:hover {
    color: #9c4221;
  }

  .\32xl\:hover\:text-orange-900:hover {
    color: #7b341e;
  }

  .\32xl\:hover\:text-yellow-100:hover {
    color: #fdf6e7;
  }

  .\32xl\:hover\:text-yellow-200:hover {
    color: #fee9bf;
  }

  .\32xl\:hover\:text-yellow-300:hover {
    color: #fbd893;
  }

  .\32xl\:hover\:text-yellow-400:hover {
    color: #fcc85f;
  }

  .\32xl\:hover\:text-yellow-500:hover {
    color: #ffbf3d;
  }

  .\32xl\:hover\:text-yellow-600:hover {
    color: #e7a41d;
  }

  .\32xl\:hover\:text-yellow-700:hover {
    color: #b7841f;
  }

  .\32xl\:hover\:text-yellow-800:hover {
    color: #976c16;
  }

  .\32xl\:hover\:text-yellow-900:hover {
    color: #745310;
  }

  .\32xl\:hover\:text-green-100:hover {
    color: #f9fce9;
  }

  .\32xl\:hover\:text-green-200:hover {
    color: #e5f396;
  }

  .\32xl\:hover\:text-green-300:hover {
    color: #d0e656;
  }

  .\32xl\:hover\:text-green-400:hover {
    color: #badb00;
  }

  .\32xl\:hover\:text-green-500:hover {
    color: #acca07;
  }

  .\32xl\:hover\:text-green-600:hover {
    color: #99b305;
  }

  .\32xl\:hover\:text-green-700:hover {
    color: #869e00;
  }

  .\32xl\:hover\:text-green-800:hover {
    color: #546727;
  }

  .\32xl\:hover\:text-green-900:hover {
    color: #394a12;
  }

  .\32xl\:hover\:text-teal-100:hover {
    color: #e6fffa;
  }

  .\32xl\:hover\:text-teal-200:hover {
    color: #b2f5ea;
  }

  .\32xl\:hover\:text-teal-300:hover {
    color: #7beadc;
  }

  .\32xl\:hover\:text-teal-400:hover {
    color: #00cfb5;
  }

  .\32xl\:hover\:text-teal-500:hover {
    color: #3cbbaa;
  }

  .\32xl\:hover\:text-teal-600:hover {
    color: #319789;
  }

  .\32xl\:hover\:text-teal-700:hover {
    color: #2c7b70;
  }

  .\32xl\:hover\:text-teal-800:hover {
    color: #286159;
  }

  .\32xl\:hover\:text-teal-900:hover {
    color: #23524c;
  }

  .\32xl\:hover\:text-aqua-100:hover {
    color: #ebfcff;
  }

  .\32xl\:hover\:text-aqua-200:hover {
    color: #beeff8;
  }

  .\32xl\:hover\:text-aqua-300:hover {
    color: #90e5f4;
  }

  .\32xl\:hover\:text-aqua-400:hover {
    color: #71dcef;
  }

  .\32xl\:hover\:text-aqua-500:hover {
    color: #52cfe5;
  }

  .\32xl\:hover\:text-aqua-600:hover {
    color: #2bb2ca;
  }

  .\32xl\:hover\:text-aqua-700:hover {
    color: #2097ac;
  }

  .\32xl\:hover\:text-aqua-800:hover {
    color: #1c7382;
  }

  .\32xl\:hover\:text-aqua-900:hover {
    color: #155460;
  }

  .\32xl\:hover\:text-blue-100:hover {
    color: #ebf8ff;
  }

  .\32xl\:hover\:text-blue-200:hover {
    color: #bee3f8;
  }

  .\32xl\:hover\:text-blue-300:hover {
    color: #90cdf4;
  }

  .\32xl\:hover\:text-blue-400:hover {
    color: #63b3ed;
  }

  .\32xl\:hover\:text-blue-500:hover {
    color: #4299e1;
  }

  .\32xl\:hover\:text-blue-600:hover {
    color: #3182ce;
  }

  .\32xl\:hover\:text-blue-700:hover {
    color: #006eb5;
  }

  .\32xl\:hover\:text-blue-800:hover {
    color: #22547c;
  }

  .\32xl\:hover\:text-blue-900:hover {
    color: #2b435a;
  }

  .\32xl\:hover\:text-purple-100:hover {
    color: #fcf5ff;
  }

  .\32xl\:hover\:text-purple-200:hover {
    color: #f1d8fd;
  }

  .\32xl\:hover\:text-purple-300:hover {
    color: #dbbcfa;
  }

  .\32xl\:hover\:text-purple-400:hover {
    color: #cd82f2;
  }

  .\32xl\:hover\:text-purple-500:hover {
    color: #b26dd5;
  }

  .\32xl\:hover\:text-purple-600:hover {
    color: #904eb1;
  }

  .\32xl\:hover\:text-purple-700:hover {
    color: #824091;
  }

  .\32xl\:hover\:text-purple-800:hover {
    color: #743582;
  }

  .\32xl\:hover\:text-purple-900:hover {
    color: #4a2353;
  }

  .\32xl\:hover\:text-tan-100:hover {
    color: #f6f2e9;
  }

  .\32xl\:hover\:text-tan-200:hover {
    color: #eee7d8;
  }

  .\32xl\:hover\:text-tan-300:hover {
    color: #e7ddc5;
  }

  .\32xl\:hover\:text-tan-400:hover {
    color: #e5d4ab;
  }

  .\32xl\:hover\:text-tan-500:hover {
    color: #dec891;
  }

  .\32xl\:hover\:text-tan-600:hover {
    color: #c3ac74;
  }

  .\32xl\:hover\:text-tan-700:hover {
    color: #9a8451;
  }

  .\32xl\:hover\:text-tan-800:hover {
    color: #685936;
  }

  .\32xl\:hover\:text-tan-900:hover {
    color: #574c33;
  }

  .\32xl\:hover\:text-gold-500:hover {
    color: #a4804a;
  }

  .\32xl\:hover\:text-silver-500:hover {
    color: #8a8d8f;
  }

  .\32xl\:focus\:text-transparent:focus {
    color: transparent;
  }

  .\32xl\:focus\:text-white:focus {
    color: #ffffff;
  }

  .\32xl\:focus\:text-white-semi-9:focus {
    color: rgba(255, 255, 255, 0.9);
  }

  .\32xl\:focus\:text-white-semi-8:focus {
    color: rgba(255, 255, 255, 0.8);
  }

  .\32xl\:focus\:text-white-semi-7:focus {
    color: rgba(255, 255, 255, 0.7);
  }

  .\32xl\:focus\:text-white-semi-6:focus {
    color: rgba(255, 255, 255, 0.6);
  }

  .\32xl\:focus\:text-white-semi-5:focus {
    color: rgba(255, 255, 255, 0.5);
  }

  .\32xl\:focus\:text-white-semi-4:focus {
    color: rgba(255, 255, 255, 0.4);
  }

  .\32xl\:focus\:text-white-semi-3:focus {
    color: rgba(255, 255, 255, 0.3);
  }

  .\32xl\:focus\:text-white-semi-2:focus {
    color: rgba(255, 255, 255, 0.2);
  }

  .\32xl\:focus\:text-white-semi-1:focus {
    color: rgba(255, 255, 255, 0.1);
  }

  .\32xl\:focus\:text-black:focus {
    color: #000;
  }

  .\32xl\:focus\:text-black-semi-9:focus {
    color: rgba(0, 0, 0, 0.9);
  }

  .\32xl\:focus\:text-black-semi-8:focus {
    color: rgba(0, 0, 0, 0.8);
  }

  .\32xl\:focus\:text-black-semi-7:focus {
    color: rgba(0, 0, 0, 0.7);
  }

  .\32xl\:focus\:text-black-semi-6:focus {
    color: rgba(0, 0, 0, 0.6);
  }

  .\32xl\:focus\:text-black-semi-5:focus {
    color: rgba(0, 0, 0, 0.5);
  }

  .\32xl\:focus\:text-black-semi-4:focus {
    color: rgba(0, 0, 0, 0.4);
  }

  .\32xl\:focus\:text-black-semi-3:focus {
    color: rgba(0, 0, 0, 0.3);
  }

  .\32xl\:focus\:text-black-semi-2:focus {
    color: rgba(0, 0, 0, 0.2);
  }

  .\32xl\:focus\:text-black-semi-1:focus {
    color: rgba(0, 0, 0, 0.1);
  }

  .\32xl\:focus\:text-gray-100:focus {
    color: #f7f7f7;
  }

  .\32xl\:focus\:text-gray-200:focus {
    color: #ebebeb;
  }

  .\32xl\:focus\:text-gray-300:focus {
    color: #d0d0d0;
  }

  .\32xl\:focus\:text-gray-400:focus {
    color: #b8b8b8;
  }

  .\32xl\:focus\:text-gray-500:focus {
    color: #9e9e9e;
  }

  .\32xl\:focus\:text-gray-600:focus {
    color: #666666;
  }

  .\32xl\:focus\:text-gray-700:focus {
    color: #525252;
  }

  .\32xl\:focus\:text-gray-800:focus {
    color: #333333;
  }

  .\32xl\:focus\:text-gray-900:focus {
    color: #1f1f1f;
  }

  .\32xl\:focus\:text-gray-warm-100:focus {
    color: #f4f2f0;
  }

  .\32xl\:focus\:text-gray-warm-200:focus {
    color: #e9e6e2;
  }

  .\32xl\:focus\:text-gray-warm-300:focus {
    color: #dfdad4;
  }

  .\32xl\:focus\:text-gray-warm-400:focus {
    color: #cfc7bf;
  }

  .\32xl\:focus\:text-gray-warm-500:focus {
    color: #c2bab3;
  }

  .\32xl\:focus\:text-gray-warm-600:focus {
    color: #b3aca8;
  }

  .\32xl\:focus\:text-gray-warm-700:focus {
    color: #a19994;
  }

  .\32xl\:focus\:text-gray-warm-800:focus {
    color: #63544b;
  }

  .\32xl\:focus\:text-gray-warm-900:focus {
    color: #3f3731;
  }

  .\32xl\:focus\:text-gray-cool-100:focus {
    color: #f3f4f7;
  }

  .\32xl\:focus\:text-gray-cool-200:focus {
    color: #e9edf1;
  }

  .\32xl\:focus\:text-gray-cool-300:focus {
    color: #d5dde6;
  }

  .\32xl\:focus\:text-gray-cool-400:focus {
    color: #bcc5d2;
  }

  .\32xl\:focus\:text-gray-cool-500:focus {
    color: #99a3b0;
  }

  .\32xl\:focus\:text-gray-cool-600:focus {
    color: #8d95a0;
  }

  .\32xl\:focus\:text-gray-cool-700:focus {
    color: #7e848b;
  }

  .\32xl\:focus\:text-gray-cool-800:focus {
    color: #686d73;
  }

  .\32xl\:focus\:text-gray-cool-900:focus {
    color: #50565e;
  }

  .\32xl\:focus\:text-red-100:focus {
    color: #fff5f5;
  }

  .\32xl\:focus\:text-red-200:focus {
    color: #fed7d7;
  }

  .\32xl\:focus\:text-red-300:focus {
    color: #feb2b2;
  }

  .\32xl\:focus\:text-red-400:focus {
    color: #fc8181;
  }

  .\32xl\:focus\:text-red-500:focus {
    color: #f56565;
  }

  .\32xl\:focus\:text-red-600:focus {
    color: #e21d2f;
  }

  .\32xl\:focus\:text-red-700:focus {
    color: #d41b2c;
  }

  .\32xl\:focus\:text-red-800:focus {
    color: #c61929;
  }

  .\32xl\:focus\:text-red-900:focus {
    color: #873138;
  }

  .\32xl\:focus\:text-orange-100:focus {
    color: #fff4f0;
  }

  .\32xl\:focus\:text-orange-200:focus {
    color: #fed8c8;
  }

  .\32xl\:focus\:text-orange-300:focus {
    color: #fcb99c;
  }

  .\32xl\:focus\:text-orange-400:focus {
    color: #fd9568;
  }

  .\32xl\:focus\:text-orange-500:focus {
    color: #ff854f;
  }

  .\32xl\:focus\:text-orange-600:focus {
    color: #e66833;
  }

  .\32xl\:focus\:text-orange-700:focus {
    color: #c05621;
  }

  .\32xl\:focus\:text-orange-800:focus {
    color: #9c4221;
  }

  .\32xl\:focus\:text-orange-900:focus {
    color: #7b341e;
  }

  .\32xl\:focus\:text-yellow-100:focus {
    color: #fdf6e7;
  }

  .\32xl\:focus\:text-yellow-200:focus {
    color: #fee9bf;
  }

  .\32xl\:focus\:text-yellow-300:focus {
    color: #fbd893;
  }

  .\32xl\:focus\:text-yellow-400:focus {
    color: #fcc85f;
  }

  .\32xl\:focus\:text-yellow-500:focus {
    color: #ffbf3d;
  }

  .\32xl\:focus\:text-yellow-600:focus {
    color: #e7a41d;
  }

  .\32xl\:focus\:text-yellow-700:focus {
    color: #b7841f;
  }

  .\32xl\:focus\:text-yellow-800:focus {
    color: #976c16;
  }

  .\32xl\:focus\:text-yellow-900:focus {
    color: #745310;
  }

  .\32xl\:focus\:text-green-100:focus {
    color: #f9fce9;
  }

  .\32xl\:focus\:text-green-200:focus {
    color: #e5f396;
  }

  .\32xl\:focus\:text-green-300:focus {
    color: #d0e656;
  }

  .\32xl\:focus\:text-green-400:focus {
    color: #badb00;
  }

  .\32xl\:focus\:text-green-500:focus {
    color: #acca07;
  }

  .\32xl\:focus\:text-green-600:focus {
    color: #99b305;
  }

  .\32xl\:focus\:text-green-700:focus {
    color: #869e00;
  }

  .\32xl\:focus\:text-green-800:focus {
    color: #546727;
  }

  .\32xl\:focus\:text-green-900:focus {
    color: #394a12;
  }

  .\32xl\:focus\:text-teal-100:focus {
    color: #e6fffa;
  }

  .\32xl\:focus\:text-teal-200:focus {
    color: #b2f5ea;
  }

  .\32xl\:focus\:text-teal-300:focus {
    color: #7beadc;
  }

  .\32xl\:focus\:text-teal-400:focus {
    color: #00cfb5;
  }

  .\32xl\:focus\:text-teal-500:focus {
    color: #3cbbaa;
  }

  .\32xl\:focus\:text-teal-600:focus {
    color: #319789;
  }

  .\32xl\:focus\:text-teal-700:focus {
    color: #2c7b70;
  }

  .\32xl\:focus\:text-teal-800:focus {
    color: #286159;
  }

  .\32xl\:focus\:text-teal-900:focus {
    color: #23524c;
  }

  .\32xl\:focus\:text-aqua-100:focus {
    color: #ebfcff;
  }

  .\32xl\:focus\:text-aqua-200:focus {
    color: #beeff8;
  }

  .\32xl\:focus\:text-aqua-300:focus {
    color: #90e5f4;
  }

  .\32xl\:focus\:text-aqua-400:focus {
    color: #71dcef;
  }

  .\32xl\:focus\:text-aqua-500:focus {
    color: #52cfe5;
  }

  .\32xl\:focus\:text-aqua-600:focus {
    color: #2bb2ca;
  }

  .\32xl\:focus\:text-aqua-700:focus {
    color: #2097ac;
  }

  .\32xl\:focus\:text-aqua-800:focus {
    color: #1c7382;
  }

  .\32xl\:focus\:text-aqua-900:focus {
    color: #155460;
  }

  .\32xl\:focus\:text-blue-100:focus {
    color: #ebf8ff;
  }

  .\32xl\:focus\:text-blue-200:focus {
    color: #bee3f8;
  }

  .\32xl\:focus\:text-blue-300:focus {
    color: #90cdf4;
  }

  .\32xl\:focus\:text-blue-400:focus {
    color: #63b3ed;
  }

  .\32xl\:focus\:text-blue-500:focus {
    color: #4299e1;
  }

  .\32xl\:focus\:text-blue-600:focus {
    color: #3182ce;
  }

  .\32xl\:focus\:text-blue-700:focus {
    color: #006eb5;
  }

  .\32xl\:focus\:text-blue-800:focus {
    color: #22547c;
  }

  .\32xl\:focus\:text-blue-900:focus {
    color: #2b435a;
  }

  .\32xl\:focus\:text-purple-100:focus {
    color: #fcf5ff;
  }

  .\32xl\:focus\:text-purple-200:focus {
    color: #f1d8fd;
  }

  .\32xl\:focus\:text-purple-300:focus {
    color: #dbbcfa;
  }

  .\32xl\:focus\:text-purple-400:focus {
    color: #cd82f2;
  }

  .\32xl\:focus\:text-purple-500:focus {
    color: #b26dd5;
  }

  .\32xl\:focus\:text-purple-600:focus {
    color: #904eb1;
  }

  .\32xl\:focus\:text-purple-700:focus {
    color: #824091;
  }

  .\32xl\:focus\:text-purple-800:focus {
    color: #743582;
  }

  .\32xl\:focus\:text-purple-900:focus {
    color: #4a2353;
  }

  .\32xl\:focus\:text-tan-100:focus {
    color: #f6f2e9;
  }

  .\32xl\:focus\:text-tan-200:focus {
    color: #eee7d8;
  }

  .\32xl\:focus\:text-tan-300:focus {
    color: #e7ddc5;
  }

  .\32xl\:focus\:text-tan-400:focus {
    color: #e5d4ab;
  }

  .\32xl\:focus\:text-tan-500:focus {
    color: #dec891;
  }

  .\32xl\:focus\:text-tan-600:focus {
    color: #c3ac74;
  }

  .\32xl\:focus\:text-tan-700:focus {
    color: #9a8451;
  }

  .\32xl\:focus\:text-tan-800:focus {
    color: #685936;
  }

  .\32xl\:focus\:text-tan-900:focus {
    color: #574c33;
  }

  .\32xl\:focus\:text-gold-500:focus {
    color: #a4804a;
  }

  .\32xl\:focus\:text-silver-500:focus {
    color: #8a8d8f;
  }

  .\32xl\:w-0 {
    width: 0;
  }

  .\32xl\:w-1 {
    width: 0.25rem;
  }

  .\32xl\:w-2 {
    width: 0.5rem;
  }

  .\32xl\:w-3 {
    width: 0.75rem;
  }

  .\32xl\:w-4 {
    width: 1rem;
  }

  .\32xl\:w-5 {
    width: 1.25rem;
  }

  .\32xl\:w-6 {
    width: 1.5rem;
  }

  .\32xl\:w-7 {
    width: 1.75rem;
  }

  .\32xl\:w-8 {
    width: 2rem;
  }

  .\32xl\:w-9 {
    width: 2.25rem;
  }

  .\32xl\:w-10 {
    width: 2.5rem;
  }

  .\32xl\:w-11 {
    width: 2.75rem;
  }

  .\32xl\:w-12 {
    width: 3rem;
  }

  .\32xl\:w-13 {
    width: 3.25rem;
  }

  .\32xl\:w-14 {
    width: 3.5rem;
  }

  .\32xl\:w-15 {
    width: 3.75rem;
  }

  .\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-128 {
    width: 32rem;
  }

  .\32xl\:w-144 {
    width: 36rem;
  }

  .\32xl\:w-160 {
    width: 40rem;
  }

  .\32xl\:w-192 {
    width: 48rem;
  }

  .\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-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\: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\:z-behind {
    z-index: -1;
  }

  .\32xl\:z-max {
    z-index: 1000;
  }

  .\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\:rotate-0 {
    transform: rotate(0);
  }

  .\32xl\:rotate-45 {
    transform: rotate(45deg);
  }

  .\32xl\:rotate-90 {
    transform: rotate(90deg);
  }

  .\32xl\:rotate-180 {
    transform: rotate(180deg);
  }

  .\32xl\:-rotate-180 {
    transform: rotate(-180deg);
  }

  .\32xl\:-rotate-90 {
    transform: rotate(-90deg);
  }

  .\32xl\:-rotate-45 {
    transform: rotate(-45deg);
  }

  .\32xl\:hover\:rotate-0:hover {
    transform: rotate(0);
  }

  .\32xl\:hover\:rotate-45:hover {
    transform: rotate(45deg);
  }

  .\32xl\:hover\:rotate-90:hover {
    transform: rotate(90deg);
  }

  .\32xl\:hover\:rotate-180:hover {
    transform: rotate(180deg);
  }

  .\32xl\:hover\:-rotate-180:hover {
    transform: rotate(-180deg);
  }

  .\32xl\:hover\:-rotate-90:hover {
    transform: rotate(-90deg);
  }

  .\32xl\:hover\:-rotate-45:hover {
    transform: rotate(-45deg);
  }

  .\32xl\:focus\:rotate-0:focus {
    transform: rotate(0);
  }

  .\32xl\:focus\:rotate-45:focus {
    transform: rotate(45deg);
  }

  .\32xl\:focus\:rotate-90:focus {
    transform: rotate(90deg);
  }

  .\32xl\:focus\:rotate-180:focus {
    transform: rotate(180deg);
  }

  .\32xl\:focus\:-rotate-180:focus {
    transform: rotate(-180deg);
  }

  .\32xl\:focus\:-rotate-90:focus {
    transform: rotate(-90deg);
  }

  .\32xl\:focus\:-rotate-45:focus {
    transform: rotate(-45deg);
  }

  .\32xl\:translate-x-0 {
    transform: translateX(0);
  }

  .\32xl\:translate-x-1 {
    transform: translateX(0.25rem);
  }

  .\32xl\:translate-x-2 {
    transform: translateX(0.5rem);
  }

  .\32xl\:translate-x-3 {
    transform: translateX(0.75rem);
  }

  .\32xl\:translate-x-4 {
    transform: translateX(1rem);
  }

  .\32xl\:translate-x-5 {
    transform: translateX(1.25rem);
  }

  .\32xl\:translate-x-6 {
    transform: translateX(1.5rem);
  }

  .\32xl\:translate-x-7 {
    transform: translateX(1.75rem);
  }

  .\32xl\:translate-x-8 {
    transform: translateX(2rem);
  }

  .\32xl\:translate-x-9 {
    transform: translateX(2.25rem);
  }

  .\32xl\:translate-x-10 {
    transform: translateX(2.5rem);
  }

  .\32xl\:translate-x-11 {
    transform: translateX(2.75rem);
  }

  .\32xl\:translate-x-12 {
    transform: translateX(3rem);
  }

  .\32xl\:translate-x-13 {
    transform: translateX(3.25rem);
  }

  .\32xl\:translate-x-14 {
    transform: translateX(3.5rem);
  }

  .\32xl\:translate-x-15 {
    transform: translateX(3.75rem);
  }

  .\32xl\:translate-x-16 {
    transform: translateX(4rem);
  }

  .\32xl\:translate-x-20 {
    transform: translateX(5rem);
  }

  .\32xl\:translate-x-24 {
    transform: translateX(6rem);
  }

  .\32xl\:translate-x-28 {
    transform: translateX(7rem);
  }

  .\32xl\:translate-x-32 {
    transform: translateX(8rem);
  }

  .\32xl\:translate-x-36 {
    transform: translateX(9rem);
  }

  .\32xl\:translate-x-40 {
    transform: translateX(10rem);
  }

  .\32xl\:translate-x-44 {
    transform: translateX(11rem);
  }

  .\32xl\:translate-x-48 {
    transform: translateX(12rem);
  }

  .\32xl\:translate-x-52 {
    transform: translateX(13rem);
  }

  .\32xl\:translate-x-56 {
    transform: translateX(14rem);
  }

  .\32xl\:translate-x-60 {
    transform: translateX(15rem);
  }

  .\32xl\:translate-x-64 {
    transform: translateX(16rem);
  }

  .\32xl\:translate-x-72 {
    transform: translateX(18rem);
  }

  .\32xl\:translate-x-80 {
    transform: translateX(20rem);
  }

  .\32xl\:translate-x-96 {
    transform: translateX(24rem);
  }

  .\32xl\:translate-x-128 {
    transform: translateX(32rem);
  }

  .\32xl\:translate-x-144 {
    transform: translateX(36rem);
  }

  .\32xl\:translate-x-160 {
    transform: translateX(40rem);
  }

  .\32xl\:translate-x-192 {
    transform: translateX(48rem);
  }

  .\32xl\:translate-x-px {
    transform: translateX(1px);
  }

  .\32xl\:translate-x-0\.5 {
    transform: translateX(0.125rem);
  }

  .\32xl\:translate-x-1\.5 {
    transform: translateX(0.375rem);
  }

  .\32xl\:translate-x-2\.5 {
    transform: translateX(0.625rem);
  }

  .\32xl\:translate-x-3\.5 {
    transform: translateX(0.875rem);
  }

  .\32xl\:translate-x-1\/2 {
    transform: translateX(50%);
  }

  .\32xl\:translate-x-1\/3 {
    transform: translateX(33.333333%);
  }

  .\32xl\:translate-x-2\/3 {
    transform: translateX(66.666667%);
  }

  .\32xl\:translate-x-1\/4 {
    transform: translateX(25%);
  }

  .\32xl\:translate-x-2\/4 {
    transform: translateX(50%);
  }

  .\32xl\:translate-x-3\/4 {
    transform: translateX(75%);
  }

  .\32xl\:translate-x-1\/5 {
    transform: translateX(20%);
  }

  .\32xl\:translate-x-2\/5 {
    transform: translateX(40%);
  }

  .\32xl\:translate-x-3\/5 {
    transform: translateX(60%);
  }

  .\32xl\:translate-x-4\/5 {
    transform: translateX(80%);
  }

  .\32xl\:translate-x-1\/6 {
    transform: translateX(16.666667%);
  }

  .\32xl\:translate-x-2\/6 {
    transform: translateX(33.333333%);
  }

  .\32xl\:translate-x-3\/6 {
    transform: translateX(50%);
  }

  .\32xl\:translate-x-4\/6 {
    transform: translateX(66.666667%);
  }

  .\32xl\:translate-x-5\/6 {
    transform: translateX(83.333333%);
  }

  .\32xl\:translate-x-1\/12 {
    transform: translateX(8.333333%);
  }

  .\32xl\:translate-x-2\/12 {
    transform: translateX(16.666667%);
  }

  .\32xl\:translate-x-3\/12 {
    transform: translateX(25%);
  }

  .\32xl\:translate-x-4\/12 {
    transform: translateX(33.333333%);
  }

  .\32xl\:translate-x-5\/12 {
    transform: translateX(41.666667%);
  }

  .\32xl\:translate-x-6\/12 {
    transform: translateX(50%);
  }

  .\32xl\:translate-x-7\/12 {
    transform: translateX(58.333333%);
  }

  .\32xl\:translate-x-8\/12 {
    transform: translateX(66.666667%);
  }

  .\32xl\:translate-x-9\/12 {
    transform: translateX(75%);
  }

  .\32xl\:translate-x-10\/12 {
    transform: translateX(83.333333%);
  }

  .\32xl\:translate-x-11\/12 {
    transform: translateX(91.666667%);
  }

  .\32xl\:translate-x-full {
    transform: translateX(100%);
  }

  .\32xl\:-translate-x-1 {
    transform: translateX(-0.25rem);
  }

  .\32xl\:-translate-x-2 {
    transform: translateX(-0.5rem);
  }

  .\32xl\:-translate-x-3 {
    transform: translateX(-0.75rem);
  }

  .\32xl\:-translate-x-4 {
    transform: translateX(-1rem);
  }

  .\32xl\:-translate-x-5 {
    transform: translateX(-1.25rem);
  }

  .\32xl\:-translate-x-6 {
    transform: translateX(-1.5rem);
  }

  .\32xl\:-translate-x-7 {
    transform: translateX(-1.75rem);
  }

  .\32xl\:-translate-x-8 {
    transform: translateX(-2rem);
  }

  .\32xl\:-translate-x-9 {
    transform: translateX(-2.25rem);
  }

  .\32xl\:-translate-x-10 {
    transform: translateX(-2.5rem);
  }

  .\32xl\:-translate-x-11 {
    transform: translateX(-2.75rem);
  }

  .\32xl\:-translate-x-12 {
    transform: translateX(-3rem);
  }

  .\32xl\:-translate-x-13 {
    transform: translateX(-3.25rem);
  }

  .\32xl\:-translate-x-14 {
    transform: translateX(-3.5rem);
  }

  .\32xl\:-translate-x-15 {
    transform: translateX(-3.75rem);
  }

  .\32xl\:-translate-x-16 {
    transform: translateX(-4rem);
  }

  .\32xl\:-translate-x-20 {
    transform: translateX(-5rem);
  }

  .\32xl\:-translate-x-24 {
    transform: translateX(-6rem);
  }

  .\32xl\:-translate-x-28 {
    transform: translateX(-7rem);
  }

  .\32xl\:-translate-x-32 {
    transform: translateX(-8rem);
  }

  .\32xl\:-translate-x-36 {
    transform: translateX(-9rem);
  }

  .\32xl\:-translate-x-40 {
    transform: translateX(-10rem);
  }

  .\32xl\:-translate-x-44 {
    transform: translateX(-11rem);
  }

  .\32xl\:-translate-x-48 {
    transform: translateX(-12rem);
  }

  .\32xl\:-translate-x-52 {
    transform: translateX(-13rem);
  }

  .\32xl\:-translate-x-56 {
    transform: translateX(-14rem);
  }

  .\32xl\:-translate-x-60 {
    transform: translateX(-15rem);
  }

  .\32xl\:-translate-x-64 {
    transform: translateX(-16rem);
  }

  .\32xl\:-translate-x-72 {
    transform: translateX(-18rem);
  }

  .\32xl\:-translate-x-80 {
    transform: translateX(-20rem);
  }

  .\32xl\:-translate-x-96 {
    transform: translateX(-24rem);
  }

  .\32xl\:-translate-x-128 {
    transform: translateX(-32rem);
  }

  .\32xl\:-translate-x-144 {
    transform: translateX(-36rem);
  }

  .\32xl\:-translate-x-160 {
    transform: translateX(-40rem);
  }

  .\32xl\:-translate-x-192 {
    transform: translateX(-48rem);
  }

  .\32xl\:-translate-x-px {
    transform: translateX(-1px);
  }

  .\32xl\:-translate-x-0\.5 {
    transform: translateX(-0.125rem);
  }

  .\32xl\:-translate-x-1\.5 {
    transform: translateX(-0.375rem);
  }

  .\32xl\:-translate-x-2\.5 {
    transform: translateX(-0.625rem);
  }

  .\32xl\:-translate-x-3\.5 {
    transform: translateX(-0.875rem);
  }

  .\32xl\:-translate-x-1\/2 {
    transform: translateX(-50%);
  }

  .\32xl\:-translate-x-1\/3 {
    transform: translateX(-33.33333%);
  }

  .\32xl\:-translate-x-2\/3 {
    transform: translateX(-66.66667%);
  }

  .\32xl\:-translate-x-1\/4 {
    transform: translateX(-25%);
  }

  .\32xl\:-translate-x-2\/4 {
    transform: translateX(-50%);
  }

  .\32xl\:-translate-x-3\/4 {
    transform: translateX(-75%);
  }

  .\32xl\:-translate-x-1\/5 {
    transform: translateX(-20%);
  }

  .\32xl\:-translate-x-2\/5 {
    transform: translateX(-40%);
  }

  .\32xl\:-translate-x-3\/5 {
    transform: translateX(-60%);
  }

  .\32xl\:-translate-x-4\/5 {
    transform: translateX(-80%);
  }

  .\32xl\:-translate-x-1\/6 {
    transform: translateX(-16.66667%);
  }

  .\32xl\:-translate-x-2\/6 {
    transform: translateX(-33.33333%);
  }

  .\32xl\:-translate-x-3\/6 {
    transform: translateX(-50%);
  }

  .\32xl\:-translate-x-4\/6 {
    transform: translateX(-66.66667%);
  }

  .\32xl\:-translate-x-5\/6 {
    transform: translateX(-83.33333%);
  }

  .\32xl\:-translate-x-1\/12 {
    transform: translateX(-8.33333%);
  }

  .\32xl\:-translate-x-2\/12 {
    transform: translateX(-16.66667%);
  }

  .\32xl\:-translate-x-3\/12 {
    transform: translateX(-25%);
  }

  .\32xl\:-translate-x-4\/12 {
    transform: translateX(-33.33333%);
  }

  .\32xl\:-translate-x-5\/12 {
    transform: translateX(-41.66667%);
  }

  .\32xl\:-translate-x-6\/12 {
    transform: translateX(-50%);
  }

  .\32xl\:-translate-x-7\/12 {
    transform: translateX(-58.33333%);
  }

  .\32xl\:-translate-x-8\/12 {
    transform: translateX(-66.66667%);
  }

  .\32xl\:-translate-x-9\/12 {
    transform: translateX(-75%);
  }

  .\32xl\:-translate-x-10\/12 {
    transform: translateX(-83.33333%);
  }

  .\32xl\:-translate-x-11\/12 {
    transform: translateX(-91.66667%);
  }

  .\32xl\:-translate-x-full {
    transform: translateX(-100%);
  }

  .\32xl\:translate-y-0 {
    transform: translateY(0);
  }

  .\32xl\:translate-y-1 {
    transform: translateY(0.25rem);
  }

  .\32xl\:translate-y-2 {
    transform: translateY(0.5rem);
  }

  .\32xl\:translate-y-3 {
    transform: translateY(0.75rem);
  }

  .\32xl\:translate-y-4 {
    transform: translateY(1rem);
  }

  .\32xl\:translate-y-5 {
    transform: translateY(1.25rem);
  }

  .\32xl\:translate-y-6 {
    transform: translateY(1.5rem);
  }

  .\32xl\:translate-y-7 {
    transform: translateY(1.75rem);
  }

  .\32xl\:translate-y-8 {
    transform: translateY(2rem);
  }

  .\32xl\:translate-y-9 {
    transform: translateY(2.25rem);
  }

  .\32xl\:translate-y-10 {
    transform: translateY(2.5rem);
  }

  .\32xl\:translate-y-11 {
    transform: translateY(2.75rem);
  }

  .\32xl\:translate-y-12 {
    transform: translateY(3rem);
  }

  .\32xl\:translate-y-13 {
    transform: translateY(3.25rem);
  }

  .\32xl\:translate-y-14 {
    transform: translateY(3.5rem);
  }

  .\32xl\:translate-y-15 {
    transform: translateY(3.75rem);
  }

  .\32xl\:translate-y-16 {
    transform: translateY(4rem);
  }

  .\32xl\:translate-y-20 {
    transform: translateY(5rem);
  }

  .\32xl\:translate-y-24 {
    transform: translateY(6rem);
  }

  .\32xl\:translate-y-28 {
    transform: translateY(7rem);
  }

  .\32xl\:translate-y-32 {
    transform: translateY(8rem);
  }

  .\32xl\:translate-y-36 {
    transform: translateY(9rem);
  }

  .\32xl\:translate-y-40 {
    transform: translateY(10rem);
  }

  .\32xl\:translate-y-44 {
    transform: translateY(11rem);
  }

  .\32xl\:translate-y-48 {
    transform: translateY(12rem);
  }

  .\32xl\:translate-y-52 {
    transform: translateY(13rem);
  }

  .\32xl\:translate-y-56 {
    transform: translateY(14rem);
  }

  .\32xl\:translate-y-60 {
    transform: translateY(15rem);
  }

  .\32xl\:translate-y-64 {
    transform: translateY(16rem);
  }

  .\32xl\:translate-y-72 {
    transform: translateY(18rem);
  }

  .\32xl\:translate-y-80 {
    transform: translateY(20rem);
  }

  .\32xl\:translate-y-96 {
    transform: translateY(24rem);
  }

  .\32xl\:translate-y-128 {
    transform: translateY(32rem);
  }

  .\32xl\:translate-y-144 {
    transform: translateY(36rem);
  }

  .\32xl\:translate-y-160 {
    transform: translateY(40rem);
  }

  .\32xl\:translate-y-192 {
    transform: translateY(48rem);
  }

  .\32xl\:translate-y-px {
    transform: translateY(1px);
  }

  .\32xl\:translate-y-0\.5 {
    transform: translateY(0.125rem);
  }

  .\32xl\:translate-y-1\.5 {
    transform: translateY(0.375rem);
  }

  .\32xl\:translate-y-2\.5 {
    transform: translateY(0.625rem);
  }

  .\32xl\:translate-y-3\.5 {
    transform: translateY(0.875rem);
  }

  .\32xl\:translate-y-1\/2 {
    transform: translateY(50%);
  }

  .\32xl\:translate-y-1\/3 {
    transform: translateY(33.333333%);
  }

  .\32xl\:translate-y-2\/3 {
    transform: translateY(66.666667%);
  }

  .\32xl\:translate-y-1\/4 {
    transform: translateY(25%);
  }

  .\32xl\:translate-y-2\/4 {
    transform: translateY(50%);
  }

  .\32xl\:translate-y-3\/4 {
    transform: translateY(75%);
  }

  .\32xl\:translate-y-1\/5 {
    transform: translateY(20%);
  }

  .\32xl\:translate-y-2\/5 {
    transform: translateY(40%);
  }

  .\32xl\:translate-y-3\/5 {
    transform: translateY(60%);
  }

  .\32xl\:translate-y-4\/5 {
    transform: translateY(80%);
  }

  .\32xl\:translate-y-1\/6 {
    transform: translateY(16.666667%);
  }

  .\32xl\:translate-y-2\/6 {
    transform: translateY(33.333333%);
  }

  .\32xl\:translate-y-3\/6 {
    transform: translateY(50%);
  }

  .\32xl\:translate-y-4\/6 {
    transform: translateY(66.666667%);
  }

  .\32xl\:translate-y-5\/6 {
    transform: translateY(83.333333%);
  }

  .\32xl\:translate-y-1\/12 {
    transform: translateY(8.333333%);
  }

  .\32xl\:translate-y-2\/12 {
    transform: translateY(16.666667%);
  }

  .\32xl\:translate-y-3\/12 {
    transform: translateY(25%);
  }

  .\32xl\:translate-y-4\/12 {
    transform: translateY(33.333333%);
  }

  .\32xl\:translate-y-5\/12 {
    transform: translateY(41.666667%);
  }

  .\32xl\:translate-y-6\/12 {
    transform: translateY(50%);
  }

  .\32xl\:translate-y-7\/12 {
    transform: translateY(58.333333%);
  }

  .\32xl\:translate-y-8\/12 {
    transform: translateY(66.666667%);
  }

  .\32xl\:translate-y-9\/12 {
    transform: translateY(75%);
  }

  .\32xl\:translate-y-10\/12 {
    transform: translateY(83.333333%);
  }

  .\32xl\:translate-y-11\/12 {
    transform: translateY(91.666667%);
  }

  .\32xl\:translate-y-full {
    transform: translateY(100%);
  }

  .\32xl\:-translate-y-1 {
    transform: translateY(-0.25rem);
  }

  .\32xl\:-translate-y-2 {
    transform: translateY(-0.5rem);
  }

  .\32xl\:-translate-y-3 {
    transform: translateY(-0.75rem);
  }

  .\32xl\:-translate-y-4 {
    transform: translateY(-1rem);
  }

  .\32xl\:-translate-y-5 {
    transform: translateY(-1.25rem);
  }

  .\32xl\:-translate-y-6 {
    transform: translateY(-1.5rem);
  }

  .\32xl\:-translate-y-7 {
    transform: translateY(-1.75rem);
  }

  .\32xl\:-translate-y-8 {
    transform: translateY(-2rem);
  }

  .\32xl\:-translate-y-9 {
    transform: translateY(-2.25rem);
  }

  .\32xl\:-translate-y-10 {
    transform: translateY(-2.5rem);
  }

  .\32xl\:-translate-y-11 {
    transform: translateY(-2.75rem);
  }

  .\32xl\:-translate-y-12 {
    transform: translateY(-3rem);
  }

  .\32xl\:-translate-y-13 {
    transform: translateY(-3.25rem);
  }

  .\32xl\:-translate-y-14 {
    transform: translateY(-3.5rem);
  }

  .\32xl\:-translate-y-15 {
    transform: translateY(-3.75rem);
  }

  .\32xl\:-translate-y-16 {
    transform: translateY(-4rem);
  }

  .\32xl\:-translate-y-20 {
    transform: translateY(-5rem);
  }

  .\32xl\:-translate-y-24 {
    transform: translateY(-6rem);
  }

  .\32xl\:-translate-y-28 {
    transform: translateY(-7rem);
  }

  .\32xl\:-translate-y-32 {
    transform: translateY(-8rem);
  }

  .\32xl\:-translate-y-36 {
    transform: translateY(-9rem);
  }

  .\32xl\:-translate-y-40 {
    transform: translateY(-10rem);
  }

  .\32xl\:-translate-y-44 {
    transform: translateY(-11rem);
  }

  .\32xl\:-translate-y-48 {
    transform: translateY(-12rem);
  }

  .\32xl\:-translate-y-52 {
    transform: translateY(-13rem);
  }

  .\32xl\:-translate-y-56 {
    transform: translateY(-14rem);
  }

  .\32xl\:-translate-y-60 {
    transform: translateY(-15rem);
  }

  .\32xl\:-translate-y-64 {
    transform: translateY(-16rem);
  }

  .\32xl\:-translate-y-72 {
    transform: translateY(-18rem);
  }

  .\32xl\:-translate-y-80 {
    transform: translateY(-20rem);
  }

  .\32xl\:-translate-y-96 {
    transform: translateY(-24rem);
  }

  .\32xl\:-translate-y-128 {
    transform: translateY(-32rem);
  }

  .\32xl\:-translate-y-144 {
    transform: translateY(-36rem);
  }

  .\32xl\:-translate-y-160 {
    transform: translateY(-40rem);
  }

  .\32xl\:-translate-y-192 {
    transform: translateY(-48rem);
  }

  .\32xl\:-translate-y-px {
    transform: translateY(-1px);
  }

  .\32xl\:-translate-y-0\.5 {
    transform: translateY(-0.125rem);
  }

  .\32xl\:-translate-y-1\.5 {
    transform: translateY(-0.375rem);
  }

  .\32xl\:-translate-y-2\.5 {
    transform: translateY(-0.625rem);
  }

  .\32xl\:-translate-y-3\.5 {
    transform: translateY(-0.875rem);
  }

  .\32xl\:-translate-y-1\/2 {
    transform: translateY(-50%);
  }

  .\32xl\:-translate-y-1\/3 {
    transform: translateY(-33.33333%);
  }

  .\32xl\:-translate-y-2\/3 {
    transform: translateY(-66.66667%);
  }

  .\32xl\:-translate-y-1\/4 {
    transform: translateY(-25%);
  }

  .\32xl\:-translate-y-2\/4 {
    transform: translateY(-50%);
  }

  .\32xl\:-translate-y-3\/4 {
    transform: translateY(-75%);
  }

  .\32xl\:-translate-y-1\/5 {
    transform: translateY(-20%);
  }

  .\32xl\:-translate-y-2\/5 {
    transform: translateY(-40%);
  }

  .\32xl\:-translate-y-3\/5 {
    transform: translateY(-60%);
  }

  .\32xl\:-translate-y-4\/5 {
    transform: translateY(-80%);
  }

  .\32xl\:-translate-y-1\/6 {
    transform: translateY(-16.66667%);
  }

  .\32xl\:-translate-y-2\/6 {
    transform: translateY(-33.33333%);
  }

  .\32xl\:-translate-y-3\/6 {
    transform: translateY(-50%);
  }

  .\32xl\:-translate-y-4\/6 {
    transform: translateY(-66.66667%);
  }

  .\32xl\:-translate-y-5\/6 {
    transform: translateY(-83.33333%);
  }

  .\32xl\:-translate-y-1\/12 {
    transform: translateY(-8.33333%);
  }

  .\32xl\:-translate-y-2\/12 {
    transform: translateY(-16.66667%);
  }

  .\32xl\:-translate-y-3\/12 {
    transform: translateY(-25%);
  }

  .\32xl\:-translate-y-4\/12 {
    transform: translateY(-33.33333%);
  }

  .\32xl\:-translate-y-5\/12 {
    transform: translateY(-41.66667%);
  }

  .\32xl\:-translate-y-6\/12 {
    transform: translateY(-50%);
  }

  .\32xl\:-translate-y-7\/12 {
    transform: translateY(-58.33333%);
  }

  .\32xl\:-translate-y-8\/12 {
    transform: translateY(-66.66667%);
  }

  .\32xl\:-translate-y-9\/12 {
    transform: translateY(-75%);
  }

  .\32xl\:-translate-y-10\/12 {
    transform: translateY(-83.33333%);
  }

  .\32xl\:-translate-y-11\/12 {
    transform: translateY(-91.66667%);
  }

  .\32xl\:-translate-y-full {
    transform: translateY(-100%);
  }

  .\32xl\:hover\:translate-x-0:hover {
    transform: translateX(0);
  }

  .\32xl\:hover\:translate-x-1:hover {
    transform: translateX(0.25rem);
  }

  .\32xl\:hover\:translate-x-2:hover {
    transform: translateX(0.5rem);
  }

  .\32xl\:hover\:translate-x-3:hover {
    transform: translateX(0.75rem);
  }

  .\32xl\:hover\:translate-x-4:hover {
    transform: translateX(1rem);
  }

  .\32xl\:hover\:translate-x-5:hover {
    transform: translateX(1.25rem);
  }

  .\32xl\:hover\:translate-x-6:hover {
    transform: translateX(1.5rem);
  }

  .\32xl\:hover\:translate-x-7:hover {
    transform: translateX(1.75rem);
  }

  .\32xl\:hover\:translate-x-8:hover {
    transform: translateX(2rem);
  }

  .\32xl\:hover\:translate-x-9:hover {
    transform: translateX(2.25rem);
  }

  .\32xl\:hover\:translate-x-10:hover {
    transform: translateX(2.5rem);
  }

  .\32xl\:hover\:translate-x-11:hover {
    transform: translateX(2.75rem);
  }

  .\32xl\:hover\:translate-x-12:hover {
    transform: translateX(3rem);
  }

  .\32xl\:hover\:translate-x-13:hover {
    transform: translateX(3.25rem);
  }

  .\32xl\:hover\:translate-x-14:hover {
    transform: translateX(3.5rem);
  }

  .\32xl\:hover\:translate-x-15:hover {
    transform: translateX(3.75rem);
  }

  .\32xl\:hover\:translate-x-16:hover {
    transform: translateX(4rem);
  }

  .\32xl\:hover\:translate-x-20:hover {
    transform: translateX(5rem);
  }

  .\32xl\:hover\:translate-x-24:hover {
    transform: translateX(6rem);
  }

  .\32xl\:hover\:translate-x-28:hover {
    transform: translateX(7rem);
  }

  .\32xl\:hover\:translate-x-32:hover {
    transform: translateX(8rem);
  }

  .\32xl\:hover\:translate-x-36:hover {
    transform: translateX(9rem);
  }

  .\32xl\:hover\:translate-x-40:hover {
    transform: translateX(10rem);
  }

  .\32xl\:hover\:translate-x-44:hover {
    transform: translateX(11rem);
  }

  .\32xl\:hover\:translate-x-48:hover {
    transform: translateX(12rem);
  }

  .\32xl\:hover\:translate-x-52:hover {
    transform: translateX(13rem);
  }

  .\32xl\:hover\:translate-x-56:hover {
    transform: translateX(14rem);
  }

  .\32xl\:hover\:translate-x-60:hover {
    transform: translateX(15rem);
  }

  .\32xl\:hover\:translate-x-64:hover {
    transform: translateX(16rem);
  }

  .\32xl\:hover\:translate-x-72:hover {
    transform: translateX(18rem);
  }

  .\32xl\:hover\:translate-x-80:hover {
    transform: translateX(20rem);
  }

  .\32xl\:hover\:translate-x-96:hover {
    transform: translateX(24rem);
  }

  .\32xl\:hover\:translate-x-128:hover {
    transform: translateX(32rem);
  }

  .\32xl\:hover\:translate-x-144:hover {
    transform: translateX(36rem);
  }

  .\32xl\:hover\:translate-x-160:hover {
    transform: translateX(40rem);
  }

  .\32xl\:hover\:translate-x-192:hover {
    transform: translateX(48rem);
  }

  .\32xl\:hover\:translate-x-px:hover {
    transform: translateX(1px);
  }

  .\32xl\:hover\:translate-x-0\.5:hover {
    transform: translateX(0.125rem);
  }

  .\32xl\:hover\:translate-x-1\.5:hover {
    transform: translateX(0.375rem);
  }

  .\32xl\:hover\:translate-x-2\.5:hover {
    transform: translateX(0.625rem);
  }

  .\32xl\:hover\:translate-x-3\.5:hover {
    transform: translateX(0.875rem);
  }

  .\32xl\:hover\:translate-x-1\/2:hover {
    transform: translateX(50%);
  }

  .\32xl\:hover\:translate-x-1\/3:hover {
    transform: translateX(33.333333%);
  }

  .\32xl\:hover\:translate-x-2\/3:hover {
    transform: translateX(66.666667%);
  }

  .\32xl\:hover\:translate-x-1\/4:hover {
    transform: translateX(25%);
  }

  .\32xl\:hover\:translate-x-2\/4:hover {
    transform: translateX(50%);
  }

  .\32xl\:hover\:translate-x-3\/4:hover {
    transform: translateX(75%);
  }

  .\32xl\:hover\:translate-x-1\/5:hover {
    transform: translateX(20%);
  }

  .\32xl\:hover\:translate-x-2\/5:hover {
    transform: translateX(40%);
  }

  .\32xl\:hover\:translate-x-3\/5:hover {
    transform: translateX(60%);
  }

  .\32xl\:hover\:translate-x-4\/5:hover {
    transform: translateX(80%);
  }

  .\32xl\:hover\:translate-x-1\/6:hover {
    transform: translateX(16.666667%);
  }

  .\32xl\:hover\:translate-x-2\/6:hover {
    transform: translateX(33.333333%);
  }

  .\32xl\:hover\:translate-x-3\/6:hover {
    transform: translateX(50%);
  }

  .\32xl\:hover\:translate-x-4\/6:hover {
    transform: translateX(66.666667%);
  }

  .\32xl\:hover\:translate-x-5\/6:hover {
    transform: translateX(83.333333%);
  }

  .\32xl\:hover\:translate-x-1\/12:hover {
    transform: translateX(8.333333%);
  }

  .\32xl\:hover\:translate-x-2\/12:hover {
    transform: translateX(16.666667%);
  }

  .\32xl\:hover\:translate-x-3\/12:hover {
    transform: translateX(25%);
  }

  .\32xl\:hover\:translate-x-4\/12:hover {
    transform: translateX(33.333333%);
  }

  .\32xl\:hover\:translate-x-5\/12:hover {
    transform: translateX(41.666667%);
  }

  .\32xl\:hover\:translate-x-6\/12:hover {
    transform: translateX(50%);
  }

  .\32xl\:hover\:translate-x-7\/12:hover {
    transform: translateX(58.333333%);
  }

  .\32xl\:hover\:translate-x-8\/12:hover {
    transform: translateX(66.666667%);
  }

  .\32xl\:hover\:translate-x-9\/12:hover {
    transform: translateX(75%);
  }

  .\32xl\:hover\:translate-x-10\/12:hover {
    transform: translateX(83.333333%);
  }

  .\32xl\:hover\:translate-x-11\/12:hover {
    transform: translateX(91.666667%);
  }

  .\32xl\:hover\:translate-x-full:hover {
    transform: translateX(100%);
  }

  .\32xl\:hover\:-translate-x-1:hover {
    transform: translateX(-0.25rem);
  }

  .\32xl\:hover\:-translate-x-2:hover {
    transform: translateX(-0.5rem);
  }

  .\32xl\:hover\:-translate-x-3:hover {
    transform: translateX(-0.75rem);
  }

  .\32xl\:hover\:-translate-x-4:hover {
    transform: translateX(-1rem);
  }

  .\32xl\:hover\:-translate-x-5:hover {
    transform: translateX(-1.25rem);
  }

  .\32xl\:hover\:-translate-x-6:hover {
    transform: translateX(-1.5rem);
  }

  .\32xl\:hover\:-translate-x-7:hover {
    transform: translateX(-1.75rem);
  }

  .\32xl\:hover\:-translate-x-8:hover {
    transform: translateX(-2rem);
  }

  .\32xl\:hover\:-translate-x-9:hover {
    transform: translateX(-2.25rem);
  }

  .\32xl\:hover\:-translate-x-10:hover {
    transform: translateX(-2.5rem);
  }

  .\32xl\:hover\:-translate-x-11:hover {
    transform: translateX(-2.75rem);
  }

  .\32xl\:hover\:-translate-x-12:hover {
    transform: translateX(-3rem);
  }

  .\32xl\:hover\:-translate-x-13:hover {
    transform: translateX(-3.25rem);
  }

  .\32xl\:hover\:-translate-x-14:hover {
    transform: translateX(-3.5rem);
  }

  .\32xl\:hover\:-translate-x-15:hover {
    transform: translateX(-3.75rem);
  }

  .\32xl\:hover\:-translate-x-16:hover {
    transform: translateX(-4rem);
  }

  .\32xl\:hover\:-translate-x-20:hover {
    transform: translateX(-5rem);
  }

  .\32xl\:hover\:-translate-x-24:hover {
    transform: translateX(-6rem);
  }

  .\32xl\:hover\:-translate-x-28:hover {
    transform: translateX(-7rem);
  }

  .\32xl\:hover\:-translate-x-32:hover {
    transform: translateX(-8rem);
  }

  .\32xl\:hover\:-translate-x-36:hover {
    transform: translateX(-9rem);
  }

  .\32xl\:hover\:-translate-x-40:hover {
    transform: translateX(-10rem);
  }

  .\32xl\:hover\:-translate-x-44:hover {
    transform: translateX(-11rem);
  }

  .\32xl\:hover\:-translate-x-48:hover {
    transform: translateX(-12rem);
  }

  .\32xl\:hover\:-translate-x-52:hover {
    transform: translateX(-13rem);
  }

  .\32xl\:hover\:-translate-x-56:hover {
    transform: translateX(-14rem);
  }

  .\32xl\:hover\:-translate-x-60:hover {
    transform: translateX(-15rem);
  }

  .\32xl\:hover\:-translate-x-64:hover {
    transform: translateX(-16rem);
  }

  .\32xl\:hover\:-translate-x-72:hover {
    transform: translateX(-18rem);
  }

  .\32xl\:hover\:-translate-x-80:hover {
    transform: translateX(-20rem);
  }

  .\32xl\:hover\:-translate-x-96:hover {
    transform: translateX(-24rem);
  }

  .\32xl\:hover\:-translate-x-128:hover {
    transform: translateX(-32rem);
  }

  .\32xl\:hover\:-translate-x-144:hover {
    transform: translateX(-36rem);
  }

  .\32xl\:hover\:-translate-x-160:hover {
    transform: translateX(-40rem);
  }

  .\32xl\:hover\:-translate-x-192:hover {
    transform: translateX(-48rem);
  }

  .\32xl\:hover\:-translate-x-px:hover {
    transform: translateX(-1px);
  }

  .\32xl\:hover\:-translate-x-0\.5:hover {
    transform: translateX(-0.125rem);
  }

  .\32xl\:hover\:-translate-x-1\.5:hover {
    transform: translateX(-0.375rem);
  }

  .\32xl\:hover\:-translate-x-2\.5:hover {
    transform: translateX(-0.625rem);
  }

  .\32xl\:hover\:-translate-x-3\.5:hover {
    transform: translateX(-0.875rem);
  }

  .\32xl\:hover\:-translate-x-1\/2:hover {
    transform: translateX(-50%);
  }

  .\32xl\:hover\:-translate-x-1\/3:hover {
    transform: translateX(-33.33333%);
  }

  .\32xl\:hover\:-translate-x-2\/3:hover {
    transform: translateX(-66.66667%);
  }

  .\32xl\:hover\:-translate-x-1\/4:hover {
    transform: translateX(-25%);
  }

  .\32xl\:hover\:-translate-x-2\/4:hover {
    transform: translateX(-50%);
  }

  .\32xl\:hover\:-translate-x-3\/4:hover {
    transform: translateX(-75%);
  }

  .\32xl\:hover\:-translate-x-1\/5:hover {
    transform: translateX(-20%);
  }

  .\32xl\:hover\:-translate-x-2\/5:hover {
    transform: translateX(-40%);
  }

  .\32xl\:hover\:-translate-x-3\/5:hover {
    transform: translateX(-60%);
  }

  .\32xl\:hover\:-translate-x-4\/5:hover {
    transform: translateX(-80%);
  }

  .\32xl\:hover\:-translate-x-1\/6:hover {
    transform: translateX(-16.66667%);
  }

  .\32xl\:hover\:-translate-x-2\/6:hover {
    transform: translateX(-33.33333%);
  }

  .\32xl\:hover\:-translate-x-3\/6:hover {
    transform: translateX(-50%);
  }

  .\32xl\:hover\:-translate-x-4\/6:hover {
    transform: translateX(-66.66667%);
  }

  .\32xl\:hover\:-translate-x-5\/6:hover {
    transform: translateX(-83.33333%);
  }

  .\32xl\:hover\:-translate-x-1\/12:hover {
    transform: translateX(-8.33333%);
  }

  .\32xl\:hover\:-translate-x-2\/12:hover {
    transform: translateX(-16.66667%);
  }

  .\32xl\:hover\:-translate-x-3\/12:hover {
    transform: translateX(-25%);
  }

  .\32xl\:hover\:-translate-x-4\/12:hover {
    transform: translateX(-33.33333%);
  }

  .\32xl\:hover\:-translate-x-5\/12:hover {
    transform: translateX(-41.66667%);
  }

  .\32xl\:hover\:-translate-x-6\/12:hover {
    transform: translateX(-50%);
  }

  .\32xl\:hover\:-translate-x-7\/12:hover {
    transform: translateX(-58.33333%);
  }

  .\32xl\:hover\:-translate-x-8\/12:hover {
    transform: translateX(-66.66667%);
  }

  .\32xl\:hover\:-translate-x-9\/12:hover {
    transform: translateX(-75%);
  }

  .\32xl\:hover\:-translate-x-10\/12:hover {
    transform: translateX(-83.33333%);
  }

  .\32xl\:hover\:-translate-x-11\/12:hover {
    transform: translateX(-91.66667%);
  }

  .\32xl\:hover\:-translate-x-full:hover {
    transform: translateX(-100%);
  }

  .\32xl\:hover\:translate-y-0:hover {
    transform: translateY(0);
  }

  .\32xl\:hover\:translate-y-1:hover {
    transform: translateY(0.25rem);
  }

  .\32xl\:hover\:translate-y-2:hover {
    transform: translateY(0.5rem);
  }

  .\32xl\:hover\:translate-y-3:hover {
    transform: translateY(0.75rem);
  }

  .\32xl\:hover\:translate-y-4:hover {
    transform: translateY(1rem);
  }

  .\32xl\:hover\:translate-y-5:hover {
    transform: translateY(1.25rem);
  }

  .\32xl\:hover\:translate-y-6:hover {
    transform: translateY(1.5rem);
  }

  .\32xl\:hover\:translate-y-7:hover {
    transform: translateY(1.75rem);
  }

  .\32xl\:hover\:translate-y-8:hover {
    transform: translateY(2rem);
  }

  .\32xl\:hover\:translate-y-9:hover {
    transform: translateY(2.25rem);
  }

  .\32xl\:hover\:translate-y-10:hover {
    transform: translateY(2.5rem);
  }

  .\32xl\:hover\:translate-y-11:hover {
    transform: translateY(2.75rem);
  }

  .\32xl\:hover\:translate-y-12:hover {
    transform: translateY(3rem);
  }

  .\32xl\:hover\:translate-y-13:hover {
    transform: translateY(3.25rem);
  }

  .\32xl\:hover\:translate-y-14:hover {
    transform: translateY(3.5rem);
  }

  .\32xl\:hover\:translate-y-15:hover {
    transform: translateY(3.75rem);
  }

  .\32xl\:hover\:translate-y-16:hover {
    transform: translateY(4rem);
  }

  .\32xl\:hover\:translate-y-20:hover {
    transform: translateY(5rem);
  }

  .\32xl\:hover\:translate-y-24:hover {
    transform: translateY(6rem);
  }

  .\32xl\:hover\:translate-y-28:hover {
    transform: translateY(7rem);
  }

  .\32xl\:hover\:translate-y-32:hover {
    transform: translateY(8rem);
  }

  .\32xl\:hover\:translate-y-36:hover {
    transform: translateY(9rem);
  }

  .\32xl\:hover\:translate-y-40:hover {
    transform: translateY(10rem);
  }

  .\32xl\:hover\:translate-y-44:hover {
    transform: translateY(11rem);
  }

  .\32xl\:hover\:translate-y-48:hover {
    transform: translateY(12rem);
  }

  .\32xl\:hover\:translate-y-52:hover {
    transform: translateY(13rem);
  }

  .\32xl\:hover\:translate-y-56:hover {
    transform: translateY(14rem);
  }

  .\32xl\:hover\:translate-y-60:hover {
    transform: translateY(15rem);
  }

  .\32xl\:hover\:translate-y-64:hover {
    transform: translateY(16rem);
  }

  .\32xl\:hover\:translate-y-72:hover {
    transform: translateY(18rem);
  }

  .\32xl\:hover\:translate-y-80:hover {
    transform: translateY(20rem);
  }

  .\32xl\:hover\:translate-y-96:hover {
    transform: translateY(24rem);
  }

  .\32xl\:hover\:translate-y-128:hover {
    transform: translateY(32rem);
  }

  .\32xl\:hover\:translate-y-144:hover {
    transform: translateY(36rem);
  }

  .\32xl\:hover\:translate-y-160:hover {
    transform: translateY(40rem);
  }

  .\32xl\:hover\:translate-y-192:hover {
    transform: translateY(48rem);
  }

  .\32xl\:hover\:translate-y-px:hover {
    transform: translateY(1px);
  }

  .\32xl\:hover\:translate-y-0\.5:hover {
    transform: translateY(0.125rem);
  }

  .\32xl\:hover\:translate-y-1\.5:hover {
    transform: translateY(0.375rem);
  }

  .\32xl\:hover\:translate-y-2\.5:hover {
    transform: translateY(0.625rem);
  }

  .\32xl\:hover\:translate-y-3\.5:hover {
    transform: translateY(0.875rem);
  }

  .\32xl\:hover\:translate-y-1\/2:hover {
    transform: translateY(50%);
  }

  .\32xl\:hover\:translate-y-1\/3:hover {
    transform: translateY(33.333333%);
  }

  .\32xl\:hover\:translate-y-2\/3:hover {
    transform: translateY(66.666667%);
  }

  .\32xl\:hover\:translate-y-1\/4:hover {
    transform: translateY(25%);
  }

  .\32xl\:hover\:translate-y-2\/4:hover {
    transform: translateY(50%);
  }

  .\32xl\:hover\:translate-y-3\/4:hover {
    transform: translateY(75%);
  }

  .\32xl\:hover\:translate-y-1\/5:hover {
    transform: translateY(20%);
  }

  .\32xl\:hover\:translate-y-2\/5:hover {
    transform: translateY(40%);
  }

  .\32xl\:hover\:translate-y-3\/5:hover {
    transform: translateY(60%);
  }

  .\32xl\:hover\:translate-y-4\/5:hover {
    transform: translateY(80%);
  }

  .\32xl\:hover\:translate-y-1\/6:hover {
    transform: translateY(16.666667%);
  }

  .\32xl\:hover\:translate-y-2\/6:hover {
    transform: translateY(33.333333%);
  }

  .\32xl\:hover\:translate-y-3\/6:hover {
    transform: translateY(50%);
  }

  .\32xl\:hover\:translate-y-4\/6:hover {
    transform: translateY(66.666667%);
  }

  .\32xl\:hover\:translate-y-5\/6:hover {
    transform: translateY(83.333333%);
  }

  .\32xl\:hover\:translate-y-1\/12:hover {
    transform: translateY(8.333333%);
  }

  .\32xl\:hover\:translate-y-2\/12:hover {
    transform: translateY(16.666667%);
  }

  .\32xl\:hover\:translate-y-3\/12:hover {
    transform: translateY(25%);
  }

  .\32xl\:hover\:translate-y-4\/12:hover {
    transform: translateY(33.333333%);
  }

  .\32xl\:hover\:translate-y-5\/12:hover {
    transform: translateY(41.666667%);
  }

  .\32xl\:hover\:translate-y-6\/12:hover {
    transform: translateY(50%);
  }

  .\32xl\:hover\:translate-y-7\/12:hover {
    transform: translateY(58.333333%);
  }

  .\32xl\:hover\:translate-y-8\/12:hover {
    transform: translateY(66.666667%);
  }

  .\32xl\:hover\:translate-y-9\/12:hover {
    transform: translateY(75%);
  }

  .\32xl\:hover\:translate-y-10\/12:hover {
    transform: translateY(83.333333%);
  }

  .\32xl\:hover\:translate-y-11\/12:hover {
    transform: translateY(91.666667%);
  }

  .\32xl\:hover\:translate-y-full:hover {
    transform: translateY(100%);
  }

  .\32xl\:hover\:-translate-y-1:hover {
    transform: translateY(-0.25rem);
  }

  .\32xl\:hover\:-translate-y-2:hover {
    transform: translateY(-0.5rem);
  }

  .\32xl\:hover\:-translate-y-3:hover {
    transform: translateY(-0.75rem);
  }

  .\32xl\:hover\:-translate-y-4:hover {
    transform: translateY(-1rem);
  }

  .\32xl\:hover\:-translate-y-5:hover {
    transform: translateY(-1.25rem);
  }

  .\32xl\:hover\:-translate-y-6:hover {
    transform: translateY(-1.5rem);
  }

  .\32xl\:hover\:-translate-y-7:hover {
    transform: translateY(-1.75rem);
  }

  .\32xl\:hover\:-translate-y-8:hover {
    transform: translateY(-2rem);
  }

  .\32xl\:hover\:-translate-y-9:hover {
    transform: translateY(-2.25rem);
  }

  .\32xl\:hover\:-translate-y-10:hover {
    transform: translateY(-2.5rem);
  }

  .\32xl\:hover\:-translate-y-11:hover {
    transform: translateY(-2.75rem);
  }

  .\32xl\:hover\:-translate-y-12:hover {
    transform: translateY(-3rem);
  }

  .\32xl\:hover\:-translate-y-13:hover {
    transform: translateY(-3.25rem);
  }

  .\32xl\:hover\:-translate-y-14:hover {
    transform: translateY(-3.5rem);
  }

  .\32xl\:hover\:-translate-y-15:hover {
    transform: translateY(-3.75rem);
  }

  .\32xl\:hover\:-translate-y-16:hover {
    transform: translateY(-4rem);
  }

  .\32xl\:hover\:-translate-y-20:hover {
    transform: translateY(-5rem);
  }

  .\32xl\:hover\:-translate-y-24:hover {
    transform: translateY(-6rem);
  }

  .\32xl\:hover\:-translate-y-28:hover {
    transform: translateY(-7rem);
  }

  .\32xl\:hover\:-translate-y-32:hover {
    transform: translateY(-8rem);
  }

  .\32xl\:hover\:-translate-y-36:hover {
    transform: translateY(-9rem);
  }

  .\32xl\:hover\:-translate-y-40:hover {
    transform: translateY(-10rem);
  }

  .\32xl\:hover\:-translate-y-44:hover {
    transform: translateY(-11rem);
  }

  .\32xl\:hover\:-translate-y-48:hover {
    transform: translateY(-12rem);
  }

  .\32xl\:hover\:-translate-y-52:hover {
    transform: translateY(-13rem);
  }

  .\32xl\:hover\:-translate-y-56:hover {
    transform: translateY(-14rem);
  }

  .\32xl\:hover\:-translate-y-60:hover {
    transform: translateY(-15rem);
  }

  .\32xl\:hover\:-translate-y-64:hover {
    transform: translateY(-16rem);
  }

  .\32xl\:hover\:-translate-y-72:hover {
    transform: translateY(-18rem);
  }

  .\32xl\:hover\:-translate-y-80:hover {
    transform: translateY(-20rem);
  }

  .\32xl\:hover\:-translate-y-96:hover {
    transform: translateY(-24rem);
  }

  .\32xl\:hover\:-translate-y-128:hover {
    transform: translateY(-32rem);
  }

  .\32xl\:hover\:-translate-y-144:hover {
    transform: translateY(-36rem);
  }

  .\32xl\:hover\:-translate-y-160:hover {
    transform: translateY(-40rem);
  }

  .\32xl\:hover\:-translate-y-192:hover {
    transform: translateY(-48rem);
  }

  .\32xl\:hover\:-translate-y-px:hover {
    transform: translateY(-1px);
  }

  .\32xl\:hover\:-translate-y-0\.5:hover {
    transform: translateY(-0.125rem);
  }

  .\32xl\:hover\:-translate-y-1\.5:hover {
    transform: translateY(-0.375rem);
  }

  .\32xl\:hover\:-translate-y-2\.5:hover {
    transform: translateY(-0.625rem);
  }

  .\32xl\:hover\:-translate-y-3\.5:hover {
    transform: translateY(-0.875rem);
  }

  .\32xl\:hover\:-translate-y-1\/2:hover {
    transform: translateY(-50%);
  }

  .\32xl\:hover\:-translate-y-1\/3:hover {
    transform: translateY(-33.33333%);
  }

  .\32xl\:hover\:-translate-y-2\/3:hover {
    transform: translateY(-66.66667%);
  }

  .\32xl\:hover\:-translate-y-1\/4:hover {
    transform: translateY(-25%);
  }

  .\32xl\:hover\:-translate-y-2\/4:hover {
    transform: translateY(-50%);
  }

  .\32xl\:hover\:-translate-y-3\/4:hover {
    transform: translateY(-75%);
  }

  .\32xl\:hover\:-translate-y-1\/5:hover {
    transform: translateY(-20%);
  }

  .\32xl\:hover\:-translate-y-2\/5:hover {
    transform: translateY(-40%);
  }

  .\32xl\:hover\:-translate-y-3\/5:hover {
    transform: translateY(-60%);
  }

  .\32xl\:hover\:-translate-y-4\/5:hover {
    transform: translateY(-80%);
  }

  .\32xl\:hover\:-translate-y-1\/6:hover {
    transform: translateY(-16.66667%);
  }

  .\32xl\:hover\:-translate-y-2\/6:hover {
    transform: translateY(-33.33333%);
  }

  .\32xl\:hover\:-translate-y-3\/6:hover {
    transform: translateY(-50%);
  }

  .\32xl\:hover\:-translate-y-4\/6:hover {
    transform: translateY(-66.66667%);
  }

  .\32xl\:hover\:-translate-y-5\/6:hover {
    transform: translateY(-83.33333%);
  }

  .\32xl\:hover\:-translate-y-1\/12:hover {
    transform: translateY(-8.33333%);
  }

  .\32xl\:hover\:-translate-y-2\/12:hover {
    transform: translateY(-16.66667%);
  }

  .\32xl\:hover\:-translate-y-3\/12:hover {
    transform: translateY(-25%);
  }

  .\32xl\:hover\:-translate-y-4\/12:hover {
    transform: translateY(-33.33333%);
  }

  .\32xl\:hover\:-translate-y-5\/12:hover {
    transform: translateY(-41.66667%);
  }

  .\32xl\:hover\:-translate-y-6\/12:hover {
    transform: translateY(-50%);
  }

  .\32xl\:hover\:-translate-y-7\/12:hover {
    transform: translateY(-58.33333%);
  }

  .\32xl\:hover\:-translate-y-8\/12:hover {
    transform: translateY(-66.66667%);
  }

  .\32xl\:hover\:-translate-y-9\/12:hover {
    transform: translateY(-75%);
  }

  .\32xl\:hover\:-translate-y-10\/12:hover {
    transform: translateY(-83.33333%);
  }

  .\32xl\:hover\:-translate-y-11\/12:hover {
    transform: translateY(-91.66667%);
  }

  .\32xl\:hover\:-translate-y-full:hover {
    transform: translateY(-100%);
  }

  .\32xl\:focus\:translate-x-0:focus {
    transform: translateX(0);
  }

  .\32xl\:focus\:translate-x-1:focus {
    transform: translateX(0.25rem);
  }

  .\32xl\:focus\:translate-x-2:focus {
    transform: translateX(0.5rem);
  }

  .\32xl\:focus\:translate-x-3:focus {
    transform: translateX(0.75rem);
  }

  .\32xl\:focus\:translate-x-4:focus {
    transform: translateX(1rem);
  }

  .\32xl\:focus\:translate-x-5:focus {
    transform: translateX(1.25rem);
  }

  .\32xl\:focus\:translate-x-6:focus {
    transform: translateX(1.5rem);
  }

  .\32xl\:focus\:translate-x-7:focus {
    transform: translateX(1.75rem);
  }

  .\32xl\:focus\:translate-x-8:focus {
    transform: translateX(2rem);
  }

  .\32xl\:focus\:translate-x-9:focus {
    transform: translateX(2.25rem);
  }

  .\32xl\:focus\:translate-x-10:focus {
    transform: translateX(2.5rem);
  }

  .\32xl\:focus\:translate-x-11:focus {
    transform: translateX(2.75rem);
  }

  .\32xl\:focus\:translate-x-12:focus {
    transform: translateX(3rem);
  }

  .\32xl\:focus\:translate-x-13:focus {
    transform: translateX(3.25rem);
  }

  .\32xl\:focus\:translate-x-14:focus {
    transform: translateX(3.5rem);
  }

  .\32xl\:focus\:translate-x-15:focus {
    transform: translateX(3.75rem);
  }

  .\32xl\:focus\:translate-x-16:focus {
    transform: translateX(4rem);
  }

  .\32xl\:focus\:translate-x-20:focus {
    transform: translateX(5rem);
  }

  .\32xl\:focus\:translate-x-24:focus {
    transform: translateX(6rem);
  }

  .\32xl\:focus\:translate-x-28:focus {
    transform: translateX(7rem);
  }

  .\32xl\:focus\:translate-x-32:focus {
    transform: translateX(8rem);
  }

  .\32xl\:focus\:translate-x-36:focus {
    transform: translateX(9rem);
  }

  .\32xl\:focus\:translate-x-40:focus {
    transform: translateX(10rem);
  }

  .\32xl\:focus\:translate-x-44:focus {
    transform: translateX(11rem);
  }

  .\32xl\:focus\:translate-x-48:focus {
    transform: translateX(12rem);
  }

  .\32xl\:focus\:translate-x-52:focus {
    transform: translateX(13rem);
  }

  .\32xl\:focus\:translate-x-56:focus {
    transform: translateX(14rem);
  }

  .\32xl\:focus\:translate-x-60:focus {
    transform: translateX(15rem);
  }

  .\32xl\:focus\:translate-x-64:focus {
    transform: translateX(16rem);
  }

  .\32xl\:focus\:translate-x-72:focus {
    transform: translateX(18rem);
  }

  .\32xl\:focus\:translate-x-80:focus {
    transform: translateX(20rem);
  }

  .\32xl\:focus\:translate-x-96:focus {
    transform: translateX(24rem);
  }

  .\32xl\:focus\:translate-x-128:focus {
    transform: translateX(32rem);
  }

  .\32xl\:focus\:translate-x-144:focus {
    transform: translateX(36rem);
  }

  .\32xl\:focus\:translate-x-160:focus {
    transform: translateX(40rem);
  }

  .\32xl\:focus\:translate-x-192:focus {
    transform: translateX(48rem);
  }

  .\32xl\:focus\:translate-x-px:focus {
    transform: translateX(1px);
  }

  .\32xl\:focus\:translate-x-0\.5:focus {
    transform: translateX(0.125rem);
  }

  .\32xl\:focus\:translate-x-1\.5:focus {
    transform: translateX(0.375rem);
  }

  .\32xl\:focus\:translate-x-2\.5:focus {
    transform: translateX(0.625rem);
  }

  .\32xl\:focus\:translate-x-3\.5:focus {
    transform: translateX(0.875rem);
  }

  .\32xl\:focus\:translate-x-1\/2:focus {
    transform: translateX(50%);
  }

  .\32xl\:focus\:translate-x-1\/3:focus {
    transform: translateX(33.333333%);
  }

  .\32xl\:focus\:translate-x-2\/3:focus {
    transform: translateX(66.666667%);
  }

  .\32xl\:focus\:translate-x-1\/4:focus {
    transform: translateX(25%);
  }

  .\32xl\:focus\:translate-x-2\/4:focus {
    transform: translateX(50%);
  }

  .\32xl\:focus\:translate-x-3\/4:focus {
    transform: translateX(75%);
  }

  .\32xl\:focus\:translate-x-1\/5:focus {
    transform: translateX(20%);
  }

  .\32xl\:focus\:translate-x-2\/5:focus {
    transform: translateX(40%);
  }

  .\32xl\:focus\:translate-x-3\/5:focus {
    transform: translateX(60%);
  }

  .\32xl\:focus\:translate-x-4\/5:focus {
    transform: translateX(80%);
  }

  .\32xl\:focus\:translate-x-1\/6:focus {
    transform: translateX(16.666667%);
  }

  .\32xl\:focus\:translate-x-2\/6:focus {
    transform: translateX(33.333333%);
  }

  .\32xl\:focus\:translate-x-3\/6:focus {
    transform: translateX(50%);
  }

  .\32xl\:focus\:translate-x-4\/6:focus {
    transform: translateX(66.666667%);
  }

  .\32xl\:focus\:translate-x-5\/6:focus {
    transform: translateX(83.333333%);
  }

  .\32xl\:focus\:translate-x-1\/12:focus {
    transform: translateX(8.333333%);
  }

  .\32xl\:focus\:translate-x-2\/12:focus {
    transform: translateX(16.666667%);
  }

  .\32xl\:focus\:translate-x-3\/12:focus {
    transform: translateX(25%);
  }

  .\32xl\:focus\:translate-x-4\/12:focus {
    transform: translateX(33.333333%);
  }

  .\32xl\:focus\:translate-x-5\/12:focus {
    transform: translateX(41.666667%);
  }

  .\32xl\:focus\:translate-x-6\/12:focus {
    transform: translateX(50%);
  }

  .\32xl\:focus\:translate-x-7\/12:focus {
    transform: translateX(58.333333%);
  }

  .\32xl\:focus\:translate-x-8\/12:focus {
    transform: translateX(66.666667%);
  }

  .\32xl\:focus\:translate-x-9\/12:focus {
    transform: translateX(75%);
  }

  .\32xl\:focus\:translate-x-10\/12:focus {
    transform: translateX(83.333333%);
  }

  .\32xl\:focus\:translate-x-11\/12:focus {
    transform: translateX(91.666667%);
  }

  .\32xl\:focus\:translate-x-full:focus {
    transform: translateX(100%);
  }

  .\32xl\:focus\:-translate-x-1:focus {
    transform: translateX(-0.25rem);
  }

  .\32xl\:focus\:-translate-x-2:focus {
    transform: translateX(-0.5rem);
  }

  .\32xl\:focus\:-translate-x-3:focus {
    transform: translateX(-0.75rem);
  }

  .\32xl\:focus\:-translate-x-4:focus {
    transform: translateX(-1rem);
  }

  .\32xl\:focus\:-translate-x-5:focus {
    transform: translateX(-1.25rem);
  }

  .\32xl\:focus\:-translate-x-6:focus {
    transform: translateX(-1.5rem);
  }

  .\32xl\:focus\:-translate-x-7:focus {
    transform: translateX(-1.75rem);
  }

  .\32xl\:focus\:-translate-x-8:focus {
    transform: translateX(-2rem);
  }

  .\32xl\:focus\:-translate-x-9:focus {
    transform: translateX(-2.25rem);
  }

  .\32xl\:focus\:-translate-x-10:focus {
    transform: translateX(-2.5rem);
  }

  .\32xl\:focus\:-translate-x-11:focus {
    transform: translateX(-2.75rem);
  }

  .\32xl\:focus\:-translate-x-12:focus {
    transform: translateX(-3rem);
  }

  .\32xl\:focus\:-translate-x-13:focus {
    transform: translateX(-3.25rem);
  }

  .\32xl\:focus\:-translate-x-14:focus {
    transform: translateX(-3.5rem);
  }

  .\32xl\:focus\:-translate-x-15:focus {
    transform: translateX(-3.75rem);
  }

  .\32xl\:focus\:-translate-x-16:focus {
    transform: translateX(-4rem);
  }

  .\32xl\:focus\:-translate-x-20:focus {
    transform: translateX(-5rem);
  }

  .\32xl\:focus\:-translate-x-24:focus {
    transform: translateX(-6rem);
  }

  .\32xl\:focus\:-translate-x-28:focus {
    transform: translateX(-7rem);
  }

  .\32xl\:focus\:-translate-x-32:focus {
    transform: translateX(-8rem);
  }

  .\32xl\:focus\:-translate-x-36:focus {
    transform: translateX(-9rem);
  }

  .\32xl\:focus\:-translate-x-40:focus {
    transform: translateX(-10rem);
  }

  .\32xl\:focus\:-translate-x-44:focus {
    transform: translateX(-11rem);
  }

  .\32xl\:focus\:-translate-x-48:focus {
    transform: translateX(-12rem);
  }

  .\32xl\:focus\:-translate-x-52:focus {
    transform: translateX(-13rem);
  }

  .\32xl\:focus\:-translate-x-56:focus {
    transform: translateX(-14rem);
  }

  .\32xl\:focus\:-translate-x-60:focus {
    transform: translateX(-15rem);
  }

  .\32xl\:focus\:-translate-x-64:focus {
    transform: translateX(-16rem);
  }

  .\32xl\:focus\:-translate-x-72:focus {
    transform: translateX(-18rem);
  }

  .\32xl\:focus\:-translate-x-80:focus {
    transform: translateX(-20rem);
  }

  .\32xl\:focus\:-translate-x-96:focus {
    transform: translateX(-24rem);
  }

  .\32xl\:focus\:-translate-x-128:focus {
    transform: translateX(-32rem);
  }

  .\32xl\:focus\:-translate-x-144:focus {
    transform: translateX(-36rem);
  }

  .\32xl\:focus\:-translate-x-160:focus {
    transform: translateX(-40rem);
  }

  .\32xl\:focus\:-translate-x-192:focus {
    transform: translateX(-48rem);
  }

  .\32xl\:focus\:-translate-x-px:focus {
    transform: translateX(-1px);
  }

  .\32xl\:focus\:-translate-x-0\.5:focus {
    transform: translateX(-0.125rem);
  }

  .\32xl\:focus\:-translate-x-1\.5:focus {
    transform: translateX(-0.375rem);
  }

  .\32xl\:focus\:-translate-x-2\.5:focus {
    transform: translateX(-0.625rem);
  }

  .\32xl\:focus\:-translate-x-3\.5:focus {
    transform: translateX(-0.875rem);
  }

  .\32xl\:focus\:-translate-x-1\/2:focus {
    transform: translateX(-50%);
  }

  .\32xl\:focus\:-translate-x-1\/3:focus {
    transform: translateX(-33.33333%);
  }

  .\32xl\:focus\:-translate-x-2\/3:focus {
    transform: translateX(-66.66667%);
  }

  .\32xl\:focus\:-translate-x-1\/4:focus {
    transform: translateX(-25%);
  }

  .\32xl\:focus\:-translate-x-2\/4:focus {
    transform: translateX(-50%);
  }

  .\32xl\:focus\:-translate-x-3\/4:focus {
    transform: translateX(-75%);
  }

  .\32xl\:focus\:-translate-x-1\/5:focus {
    transform: translateX(-20%);
  }

  .\32xl\:focus\:-translate-x-2\/5:focus {
    transform: translateX(-40%);
  }

  .\32xl\:focus\:-translate-x-3\/5:focus {
    transform: translateX(-60%);
  }

  .\32xl\:focus\:-translate-x-4\/5:focus {
    transform: translateX(-80%);
  }

  .\32xl\:focus\:-translate-x-1\/6:focus {
    transform: translateX(-16.66667%);
  }

  .\32xl\:focus\:-translate-x-2\/6:focus {
    transform: translateX(-33.33333%);
  }

  .\32xl\:focus\:-translate-x-3\/6:focus {
    transform: translateX(-50%);
  }

  .\32xl\:focus\:-translate-x-4\/6:focus {
    transform: translateX(-66.66667%);
  }

  .\32xl\:focus\:-translate-x-5\/6:focus {
    transform: translateX(-83.33333%);
  }

  .\32xl\:focus\:-translate-x-1\/12:focus {
    transform: translateX(-8.33333%);
  }

  .\32xl\:focus\:-translate-x-2\/12:focus {
    transform: translateX(-16.66667%);
  }

  .\32xl\:focus\:-translate-x-3\/12:focus {
    transform: translateX(-25%);
  }

  .\32xl\:focus\:-translate-x-4\/12:focus {
    transform: translateX(-33.33333%);
  }

  .\32xl\:focus\:-translate-x-5\/12:focus {
    transform: translateX(-41.66667%);
  }

  .\32xl\:focus\:-translate-x-6\/12:focus {
    transform: translateX(-50%);
  }

  .\32xl\:focus\:-translate-x-7\/12:focus {
    transform: translateX(-58.33333%);
  }

  .\32xl\:focus\:-translate-x-8\/12:focus {
    transform: translateX(-66.66667%);
  }

  .\32xl\:focus\:-translate-x-9\/12:focus {
    transform: translateX(-75%);
  }

  .\32xl\:focus\:-translate-x-10\/12:focus {
    transform: translateX(-83.33333%);
  }

  .\32xl\:focus\:-translate-x-11\/12:focus {
    transform: translateX(-91.66667%);
  }

  .\32xl\:focus\:-translate-x-full:focus {
    transform: translateX(-100%);
  }

  .\32xl\:focus\:translate-y-0:focus {
    transform: translateY(0);
  }

  .\32xl\:focus\:translate-y-1:focus {
    transform: translateY(0.25rem);
  }

  .\32xl\:focus\:translate-y-2:focus {
    transform: translateY(0.5rem);
  }

  .\32xl\:focus\:translate-y-3:focus {
    transform: translateY(0.75rem);
  }

  .\32xl\:focus\:translate-y-4:focus {
    transform: translateY(1rem);
  }

  .\32xl\:focus\:translate-y-5:focus {
    transform: translateY(1.25rem);
  }

  .\32xl\:focus\:translate-y-6:focus {
    transform: translateY(1.5rem);
  }

  .\32xl\:focus\:translate-y-7:focus {
    transform: translateY(1.75rem);
  }

  .\32xl\:focus\:translate-y-8:focus {
    transform: translateY(2rem);
  }

  .\32xl\:focus\:translate-y-9:focus {
    transform: translateY(2.25rem);
  }

  .\32xl\:focus\:translate-y-10:focus {
    transform: translateY(2.5rem);
  }

  .\32xl\:focus\:translate-y-11:focus {
    transform: translateY(2.75rem);
  }

  .\32xl\:focus\:translate-y-12:focus {
    transform: translateY(3rem);
  }

  .\32xl\:focus\:translate-y-13:focus {
    transform: translateY(3.25rem);
  }

  .\32xl\:focus\:translate-y-14:focus {
    transform: translateY(3.5rem);
  }

  .\32xl\:focus\:translate-y-15:focus {
    transform: translateY(3.75rem);
  }

  .\32xl\:focus\:translate-y-16:focus {
    transform: translateY(4rem);
  }

  .\32xl\:focus\:translate-y-20:focus {
    transform: translateY(5rem);
  }

  .\32xl\:focus\:translate-y-24:focus {
    transform: translateY(6rem);
  }

  .\32xl\:focus\:translate-y-28:focus {
    transform: translateY(7rem);
  }

  .\32xl\:focus\:translate-y-32:focus {
    transform: translateY(8rem);
  }

  .\32xl\:focus\:translate-y-36:focus {
    transform: translateY(9rem);
  }

  .\32xl\:focus\:translate-y-40:focus {
    transform: translateY(10rem);
  }

  .\32xl\:focus\:translate-y-44:focus {
    transform: translateY(11rem);
  }

  .\32xl\:focus\:translate-y-48:focus {
    transform: translateY(12rem);
  }

  .\32xl\:focus\:translate-y-52:focus {
    transform: translateY(13rem);
  }

  .\32xl\:focus\:translate-y-56:focus {
    transform: translateY(14rem);
  }

  .\32xl\:focus\:translate-y-60:focus {
    transform: translateY(15rem);
  }

  .\32xl\:focus\:translate-y-64:focus {
    transform: translateY(16rem);
  }

  .\32xl\:focus\:translate-y-72:focus {
    transform: translateY(18rem);
  }

  .\32xl\:focus\:translate-y-80:focus {
    transform: translateY(20rem);
  }

  .\32xl\:focus\:translate-y-96:focus {
    transform: translateY(24rem);
  }

  .\32xl\:focus\:translate-y-128:focus {
    transform: translateY(32rem);
  }

  .\32xl\:focus\:translate-y-144:focus {
    transform: translateY(36rem);
  }

  .\32xl\:focus\:translate-y-160:focus {
    transform: translateY(40rem);
  }

  .\32xl\:focus\:translate-y-192:focus {
    transform: translateY(48rem);
  }

  .\32xl\:focus\:translate-y-px:focus {
    transform: translateY(1px);
  }

  .\32xl\:focus\:translate-y-0\.5:focus {
    transform: translateY(0.125rem);
  }

  .\32xl\:focus\:translate-y-1\.5:focus {
    transform: translateY(0.375rem);
  }

  .\32xl\:focus\:translate-y-2\.5:focus {
    transform: translateY(0.625rem);
  }

  .\32xl\:focus\:translate-y-3\.5:focus {
    transform: translateY(0.875rem);
  }

  .\32xl\:focus\:translate-y-1\/2:focus {
    transform: translateY(50%);
  }

  .\32xl\:focus\:translate-y-1\/3:focus {
    transform: translateY(33.333333%);
  }

  .\32xl\:focus\:translate-y-2\/3:focus {
    transform: translateY(66.666667%);
  }

  .\32xl\:focus\:translate-y-1\/4:focus {
    transform: translateY(25%);
  }

  .\32xl\:focus\:translate-y-2\/4:focus {
    transform: translateY(50%);
  }

  .\32xl\:focus\:translate-y-3\/4:focus {
    transform: translateY(75%);
  }

  .\32xl\:focus\:translate-y-1\/5:focus {
    transform: translateY(20%);
  }

  .\32xl\:focus\:translate-y-2\/5:focus {
    transform: translateY(40%);
  }

  .\32xl\:focus\:translate-y-3\/5:focus {
    transform: translateY(60%);
  }

  .\32xl\:focus\:translate-y-4\/5:focus {
    transform: translateY(80%);
  }

  .\32xl\:focus\:translate-y-1\/6:focus {
    transform: translateY(16.666667%);
  }

  .\32xl\:focus\:translate-y-2\/6:focus {
    transform: translateY(33.333333%);
  }

  .\32xl\:focus\:translate-y-3\/6:focus {
    transform: translateY(50%);
  }

  .\32xl\:focus\:translate-y-4\/6:focus {
    transform: translateY(66.666667%);
  }

  .\32xl\:focus\:translate-y-5\/6:focus {
    transform: translateY(83.333333%);
  }

  .\32xl\:focus\:translate-y-1\/12:focus {
    transform: translateY(8.333333%);
  }

  .\32xl\:focus\:translate-y-2\/12:focus {
    transform: translateY(16.666667%);
  }

  .\32xl\:focus\:translate-y-3\/12:focus {
    transform: translateY(25%);
  }

  .\32xl\:focus\:translate-y-4\/12:focus {
    transform: translateY(33.333333%);
  }

  .\32xl\:focus\:translate-y-5\/12:focus {
    transform: translateY(41.666667%);
  }

  .\32xl\:focus\:translate-y-6\/12:focus {
    transform: translateY(50%);
  }

  .\32xl\:focus\:translate-y-7\/12:focus {
    transform: translateY(58.333333%);
  }

  .\32xl\:focus\:translate-y-8\/12:focus {
    transform: translateY(66.666667%);
  }

  .\32xl\:focus\:translate-y-9\/12:focus {
    transform: translateY(75%);
  }

  .\32xl\:focus\:translate-y-10\/12:focus {
    transform: translateY(83.333333%);
  }

  .\32xl\:focus\:translate-y-11\/12:focus {
    transform: translateY(91.666667%);
  }

  .\32xl\:focus\:translate-y-full:focus {
    transform: translateY(100%);
  }

  .\32xl\:focus\:-translate-y-1:focus {
    transform: translateY(-0.25rem);
  }

  .\32xl\:focus\:-translate-y-2:focus {
    transform: translateY(-0.5rem);
  }

  .\32xl\:focus\:-translate-y-3:focus {
    transform: translateY(-0.75rem);
  }

  .\32xl\:focus\:-translate-y-4:focus {
    transform: translateY(-1rem);
  }

  .\32xl\:focus\:-translate-y-5:focus {
    transform: translateY(-1.25rem);
  }

  .\32xl\:focus\:-translate-y-6:focus {
    transform: translateY(-1.5rem);
  }

  .\32xl\:focus\:-translate-y-7:focus {
    transform: translateY(-1.75rem);
  }

  .\32xl\:focus\:-translate-y-8:focus {
    transform: translateY(-2rem);
  }

  .\32xl\:focus\:-translate-y-9:focus {
    transform: translateY(-2.25rem);
  }

  .\32xl\:focus\:-translate-y-10:focus {
    transform: translateY(-2.5rem);
  }

  .\32xl\:focus\:-translate-y-11:focus {
    transform: translateY(-2.75rem);
  }

  .\32xl\:focus\:-translate-y-12:focus {
    transform: translateY(-3rem);
  }

  .\32xl\:focus\:-translate-y-13:focus {
    transform: translateY(-3.25rem);
  }

  .\32xl\:focus\:-translate-y-14:focus {
    transform: translateY(-3.5rem);
  }

  .\32xl\:focus\:-translate-y-15:focus {
    transform: translateY(-3.75rem);
  }

  .\32xl\:focus\:-translate-y-16:focus {
    transform: translateY(-4rem);
  }

  .\32xl\:focus\:-translate-y-20:focus {
    transform: translateY(-5rem);
  }

  .\32xl\:focus\:-translate-y-24:focus {
    transform: translateY(-6rem);
  }

  .\32xl\:focus\:-translate-y-28:focus {
    transform: translateY(-7rem);
  }

  .\32xl\:focus\:-translate-y-32:focus {
    transform: translateY(-8rem);
  }

  .\32xl\:focus\:-translate-y-36:focus {
    transform: translateY(-9rem);
  }

  .\32xl\:focus\:-translate-y-40:focus {
    transform: translateY(-10rem);
  }

  .\32xl\:focus\:-translate-y-44:focus {
    transform: translateY(-11rem);
  }

  .\32xl\:focus\:-translate-y-48:focus {
    transform: translateY(-12rem);
  }

  .\32xl\:focus\:-translate-y-52:focus {
    transform: translateY(-13rem);
  }

  .\32xl\:focus\:-translate-y-56:focus {
    transform: translateY(-14rem);
  }

  .\32xl\:focus\:-translate-y-60:focus {
    transform: translateY(-15rem);
  }

  .\32xl\:focus\:-translate-y-64:focus {
    transform: translateY(-16rem);
  }

  .\32xl\:focus\:-translate-y-72:focus {
    transform: translateY(-18rem);
  }

  .\32xl\:focus\:-translate-y-80:focus {
    transform: translateY(-20rem);
  }

  .\32xl\:focus\:-translate-y-96:focus {
    transform: translateY(-24rem);
  }

  .\32xl\:focus\:-translate-y-128:focus {
    transform: translateY(-32rem);
  }

  .\32xl\:focus\:-translate-y-144:focus {
    transform: translateY(-36rem);
  }

  .\32xl\:focus\:-translate-y-160:focus {
    transform: translateY(-40rem);
  }

  .\32xl\:focus\:-translate-y-192:focus {
    transform: translateY(-48rem);
  }

  .\32xl\:focus\:-translate-y-px:focus {
    transform: translateY(-1px);
  }

  .\32xl\:focus\:-translate-y-0\.5:focus {
    transform: translateY(-0.125rem);
  }

  .\32xl\:focus\:-translate-y-1\.5:focus {
    transform: translateY(-0.375rem);
  }

  .\32xl\:focus\:-translate-y-2\.5:focus {
    transform: translateY(-0.625rem);
  }

  .\32xl\:focus\:-translate-y-3\.5:focus {
    transform: translateY(-0.875rem);
  }

  .\32xl\:focus\:-translate-y-1\/2:focus {
    transform: translateY(-50%);
  }

  .\32xl\:focus\:-translate-y-1\/3:focus {
    transform: translateY(-33.33333%);
  }

  .\32xl\:focus\:-translate-y-2\/3:focus {
    transform: translateY(-66.66667%);
  }

  .\32xl\:focus\:-translate-y-1\/4:focus {
    transform: translateY(-25%);
  }

  .\32xl\:focus\:-translate-y-2\/4:focus {
    transform: translateY(-50%);
  }

  .\32xl\:focus\:-translate-y-3\/4:focus {
    transform: translateY(-75%);
  }

  .\32xl\:focus\:-translate-y-1\/5:focus {
    transform: translateY(-20%);
  }

  .\32xl\:focus\:-translate-y-2\/5:focus {
    transform: translateY(-40%);
  }

  .\32xl\:focus\:-translate-y-3\/5:focus {
    transform: translateY(-60%);
  }

  .\32xl\:focus\:-translate-y-4\/5:focus {
    transform: translateY(-80%);
  }

  .\32xl\:focus\:-translate-y-1\/6:focus {
    transform: translateY(-16.66667%);
  }

  .\32xl\:focus\:-translate-y-2\/6:focus {
    transform: translateY(-33.33333%);
  }

  .\32xl\:focus\:-translate-y-3\/6:focus {
    transform: translateY(-50%);
  }

  .\32xl\:focus\:-translate-y-4\/6:focus {
    transform: translateY(-66.66667%);
  }

  .\32xl\:focus\:-translate-y-5\/6:focus {
    transform: translateY(-83.33333%);
  }

  .\32xl\:focus\:-translate-y-1\/12:focus {
    transform: translateY(-8.33333%);
  }

  .\32xl\:focus\:-translate-y-2\/12:focus {
    transform: translateY(-16.66667%);
  }

  .\32xl\:focus\:-translate-y-3\/12:focus {
    transform: translateY(-25%);
  }

  .\32xl\:focus\:-translate-y-4\/12:focus {
    transform: translateY(-33.33333%);
  }

  .\32xl\:focus\:-translate-y-5\/12:focus {
    transform: translateY(-41.66667%);
  }

  .\32xl\:focus\:-translate-y-6\/12:focus {
    transform: translateY(-50%);
  }

  .\32xl\:focus\:-translate-y-7\/12:focus {
    transform: translateY(-58.33333%);
  }

  .\32xl\:focus\:-translate-y-8\/12:focus {
    transform: translateY(-66.66667%);
  }

  .\32xl\:focus\:-translate-y-9\/12:focus {
    transform: translateY(-75%);
  }

  .\32xl\:focus\:-translate-y-10\/12:focus {
    transform: translateY(-83.33333%);
  }

  .\32xl\:focus\:-translate-y-11\/12:focus {
    transform: translateY(-91.66667%);
  }

  .\32xl\:focus\:-translate-y-full:focus {
    transform: translateY(-100%);
  }

  .\32xl\:skew-x-0 {
    transform: skewX(0);
  }

  .\32xl\:skew-x-3 {
    transform: skewX(3deg);
  }

  .\32xl\:skew-x-6 {
    transform: skewX(6deg);
  }

  .\32xl\:skew-x-12 {
    transform: skewX(12deg);
  }

  .\32xl\:-skew-x-12 {
    transform: skewX(-12deg);
  }

  .\32xl\:-skew-x-6 {
    transform: skewX(-6deg);
  }

  .\32xl\:-skew-x-3 {
    transform: skewX(-3deg);
  }

  .\32xl\:skew-y-0 {
    transform: skewY(0);
  }

  .\32xl\:skew-y-3 {
    transform: skewY(3deg);
  }

  .\32xl\:skew-y-6 {
    transform: skewY(6deg);
  }

  .\32xl\:skew-y-12 {
    transform: skewY(12deg);
  }

  .\32xl\:-skew-y-12 {
    transform: skewY(-12deg);
  }

  .\32xl\:-skew-y-6 {
    transform: skewY(-6deg);
  }

  .\32xl\:-skew-y-3 {
    transform: skewY(-3deg);
  }

  .\32xl\:hover\:skew-x-0:hover {
    transform: skewX(0);
  }

  .\32xl\:hover\:skew-x-3:hover {
    transform: skewX(3deg);
  }

  .\32xl\:hover\:skew-x-6:hover {
    transform: skewX(6deg);
  }

  .\32xl\:hover\:skew-x-12:hover {
    transform: skewX(12deg);
  }

  .\32xl\:hover\:-skew-x-12:hover {
    transform: skewX(-12deg);
  }

  .\32xl\:hover\:-skew-x-6:hover {
    transform: skewX(-6deg);
  }

  .\32xl\:hover\:-skew-x-3:hover {
    transform: skewX(-3deg);
  }

  .\32xl\:hover\:skew-y-0:hover {
    transform: skewY(0);
  }

  .\32xl\:hover\:skew-y-3:hover {
    transform: skewY(3deg);
  }

  .\32xl\:hover\:skew-y-6:hover {
    transform: skewY(6deg);
  }

  .\32xl\:hover\:skew-y-12:hover {
    transform: skewY(12deg);
  }

  .\32xl\:hover\:-skew-y-12:hover {
    transform: skewY(-12deg);
  }

  .\32xl\:hover\:-skew-y-6:hover {
    transform: skewY(-6deg);
  }

  .\32xl\:hover\:-skew-y-3:hover {
    transform: skewY(-3deg);
  }

  .\32xl\:focus\:skew-x-0:focus {
    transform: skewX(0);
  }

  .\32xl\:focus\:skew-x-3:focus {
    transform: skewX(3deg);
  }

  .\32xl\:focus\:skew-x-6:focus {
    transform: skewX(6deg);
  }

  .\32xl\:focus\:skew-x-12:focus {
    transform: skewX(12deg);
  }

  .\32xl\:focus\:-skew-x-12:focus {
    transform: skewX(-12deg);
  }

  .\32xl\:focus\:-skew-x-6:focus {
    transform: skewX(-6deg);
  }

  .\32xl\:focus\:-skew-x-3:focus {
    transform: skewX(-3deg);
  }

  .\32xl\:focus\:skew-y-0:focus {
    transform: skewY(0);
  }

  .\32xl\:focus\:skew-y-3:focus {
    transform: skewY(3deg);
  }

  .\32xl\:focus\:skew-y-6:focus {
    transform: skewY(6deg);
  }

  .\32xl\:focus\:skew-y-12:focus {
    transform: skewY(12deg);
  }

  .\32xl\:focus\:-skew-y-12:focus {
    transform: skewY(-12deg);
  }

  .\32xl\:focus\:-skew-y-6:focus {
    transform: skewY(-6deg);
  }

  .\32xl\:focus\:-skew-y-3:focus {
    transform: skewY(-3deg);
  }

  .\32xl\:transition-none {
    transition-property: none;
  }

  .\32xl\:transition-all {
    transition-property: all;
  }

  .\32xl\:transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
  }

  .\32xl\:transition-colors {
    transition-property: background-color, border-color, color, fill, stroke;
  }

  .\32xl\:transition-opacity {
    transition-property: opacity;
  }

  .\32xl\:transition-shadow {
    transition-property: box-shadow;
  }

  .\32xl\:transition-transform {
    transition-property: transform;
  }

  .\32xl\:ease-linear {
    transition-timing-function: linear;
  }

  .\32xl\:ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  }

  .\32xl\:ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  .\32xl\:ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }

  .\32xl\:duration-75 {
    transition-duration: 75ms;
  }

  .\32xl\:duration-100 {
    transition-duration: 100ms;
  }

  .\32xl\:duration-150 {
    transition-duration: 150ms;
  }

  .\32xl\:duration-200 {
    transition-duration: 200ms;
  }

  .\32xl\:duration-300 {
    transition-duration: 300ms;
  }

  .\32xl\:duration-500 {
    transition-duration: 500ms;
  }

  .\32xl\:duration-700 {
    transition-duration: 700ms;
  }

  .\32xl\:duration-1000 {
    transition-duration: 1000ms;
  }

  .\32xl\:delay-75 {
    transition-delay: 75ms;
  }

  .\32xl\:delay-100 {
    transition-delay: 100ms;
  }

  .\32xl\:delay-150 {
    transition-delay: 150ms;
  }

  .\32xl\:delay-200 {
    transition-delay: 200ms;
  }

  .\32xl\:delay-300 {
    transition-delay: 300ms;
  }

  .\32xl\:delay-500 {
    transition-delay: 500ms;
  }

  .\32xl\:delay-700 {
    transition-delay: 700ms;
  }

  .\32xl\:delay-1000 {
    transition-delay: 1000ms;
  }

  .\32xl\:animate-none {
    -webkit-animation: none;
            animation: none;
  }

  .\32xl\:animate-spin {
    -webkit-animation: spin 1s linear infinite;
            animation: spin 1s linear infinite;
  }

  .\32xl\:animate-ping {
    -webkit-animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
            animation: ping 1s cubic-bezier(0, 0, 0.2, 1) infinite;
  }

  .\32xl\:animate-pulse {
    -webkit-animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
            animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  }

  .\32xl\:animate-bounce {
    -webkit-animation: bounce 1s infinite;
            animation: bounce 1s infinite;
  }

  .\32xl\:ar-21x9 {
    width: 100%;
    padding-bottom: 42.86%;
  }

  .\32xl\:ar-16x9 {
    width: 100%;
    padding-bottom: 56.25%;
  }

  .\32xl\:ar-4x3 {
    width: 100%;
    padding-bottom: 75.00%;
  }

  .\32xl\:ar-4x5 {
    width: 100%;
    padding-bottom: 125.00%;
  }

  .\32xl\:ar-3x2 {
    width: 100%;
    padding-bottom: 66.67%;
  }

  .\32xl\:ar-8x5 {
    width: 100%;
    padding-bottom: 62.50%;
  }

  .\32xl\:ar-5x8 {
    width: 100%;
    padding-bottom: 160.00%;
  }

  .\32xl\:ar-1x1 {
    width: 100%;
    padding-bottom: 100.00%;
  }

  .\32xl\:col-none {
    -moz-column-count: initial;
         column-count: initial;
  }

  .\32xl\:col-2 {
    -moz-column-count: 2;
         column-count: 2;
  }

  .\32xl\:col-3 {
    -moz-column-count: 3;
         column-count: 3;
  }

  .\32xl\:col-4 {
    -moz-column-count: 4;
         column-count: 4;
  }
}
